Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] please test staged tycho 0.24.0

Our platform build fails with this version of Tycho. I'm not sure if its is (bug 463670) or (bug 461606) (or both).
(I was going to re-open one of them, but not sure which, so will let you decide).

But, the error, whether I specify the 'rootFolders' element or not (for maxosx), is:

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-p2-publisher-plugin:0.24.0:publish-products (default-publish-products) on project org.eclipse.equinox.p2.tests.reconciler.product: Detected pre-Mars launcher feature org.eclipse.equinox.executable version 3.6.200.qualifier.
[ERROR] Native product launchers for MacOSX can only be built against Eclipse Mars or newer.

Perhaps related to our executable feature still having '.qualifier' in it, at that point in the build? (Not sure why it would, but, seems to).
This was for a test "N-build" (http://download.eclipse.org/eclipse/downloads/drops4/N20151025-1230/)

HTH







From:        "Sievers, Jan" <jan.sievers@xxxxxxx>
To:        Tycho list <tycho-user@xxxxxxxxxxx>, Tycho list <tycho-dev@xxxxxxxxxxx>,
Date:        10/23/2015 09:03 AM
Subject:        [tycho-dev] please test staged tycho 0.24.0
Sent by:        tycho-dev-bounces@xxxxxxxxxxx




Tycho milestone release 0.24.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.24.0 and add snippet [2] to your ~/.m2/settings.xml or pom.xml.

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.24
[2]
<pluginRepositories>
<pluginRepository>
 <id>tycho-staged</id>
 <url>
https://oss.sonatype.org/content/repositories/orgeclipsetycho-1028/</url>
</pluginRepository>
</pluginRepositories>


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




Back to the top