Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Upgrade to Tycho 0.16.0 ?

Thanks for doing this.

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Marc-Andre Laperle
Sent: Wednesday, November 21, 2012 12:46 AM
To: CDT General developers list.
Subject: Re: [cdt-dev] Upgrade to Tycho 0.16.0 ?

Done! It seems to work well. One small hiccup was the default artifact final name for the repository (zip) changed in Tycho 0.15.0 to me more inline with Maven conventions for example org.eclipse.cdt.repo-8.2.0-SNAPSHOT.zip but there are a few spots in the build (pom.xml, hudson config) were the version qualifier is not expected so I configured the name to be the same as before:

releng/org.eclipse.cdt.repo/pom.xml:
...
<build>
    <finalName>${project.artifactId}</finalName>
</build>


Marc-Andre

On 18/11/2012 2:35 PM, Doug Schaefer wrote:
+1 I had lost track of what the latest version was. Interested in how well it's working. 

From: Marc-Andre Laperle
Sent: Sunday, 18 November, 2012 1:34:38 PM EDT
To: CDT General developers list.
Reply To: CDT General developers list.
Subject: [cdt-dev] Upgrade to Tycho 0.16.0 ?

Hi,

Any objection to upgrading to Tycho 0.16.0 (from 0.14.1)? I tested it
locally and I didn't notice any problem.

Marc-Andre
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top