编写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