Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] tycho-surefire-plugin since 0.14.0

Hello, 
I have a RAP project built with tycho 0.12 and some unit tests executed during the build.
I wanted to try 0.14 because there are many bugfixes interesting for me. My build is still working, but my plugin tests project are not working anymore, failing with error :

Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.14.0:test (default-test) on project com.myproject.tests: Execution default-test of goal org.eclipse.tycho:tycho-surefire-plugin:0.14.0:test failed: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from tycho-extra-1330108281612 0.0.0.1330108281612 to bundle org.eclipse.equinox.launcher 0.0.0.", "Unable to satisfy dependency from tycho-1330108281616 0.0.0.1330108281616 to bundle org.eclipse.equinox.launcher 0.0.0.", "No solution found because the problem is unsatisfiable."] -> [Help 1]

I am starting to investigate, but if this error rings some bells to someone, I will take any information that can help me to solve this.

Best regards,
Arnaud

Back to the top