我如何获得第谷?
Tycho应该是maven的插件,用于构建eclipse插件。
我找到了有关它的各种博客和其他文章,但其中包含的第谷链接都已失效或公众无法访问,例如: http://www.sonatype.com/people/2009/04/tycho-040-roadmap/
我唯一找到的是一个项目Eclipse 站点上的提案,但它没有引用任何下载:http://www.eclipse。 org/proposals/tycho/
我找到了一个 svn 存储库,但它似乎非常过时: http://svn.codehaus.org/m2eclipse/tycho/trunk/
所以我的问题是:我从哪里得到第谷?或者它已经死了,我应该停止打扰?
我怀疑它已经死了,因为我发现 JAX2010 上有一个关于它的讨论......
Tycho is supposed to be a plug-in for maven for building eclipse plug-ins.
I have found various blogs and other articles about it, but the contained links to Tycho are all dead or not accessible for the general public, for example: http://www.sonatype.com/people/2009/04/tycho-040-roadmap/
The only thing I found is a project proposal on the eclipse site, but it doesn't reference any downloads: http://www.eclipse.org/proposals/tycho/
I found a svn repository, but it seems to be extremely dated:
http://svn.codehaus.org/m2eclipse/tycho/trunk/
So my question is: where do I get tycho from? Or is it dead and I should stop bothering?
I doubt it's dead, since I found out there is a talk about it on JAX2010 ...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Tycho 根本没有死(它确实已被提交成为 Eclipse 项目),但现在在 github 上托管(并积极开发):http://github.com/sonatype/sonatype-tycho
来自README.md的更多链接:
第谷主页http://tycho.sonatype.org/
第谷维基 https://docs.sonatype.org/display/TYCHO/Index
Tycho 错误跟踪 https://issues.sonatype.org/browse/TYCHO
从源构建 Tycho http://docs.sonatype.org/display/TYCHO/BuildingTycho
Tycho is not dead at all (it has indeed been submitted to become an Eclipse project) but is now hosted (and actively developed) on github: http://github.com/sonatype/sonatype-tycho
More links from the README.md:
Tycho homepage http://tycho.sonatype.org/
Tycho wiki https://docs.sonatype.org/display/TYCHO/Index
Tycho bug tracking https://issues.sonatype.org/browse/TYCHO
Building Tycho from sources http://docs.sonatype.org/display/TYCHO/BuildingTycho
Tycho 至少从 Tycho-0.9.0 开始就可以使用 Maven 3.x - 它不再需要 Maven 的特殊发行版。 (改编自http://twitter.com/jvanzyl/status/20700015111)
Tycho works with stock Maven 3.x since at least Tycho-0.9.0 - it doesn't require a special distribution of Maven any more. (Adapted from http://twitter.com/jvanzyl/status/20700015111)
与此同时,Tycho 托管在 Eclipse.org 上。
In the meanwhile, Tycho is hosted at Eclipse.org.