当前位置:
代码迷
>>
Eclipse
>> 编纂bat文件运行ant项目
详细解决方案
编纂bat文件运行ant项目
热度:
51
发布时间:
2016-04-23 14:14:58.0
编写bat文件运行ant项目
现在学习外国公司的框架做项目
每次调试都很麻烦
想做个批处理,请问如何编写bat文件运行ant项目?
------解决方案--------------------
eclipse 中的ant安装在plugins下的org.apache.ant_版本下面
bat文件只需要调用 该目录下面的bin目录下的ant.cmd 或ant.bat就可以了
即 path\eclipse\plugins\org.apache.ant_版本\bin ant -f antfile
查看全文
相关解决方案