-
Notifications
You must be signed in to change notification settings - Fork 193
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
Features missing in product build with Tycho 4 #2983
Comments
Same issue in 4.0.4. |
Built with this command line: mvn clean install -U -Dtycho.localArtifacts=ignore |
Please keep in mind that if you build an individual product instead of a full reactor the items Tycho can 'see' differ and you maybe can get a different result. More details would require a reproducing test-case. |
Same issue in 4.0.5. |
Can you provide an integration-test to demonstrate the issue? Its quite hard to guess whats wrong with incomplete information. |
This PR reproduces the issue |
Are there any news/workarounds to this issue? |
No but the provided PR suceeds here, so it is hard to tell if there is an issue at all. |
The test I added (TYCHO2983siteWithPubishedFeatures) has somehow not been executed ! |
Make sure it ends in Test as it otherwhise is maybe not picked up e.g. TYCHO2983siteWithPubishedFeaturesTest.java |
Any information on when this issue will be addressed? |
I have not had yet time to look into this, but if it is crucial to your business you can find dedicated support options for Tycho here: |
Tycho version: 4.0.3
Maven: 3.9.5
If I build my complete RCP project from the parent POM which contains several gits/modules and a product, the features folder will be contain all references features. Correct behaviour! Yeeey.
target\products\com.xxxxxxxx.swup.ma.client.deviceupdate.testclient.product\win32\win32\x86_64\features\
But! If I only build the product (com.xxxxxxxx.swup.ma.client.deviceupdate.testclient.product) I get the following folder contents
target\products\com.xxxxxxxx.swup.ma.client.deviceupdate.testclient.product\win32\win32\x86_64\features\
Two of the features are missing.
The text was updated successfully, but these errors were encountered: