Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] 0.14 can't resolve target definition?

I'm trying to build the 0.14.0-SNAPSHOT and after a recent update, I'm now getting the following build error. It looks like it's not able to resolve the Eclipse/Equinox stuff from the p2 site.

Is anyone else seeing this?

[ERROR] Internal error: java.lang.RuntimeException: Failed to resolve target definition C:\source\org.eclipse.tycho\tycho-bundles\tycho-bundles-target\tycho.target: Could not find  "org.eclipse.equinox.executable.feature.group/3.6.0.v20111122-1556-7P7OFvNFLWUl76sUqHOCz0ZV" in the repositories of the current location -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: Failed to resolve target definition C:\source\org.eclipse.tycho\tycho-bundles\tycho-bundles-target\tycho.target
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:168)
    at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: java.lang.RuntimeException: Failed to resolve target definition C:\source\org.eclipse.tycho\tycho-bundles\tycho-bundles-target\tycho.target
    at org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.doResolvePlatform(P2TargetPlatformResolver.java:336)
    at org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.resolvePlatform(P2TargetPlatformResolver.java:162)
    at org.eclipse.tycho.core.resolver.DefaultTychoDependencyResolver.resolveProject(DefaultTychoDependencyResolver.java:85)
    at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:91)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:274)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
    ... 11 more
Caused by: org.eclipse.tycho.p2.target.facade.TargetDefinitionResolutionException: Could not find "org.eclipse.equinox.executable.feature.group/3.6.0.v20111122-1556-7P7OFvNFLWUl76sUqHOCz0ZV" in the repositories of the current location
    at org.eclipse.tycho.p2.target.TargetDefinitionResolver$LoadedLocation.getUnitInstance(TargetDefinitionResolver.java:308)
    at org.eclipse.tycho.p2.target.TargetDefinitionResolver$LoadedLocation.getSeedUnits(TargetDefinitionResolver.java:299)
    at org.eclipse.tycho.p2.target.TargetDefinitionResolver$IUResolver.addLocation(TargetDefinitionResolver.java:112)
    at org.eclipse.tycho.p2.target.TargetDefinitionResolver.resolveContent(TargetDefinitionResolver.java:82)
    at org.eclipse.tycho.p2.impl.resolver.ResolutionContextImpl.addTargetDefinition(ResolutionContextImpl.java:343)
    at org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.doResolvePlatform(P2TargetPlatformResolver.java:331)
    ... 16 more

Back to the top