Community
Participate
Working Groups
Build Identifier: 0.12.0 Using current content of the github sonatype-tycho repo, I followed the procedure to run itp02. One of the tests fails with a missing class. Error log to be attached. Reproducible: Always Steps to Reproduce: 1. clone sonatype-tycho 2. cd tycho-demo/itp02/build01 3. mvn install 4. cd ../build02 5. mvn install
Created attachment 202283 [details] log of failing run.
This worked when I tried it a second time.
From the build log, I would say that this problem occurred because the project was imported in Eclipse, and the Eclipse Builder happened to do an incremental build while the tests were executed: java.lang.Error: Unresolved compilation problems: The import tycho.demo.itp02.pomfirst cannot be resolved PomFirst cannot be resolved to a type at tycho.demo.itp02.bundle.ITP02.<init>(ITP02.java:13) at tycho.demo.itp02.bundle.tests.ITP02Test.basic(ITP02Test.java:22) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)