-
as consequence of eclipse-platform/eclipse.platform.releng.aggregator#449 i try to switch from requirebundle to import package for org.junit.jupiter.api any hints where to start digging? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Which Tycho version do you use? Tycho 3.0.0-SNAPSHOT has the knowledge about new bundle names. |
Beta Was this translation helpful? Give feedback.
-
The problem was solved by not only importing api but also api.extension. |
Beta Was this translation helpful? Give feedback.
The problem was solved by not only importing api but also api.extension.
There was no compile error cause we had additionally the Junit5 container configured and tycho seems to pick it up at compile time