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 1.1.0

So far I've found one issue with the latest Tycho 1.1.0-SNAPSHOT, related to xalan:

  https://bugs.eclipse.org/bugs/show_bug.cgi?id=530467 - compile failed in org/eclipse/wst/xsl/xalan/debugger

And I've also discovered that the maven mojo we use to generate index.html pages for our update sites in JBoss Tools / Devstudio doesn't work with Tycho 1.1:

  https://issues.jboss.org/browse/JBIDE-25675 - repo-utils not compatible with Tycho 1.1

---

I'm not sure how to solve the xalan issue -- is that an intentional change? 

The second one will likely just involve updating the mojo -- haven't looked at it in depth yet but I don't expect it to block release of Tycho 1.1.

Nick


On Fri, Jan 26, 2018 at 4:56 AM, Sievers, Jan <jan.sievers@xxxxxxx> wrote:
Tycho release 1.1.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 1.1.0 and add snippet [2] to your pom.

We plan to promote this release in one week unless major regressions are found or we still have pending CQs for the IP log.

Regards,
Tycho team

[1] http://wiki.eclipse.org/Tycho/Release_Notes/1.1
[2]
<pluginRepositories>
 <pluginRepository>
  <id>tycho-staged</id>
  <url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-1046/</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



--
Nick Boldt :: http://nick.divbyzero.com
FB, IG, Twitter, G+, LinkedIn, Freenode: @nickboldt
WhatsApp: +1 647 899 9879

Back to the top