Skip to main content

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

Can you post complete stack trace?

--
Regards,
Igor

On 11-06-20 1:16 PM, Simon Goodall wrote:
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



_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top