-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support launching with features and plugins selected #1607
Comments
I can just always emphasize that there is no such thing as "test fragment" neither in PDE nor OSGi, so this is just a usual fragment.
You need to include the fragment in the feature if you want to launch with features.
I think one actually wants something else here that is similar to what we offer for products and such an option would read:
|
Yes, I think this is what is needed.
I think this is a good workaround until the above is fixed. |
I changed the title because I also found this sometimes missing (not only for fragments). |
Tested on SDK-I20250207-1800. This is not a regression, I don't think this ever worked.
Expected: The test fragment created in 1 is available to select
Actual: Only plugins are available
The fallback/workaround is to use Launch with Plug-ins selected below which does allow the fragment to be selected, but other configuration is trickier.
Screenshots:
"Launch with: Features selected below" missing mytestfragment
Stack trace:
If I try to run the launch configuration I get the following exception because mytestbundle isn't included (this is expected since we couldn't add it above):
The text was updated successfully, but these errors were encountered: