Community
Participate
Working Groups
Since this commit today https://github.com/sonatype/sonatype-tycho/commit/ae73acb5c6c673a653aa914a7596f7c20042233c, my tycho build breaks during the eclipse-repository packaging with the following message: org.eclipse.tycho:tycho-p2-repository-plugin:0.13.0-SNAPSHOT:assemble-repository (default-assemble-repository) on project org.openhab.runtime.product: Execution default-assemble-repository of goal org.eclipse. n:0.13.0-SNAPSHOT:assemble-repository failed: An API incompatibility was encountered while executing org.eclipse.tycho:tycho-p2-repository-plugin:0.13.0-SNAPSHOT:assemble-repository: java.lang.NoSuchMethodErro irroring.facade.MirrorApplicationService.mirrorReactor(Lorg/eclipse/tycho/p2/tools/RepositoryReferences;Lorg/eclipse/tycho/p2/tools/DestinationRepositoryDescriptor;Ljava/util/Collection;Lorg/eclipse/tycho/p2/t /tycho/core/facade/MavenLogger;)V This occurs on different test systems and also with a "-U". So I expect that there is a flaw in the current code?
Created attachment 201265 [details] Error message Sorry, the error message is a bit scrambled in the description, so I also add it as an attachment.
build and tests went OK for this change on hudson.eclipse.org: https://hudson.eclipse.org/hudson/view/Tycho%20+%20Maven/job/tycho-nightly/25/ @Igor could it be that the sonatype build which deploys to https://repository.sonatype.org/content/groups/forge/org/eclipse/tycho/ was broken and did a partial deployment?
somethingwent wrong during deployment. latest SNAPSHOT https://repository.sonatype.org/content/groups/forge/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.facade/0.13.0-SNAPSHOT/org.eclipse.tycho.p2.resolver.facade-0.13.0-20110810.080246-79.jar is newer than latest SNAPSHOT https://repository.sonatype.org/content/groups/forge/org/eclipse/tycho/tycho-p2-repository-plugin/0.13.0-SNAPSHOT/tycho-p2-repository-plugin-0.13.0-20110809.150708-73.jar
(In reply to comment #2) > > @Igor could it be that the sonatype build which deploys to > > https://repository.sonatype.org/content/groups/forge/org/eclipse/tycho/ > > was broken and did a partial deployment? Maven JVM crashed with OutOfMemoryError: PermGen space and not all artifacts were deployed as a result. There was a successful build after that, so latest deployed snapshots should be consistent now.
Thanks a lot, I can confirm that the build works again smoothly!
rebuild fixed the issue
This wasn't a tycho bug - marking it as WORKSFORME so that it doesn't appear in the 0.13.0 release notes.