Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho 0.22.0 staged

provided you add the staged repo snippet below to an active profile in ~/.m2/settings.xml (and make sure not to redirect access to it via mirror), this should work even with a staged repo.

Jan

From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of David M Williams
Sent: Donnerstag, 27. November 2014 19:18
To: Tycho user list
Subject: Re: [tycho-user] Tycho 0.22.0 staged

> BTW you can specify an explicit version for single goals on the commandline too:
> mvn org.eclipse.tycho:tycho-versions-plugin:0.22.0:update-pom 

Yes, and that is what we do, but from experience, and what Thanh told me, the version there can only be a "released" version, not "staged". 

If I have that wrong, and it is supposed to work ... well, then I can report it doesn't, but don't recall right off what error I was getting. I'll reproduce though, if you tell me it is supposed to work. 

Thanks gain, 




From:        "Sievers, Jan" <jan.sievers@xxxxxxx> 
To:        Tycho user list <tycho-user@xxxxxxxxxxx>, 
Date:        11/27/2014 03:29 AM 
Subject:        Re: [tycho-user] Tycho 0.22.0 staged 
Sent by:        tycho-user-bounces@xxxxxxxxxxx 
________________________________________



yes, tycho-extras and tycho are always released together and tightly coupled.

BTW you can specify an explicit version for single goals on the commandline too:

mvn org.eclipse.tycho:tycho-versions-plugin:0.22.0:update-pom

thanks for testing!

Regards,
Jan



From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of David M Williams
Sent: Mittwoch, 26. November 2014 18:53
To: Tycho user list
Subject: Re: [tycho-user] Tycho 0.22.0 staged

I can report 0.22 appears OK to use in our Platform builds. The only problem we saw (bug 453228) actually only proved that indeed Tycho now takes "first BREE in the list" instead of "the most constraining". Overall a good thing, as far as we are concerned. 

And, for detail, I changed both Tycho and "extras" to 0.22, but had to leave "pom-updater" at 0.21 given the way we call that maven task. 
In fact, I think I *had* to change extras to 0.22 or get a "java.lang.NoClassDefFoundError" but didn't investigate systematically and could have just been confused about what I was running.  (stack trace is in 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=445696#c5 
if interested). I just mention this since didn't know if it is assumed that Tycho and extras *have* to 
"be the same version", or if that should be mentioned in "release notes"? 

Much thanks for the many improvements! 





From:        "Sievers, Jan" <jan.sievers@xxxxxxx> 
To:        "Tycho user list (tycho-user@xxxxxxxxxxx)" <tycho-user@xxxxxxxxxxx>, 
Cc:        "Tycho developers list \(tycho-dev@xxxxxxxxxxx\)" <tycho-dev@xxxxxxxxxxx> 
Date:        11/24/2014 03:16 AM 
Subject:        [tycho-user] Tycho 0.22.0 staged 
Sent by:        tycho-user-bounces@xxxxxxxxxxx 
________________________________________



Tycho milestone release 0.22.0 has been staged.

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

We plan to promote this release in one week unless major regressions are found.

Regards,
Tycho team

[1] http://wiki.eclipse.org/Tycho/Release_Notes/0.22
[2]
<pluginRepositories>
<pluginRepository>
 <id>tycho-staged</id>
 <url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-1020</url>
</pluginRepository>
</pluginRepositories>
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user



Back to the top