Skip to main content

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

Yes, this is correct, we've updated all Tycho Eclipse dependencies,
including equinox, jdt and p2 to match 3.8M5 milestone build.

--
Regards,
Igor

On 12-02-09 12:46 PM, Simon Goodall wrote:
One of my projects failed to compile with Tycho 0.14.0. A little bit
of digging showed this project also fails to compile under Eclipse
Juno due to some jdt changes. However there does not appear to be
anything in the release notes about this.

The title for Bug 361162 is "Update p2 version to Juno M5 or later"
but a quick look through suggests that this changed the whole eclipse
back end and not just p2.

Regards,

Simon

On 7 February 2012 07:32, Sievers, Jan<jan.sievers@xxxxxxx>  wrote:
tycho 0.14.0 has been staged to [1], see release notes [2] for details.

Please test it by adding the snippet [3] to your parent pom or settings.xml.
Report problems on this mailing list or in bugzilla [4].

We will promote the release to the Maven central repository sometime next week
if no major regressions are found.

--
Tycho Team


[1] https://oss.sonatype.org/content/repositories/orgeclipsetycho-004/
[2] http://wiki.eclipse.org/Tycho/Release_Notes/0.14
[3]

<pluginRepositories>
        <pluginRepository>
                <id>tycho-0.14.0-staged</id>
                <url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-004/</url>
        </pluginRepository>
</pluginRepositories>

[4] https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Tycho&rep_platform=All&op_sys=All&version=0.14.0
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top