在 Eclipse 中使用 ant 构建项目的最简单方法
我是 Eclipse 新手,请帮助我了解如何使用 ant 在 Eclipse 中构建任何项目,就像在 Netbean 中完成的那样轻松,例如为 axis2 构建 jar、war、ear 或 aar 等,
提前致谢
I am new to eclipse, please help me understand how can i build any project in eclipse with ant as easily as in is done in netbean like building jar,war,ear or aar for axis2 etc
thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Eclipse 不使用 Ant 来构建项目。
要生成 JAR/WAR/etc,请查看文件 ->导出菜单。
要从现有构建文件运行 Ant 目标,请显示 Window ->;显示视图-> Ant 并将构建文件拖到新的 Ant 视图中。
Eclipse does not use Ant to build projects.
To generate JAR/WAR/etc look into File -> Export menu.
To run Ant targets from an existing buildfile, show Window -> Show View -> Ant and than drag the buildfile into that new Ant view.