eclipse导入ant项目

转自:https://blog.csdn.net/firstephen/article/details/22881989

Eclipse导入Ant项目:https://blog.csdn.net/weixin_34246551/article/details/85909078

Eclipse创建Ant工程: https://blog.csdn.net/Elion_jia/article/details/81193264

eclipse导入ant工程: https://blog.csdn.net/screensky/article/details/7840893

Eclipse集成和调试Ant工程: https://blog.csdn.net/ubuntu64fan/article/details/7526146

在eclipse配置ant开发环境: https://blog.csdn.net/neweastsun/article/details/39521793

 

 

1. ant generate-eclipse-files

2.  打开Eclipse 选择 File -> New -> Project.

3. 选择 Java Project from Existing Ant Buildfile.

4. 点击“Next” 找到 Ant buildfile(build.xml).
--------------------- 
作者:firstephen 
来源:CSDN 
原文:https://blog.csdn.net/firstephen/article/details/22881989 
版权声明:本文为博主原创文章,转载请附上博文链接!

 

 

你可能感兴趣的:(ant)