Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] tycho 0.18.0 re-staged

My build almost works...

Now I get the following during resolution:

Caused by: org.eclipse.equinox.p2.core.ProvisionException: The p2 repository at http://vs28.bordingdata.dk:8080/agetor-5-mirror/4-SNAPSHOT contains units from an old style update site which cannot be used for dependency resolution
at org.eclipse.tycho.p2.remote.RemoteMetadataRepositoryManager.failIfRepositoryContainsPartialIUs(RemoteMetadataRepositoryManager.java:69)
at org.eclipse.tycho.p2.remote.RemoteMetadataRepositoryManager.loadRepository(RemoteMetadataRepositoryManager.java:56)
at org.eclipse.tycho.p2.remote.RemoteMetadataRepositoryManager.loadRepository(RemoteMetadataRepositoryManager.java:48)
at org.eclipse.tycho.p2.target.TargetDefinitionResolver.loadRepository(TargetDefinitionResolver.java:188)
... 21 more

And we didn't with 0.17.0.

We do know of the problem, but... wouldn't it be nice if you could list the offending units/plug-ins in the message :-)

/Tonny

--
Tonny Madsen
My profiles: LinkedIn Twitter Blogger SlideShare



On Mon, May 27, 2013 at 9:07 AM, Sievers, Jan <jan.sievers@xxxxxxx> wrote:
we discovered a regression in SAT4J [1] in the previous staged Tycho 0.18.0 version.
the previous stage repo has been dropped and the new stage repository [3] contains a fix for this bug.

If you used the previous stage, make sure to delete ${user.home}/.m2/repository/org/eclipse/tycho/ before testing with the new stage.

For details of new features and bugfixes in this milestone release, see release notes [2].
Please help by testing the staged milestone build. To use it, change your tycho version to 0.18.0 and add snippet [3] to your pom.

We plan to promote this release on Wed May 29th.

Regards,
Tycho team

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=408997
[2] http://wiki.eclipse.org/Tycho/Release_Notes/0.18
[3]
<pluginRepositories>
 <pluginRepository>
  <id>tycho-staged</id>
  <url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-240/</url>
 </pluginRepository>
</pluginRepositories>
_______________________________________________
tycho-dev mailing list
tycho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-dev


Back to the top