Discussion:
[tycho-dev] tycho 0.18.0 re-staged
Sievers, Jan
2013-05-27 07:07:09 UTC
Permalink
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>
Jeff MAURY
2013-05-27 08:22:44 UTC
Permalink
+1.

This fixed the issues I had with the previous staged version of Tycho on my
private project and the open source one (GLDT)

Regards
Jeff
Post by Sievers, Jan
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
https://dev.eclipse.org/mailman/listinfo/tycho-dev
--
Jeff MAURY


"Legacy code" often differs from its suggested alternative by actually
working and scaling.
- Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury
Tonny Madsen
2013-05-27 08:47:30 UTC
Permalink
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-SNAPSHOTcontains
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: [image: LinkedIn] <http://www.linkedin.com/in/tonnymadsen> [image:
Twitter] <http://twitter.com/tonnymadsen> [image:
Blogger]<http://tonnymadsen.blogspot.dk/>
[image: SlideShare] <http://www.slideshare.net/nonty>
Post by Sievers, Jan
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
https://dev.eclipse.org/mailman/listinfo/tycho-dev
Oberlies, Tobias
2013-05-27 09:26:19 UTC
Permalink
wouldn't it be nice if you could list the offending units/plug-ins in the message
Sure, but if you know the repository URL, it is really simple to analyse the repository and find the “partial IUs” with Igor’s p2 browser<https://github.com/ifedorenko/p2-browser>. But I’ll accept contributions<http://wiki.eclipse.org/Tycho/Contributor_Guide> if you want to improve the message :-)

Regards
Tobias

From: tycho-dev-***@eclipse.org [mailto:tycho-dev-***@eclipse.org] On Behalf Of Tonny Madsen
Sent: Montag, 27. Mai 2013 10:48
To: Tycho developers list
Subject: 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: [Image removed by sender. LinkedIn] <http://www.linkedin.com/in/tonnymadsen> [Image removed by sender. Twitter] <http://twitter.com/tonnymadsen> [Image removed by sender. Blogger] <http://tonnymadsen.blogspot.dk/> [Image removed by sender. SlideShare] <http://www.slideshare.net/nonty>

On Mon, May 27, 2013 at 9:07 AM, Sievers, Jan <***@sap.com<mailto:***@sap.com>> 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-***@eclipse.org<mailto:tycho-***@eclipse.org>
https://dev.eclipse.org/mailman/listinfo/tycho-dev
Thanh Ha
2013-05-28 01:53:16 UTC
Permalink
I was able to successfully run a local Eclipse Platform build.


Thanh
Post by Sievers, Jan
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
https://dev.eclipse.org/mailman/listinfo/tycho-dev
Matthias Sohn
2013-05-28 09:54:55 UTC
Permalink
works like a charm for JGit and EGit :-)
Post by Sievers, Jan
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
https://dev.eclipse.org/mailman/listinfo/tycho-dev
Loading...