Discussion:
[tycho-user] please test staged tycho 0.16.0
Sievers, Jan
2012-10-15 09:10:37 UTC
Permalink
the Tycho 0.16.0 milestone release has been staged.
For details of new features and bug fixes see release notes [1].

Please help by testing the staged milestone with your tycho build.
To use it, add snippet [2] to your pom.

We plan to promote this milestone on Friday unless major regressions are found.

Regards,
Tycho team

[1] http://wiki.eclipse.org/Tycho/Release_Notes/0.16
[2]
<pluginRepositories>
<pluginRepository>
<id>tycho-0.16.0-staged</id>
<url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-207/</url>
</pluginRepository>
</pluginRepositories>
Hendrik Eeckhaut
2012-10-15 13:21:42 UTC
Permalink
Hi Jan,

no regressions for my builds.

Thanks,
Hendrik.
Post by Sievers, Jan
the Tycho 0.16.0 milestone release has been staged.
For details of new features and bug fixes see release notes [1].
Please help by testing the staged milestone with your tycho build.
To use it, add snippet [2] to your pom.
We plan to promote this milestone on Friday unless major regressions are found.
Regards,
Tycho team
[1] http://wiki.eclipse.org/Tycho/Release_Notes/0.16
[2]
<pluginRepositories>
<pluginRepository>
<id>tycho-0.16.0-staged</id>
<url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-207/</url>
</pluginRepository>
</pluginRepositories>
_______________________________________________
tycho-user mailing list
https://dev.eclipse.org/mailman/listinfo/tycho-user
--
Hendrik Eeckhaut, PhD
http://www.sigasi.com
Andreas Magnusson
2012-10-15 14:21:26 UTC
Permalink
I've been using 0.16.0-SNAPSHOT for quite awhile and have of course
switched to 0.16.0 staging. No problems on my end.

/Andreas
Post by Hendrik Eeckhaut
Hi Jan,
no regressions for my builds.
Thanks,
Hendrik.
Post by Sievers, Jan
the Tycho 0.16.0 milestone release has been staged.
For details of new features and bug fixes see release notes [1].
Please help by testing the staged milestone with your tycho build.
To use it, add snippet [2] to your pom.
We plan to promote this milestone on Friday unless major regressions are found.
Regards,
Tycho team
[1] http://wiki.eclipse.org/Tycho/Release_Notes/0.16
[2]
<pluginRepositories>
<pluginRepository>
<id>tycho-0.16.0-staged</id>
<url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-207/</url>
</pluginRepository>
</pluginRepositories>
_______________________________________________
tycho-user mailing list
https://dev.eclipse.org/mailman/listinfo/tycho-user
--
Hendrik Eeckhaut, PhD
http://www.sigasi.com
_______________________________________________
tycho-user mailing list
https://dev.eclipse.org/mailman/listinfo/tycho-user
Matthias Sohn
2012-10-16 10:35:56 UTC
Permalink
Post by Sievers, Jan
the Tycho 0.16.0 milestone release has been staged.
For details of new features and bug fixes see release notes [1].
Please help by testing the staged milestone with your tycho build.
To use it, add snippet [2] to your pom.
We plan to promote this milestone on Friday unless major regressions are found.
Regards,
Tycho team
[1] http://wiki.eclipse.org/Tycho/Release_Notes/0.16
[2]
<pluginRepositories>
<pluginRepository>
<id>tycho-0.16.0-staged</id>
<url>
https://oss.sonatype.org/content/repositories/orgeclipsetycho-207/</url>
</pluginRepository>
</pluginRepositories>
_______________________________________________
tycho-user mailing list
https://dev.eclipse.org/mailman/listinfo/tycho-user
this works nicely for JGit and EGit builds
--
Matthias
Matthias Sohn
2012-10-16 22:32:52 UTC
Permalink
Post by Sievers, Jan
the Tycho 0.16.0 milestone release has been staged.
Post by Sievers, Jan
For details of new features and bug fixes see release notes [1].
Please help by testing the staged milestone with your tycho build.
To use it, add snippet [2] to your pom.
We plan to promote this milestone on Friday unless major regressions are found.
Regards,
Tycho team
[1] http://wiki.eclipse.org/Tycho/Release_Notes/0.16
[2]
<pluginRepositories>
<pluginRepository>
<id>tycho-0.16.0-staged</id>
<url>
https://oss.sonatype.org/content/repositories/orgeclipsetycho-207/</url>
</pluginRepository>
</pluginRepositories>
_______________________________________________
tycho-user mailing list
https://dev.eclipse.org/mailman/listinfo/tycho-user
this works nicely for JGit and EGit builds
I successfully tried to generate Eclipse-SourceReference manifest headers.
Thanks for adding this valuable feature

