Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Incompatible / incomplete update of tycho 1.3.0-SNAPSHOT?

Just now I started seeing the following exception in builds:

18:11:08 Exception in thread "main" java.lang.NoSuchMethodError: org.eclipse.tycho.p2.metadata.DependencyMetadataGenerator.generateMetadata(Lorg/eclipse/tycho/p2/metadata/IArtifactFacade;Ljava/util/List;Lorg/eclipse/tycho/core/resolver/shared/OptionalResolutionAction;)Lorg/eclipse/tycho/p2/metadata/IDependencyMetadata; 18:11:08 at org.eclipse.tycho.extras.custombundle.CustomBundleP2MetadataProvider.getDependencyMetadata(CustomBundleP2MetadataProvider.java:62)
18:11:08 	at org.eclipse.tycho.p2.resolver.P2DependencyResolver$1.run(P2DependencyResolver.java:158)

details can be found at
https://hudson.eclipse.org/jdt/job/eclipse.jdt.core-run.javac-11/6/console

Could this be a SNAPSHOT deployment still in progress / aborted half way?
I do see slight variance in qualifiers:

https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho/1.3.0-SNAPSHOT/tycho-1.3.0-20181002.151915-12.pom
https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/tycho/tycho-core/1.3.0-SNAPSHOT/tycho-core-1.3.0-20181002.152319-12.pom

Has anybody else seen this?

Stephan


Back to the top