Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] BundlesAction produced more than one IU

Hi,

I switched using Tycho 0.13.0-SNAPSHOT from 0.12.0 and I now get the following exception when trying to run my test plugin (which includes swtbot tests) - everything else builds with "SUCCESS".  Checking my .m2 directory there is only one org.eclipse.update.
configurator-3.3.100.v20100512.jar (although a .source version is also present). There is also only that version. I did have both helios and eclipse-update sites defined, but since removed eclipse-updates but I still get the same error.

Any ideas?

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-
surefire-plugin:0.13.0-SNAPSHOT:test (default-test) on project my.rcp.plugin.tests: Execution default-test of goal org.eclipse.tycho:tycho-surefire-plugin:0.13.0-SNAPSHOT:test failed: BundlesAction produced more than one IU for /home/user/.m2/repository/p2/osgi/bundle/org.eclipse.update.configurator/3.3.100.v20100512/org.eclipse.update.configurator-3.3.100.v20100512.jar -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.13.0-SNAPSHOT:test (default-test) on project my.rcp.plugin.tests: Execution default-test of goal org.eclipse.tycho:tycho-surefire-plugin:0.13.0-SNAPSHOT:test failed: BundlesAction produced more than one IU for /home/user/.m2/repository/p2/osgi/bundle/org.eclipse.update.configurator/3.3.100.v20100512/org.eclipse.update.configurator-3.3.100.v20100512.jar
       at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
       at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
       at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
       at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(
......


--
Simon Goodall


Back to the top