Though I am wondering why you introduced a new property ${tycho.scmUrl}
instead of using the already existing Maven SCM configuration [1]

<scm>
<connection>scm:git:https://git.eclipse.org/r/p/jgit/jgit.git</connection>
<developerConnection>scm:git:https://git.eclipse.org/r/p/jgit/jgit.git</developerConnection>
<url>https://git.eclipse.org/c/jgit/jgit.git</url>

</scm>


[1] http://maven.apache.org/scm/plugins/usage.html
--
Matthias
Sievers, Jan
2012-10-17 07:05:13 UTC
Permalink
Post by Matthias Sohn
Though I am wondering why you introduced a new property ${tycho.scmUrl}
instead of using the already existing Maven SCM configuration [1]
see my comment
https://bugs.eclipse.org/bugs/show_bug.cgi?id=380872#c8


Jan

From: tycho-user-***@eclipse.org [mailto:tycho-user-***@eclipse.org] On Behalf Of Matthias Sohn
Sent: Mittwoch, 17. Oktober 2012 00:33
To: Tycho user list
Subject: Re: [tycho-user] please test staged tycho 0.16.0

2012/10/16 Matthias Sohn <***@googlemail.com>
2012/10/15 Sievers, Jan <***@sap.com>

the Tycho 0.16.0 milestone release has been staged.
For details of new features and bug fixes see release notes [1].

Please help by testing the staged milestone with your tycho build.
To use it, add snippet [2] to your pom.

We plan to promote this milestone on Friday unless major regressions are found.

Regards,
Tycho team

[1] http://wiki.eclipse.org/Tycho/Release_Notes/0.16
[2]
  <pluginRepositories>
    <pluginRepository>
      <id>tycho-0.16.0-staged</id>
      <url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-207/</url>
    </pluginRepository>
  </pluginRepositories>
_______________________________________________
tycho-user mailing list
tycho-***@eclipse.org
https://dev.eclipse.org/mailman/listinfo/tycho-user

this works nicely for JGit and EGit builds

I successfully tried to generate Eclipse-SourceReference manifest headers.
Thanks for adding this valuable feature

Though I am wondering why you introduced a new property ${tycho.scmUrl} 
instead of using the already existing Maven SCM configuration [1]

<scm>
<connection>scm:git:https://git.eclipse.org/r/p/jgit/jgit.git</connection>

<developerConnection>scm:git:https://git.eclipse.org/r/p/jgit/jgit.git</developerConnection>
<url>https://git.eclipse.org/c/jgit/jgit.git</url>
</scm>

[1] http://maven.apache.o
Mikhail Kalkov
2012-10-16 16:52:13 UTC
Permalink
We've been using 0.13.0 so far, but 0.16.0 works fine too with our cross-platform feature build.

By the way, PDE target files is a nice feature, which we will likely use, but does it mean that all location types supported by PDE (e.g., installation) are now supported by Tycho too?

/Mikhail

----- Original Message -----
From: "Jan Sievers" <***@sap.com>
To: "Tycho user list" <tycho-***@eclipse.org>
Sent: Monday, October 15, 2012 11:10:37 AM
Subject: [tycho-user] please test staged tycho 0.16.0

the Tycho 0.16.0 milestone release has been staged.
For details of new features and bug fixes see release notes [1].

Please help by testing the staged milestone with your tycho build.
To use it, add snippet [2] to your pom.

We plan to promote this milestone on Friday unless major regressions are found.

Regards,
Tycho team

[1] http://wiki.eclipse.org/Tycho/Release_Notes/0.16
[2]
<pluginRepositories>
<pluginRepository>
<id>tycho-0.16.0-staged</id>
<url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-207/</url>
</pluginRepository>
</pluginRepositories>
Oberlies, Tobias
2012-10-18 14:49:20 UTC
Permalink
Post by Mikhail Kalkov
By the way, PDE target files is a nice feature, which we will likely use,
but does it mean that all location types supported by PDE (e.g.,
installation) are now supported by Tycho too?
The documentation here [1] is up to date - so no. Location type "installation" could be supported (and this is requested here [2]), but the other types are not suitable for Tycho because they lack p2 metadata.

Regards
Tobias

[1] http://wiki.eclipse.org/Tycho/Target_Platform#Target_files
[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=363025

Mickael Istria
2012-10-17 08:24:02 UTC
Permalink
I've identified this issue:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=392141
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat <http://www.jboss.org/tools>
My blog <http://mickaelistria.wordpress.com> - My Tweets
<http://twitter.com/mickaelistria>
Loading...