帮助为 Maven、ANT Build 等工具提供良好的入门参考
好吧,饶了我这篇文章吧。我和这里的人一样是新手:Ant Maven 等工具的重要性< br> 但我想真正开始学习专门的 ant 脚本和 Maven。我访问了他们各自的项目网站,但找不到我应该从哪里开始的基本文档。
如果您能指导我一些简单的教程/文章来解释 ant 和 maven 的基本用法,我将不胜感激。特别是如果有一些基本示例能够真正解释 Maven 和/或 ant 的使用情况,并提供优于静态构建过程的优势。
我正在考虑在我的同一台机器上设置本地存储库,我应该使用 redmine 还是 SVN,请为新手提供任何建议,谢谢
Ok Spare me for this post. I am a newbie like the guy here: Importance of tools like Ant Maven
But i want to really start learning specially ant scripts and maven. I went on their respective project sites but could not find basic documentation from where i should start with.
I would appreciate your time if you could direct me to some simple tutorials/articles that explain basic usage of ant and maven. Specially if there is some basic example that really explains how well maven and/or ant are used and provide benefits over static build process.
I am thinking to setup a local repository over my same machine, should i go with redmine or SVN, any recommendation for a newbie please, thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
正如所建议的,如果您真的想很好地理解,那么从一本专门编写的书开始可能是最好的主意。但为了给你一个良好的开端,这个资源对我来说真的很有帮助:
10 分钟 Ant 指南< /a>
它将逐步指导您如何为完全的新手设置测试项目。
As suggested, starting with a specially written book would probably be the best idea if you really want to understand well. But to give you a kick start, this resource was really helpful to me:
10 Minutes Guide to Ant
It will give you step by step approach how to setup a test project for a complete newbie.
两个都不要学。选择其中之一。但我建议您将两全其美的方法与 http://gradle.org/ 结合使用。
Don't learn both. Choose one of them. But I would suggest that you use the best from both worlds with http://gradle.org/ .