Ant4Eclipse 示例
我目前正在使用标准 Ant,我想转移到 Ant4Eclipse (http://www.ant4eclipse.org/) 以利用我的 eclipse 项目已经拥有的类路径信息来构建它并运行单元测试。
我发现的问题是我找不到使用 ant4eclipse 构建简单项目的好例子。我通过搜索和查看 ant4eclipse 文档得到了不同的结果。有人有一个很好的参考 ant 文件,使用 ant4eclipse 构建 Eclipse java 项目,或者可以查看的网站吗?
谢谢!
I'm currently using standard Ant and I want to move to Ant4Eclipse (http://www.ant4eclipse.org/) to take advantage of the classpath information that my eclipse project already has to build it and run unit tests.
Problem i'm finding is I can't find a good example of using ant4eclipse to build a simple project. I've been getting mixed results going through searches and looking at the ant4eclipse documentation. Anyone have a good reference ant file using ant4eclipse to build an Eclipse java project, or a site to look at?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
所以我想我只是误解了一些任务的命名。我导入了 a4e-jdt-macros.xml (ant4eclipse 附带),并使用了“buildJdtProject”宏 - 超级容易使用。
这是一个例子:
So I think I just misunderstood some of the naming of the tasks. I imported the a4e-jdt-macros.xml (comes with ant4eclipse), and used the "buildJdtProject" macro - super easy to use.
Here's an example: