Replies: 1 comment
-
@w6et it is quite unclear what you try to archive here and what errors you see, I think the best would be to share a little example that shows the error |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
step1: configuration settings.xml
reference:https://github.com/eclipse-tycho/tycho/wiki
setp2:
reference:https://tycho.eclipseprojects.io/doc/latest/StructuredBuild.html
then build with 'mvn clean verify',Some problems were encountered cause by 'bundles\features\sites\products module not exist '
then comment 4 modules,add a test moudle
reference:https://tycho.eclipseprojects.io/doc/latest/TestingBundles.html
` eclipse-test-plugin
then build with 'mvn clean verify' or 'mvn tycho-surefire-plugin:plugin-test',encountered '\META-INF\MANIFEST.MF: Manifest file not found'
I wanted to ask for help how to build a complete Structured_Build_Layout with bundles\features\tests\sites\products
Beta Was this translation helpful? Give feedback.
All reactions