Eclipse unable to find an ant file to run,求解决方法

网友 1

最佳答案

回答者:网友
默认的行为是在当前目录下找 build.xml,如果你的文件不是叫这个名字那就用
{省略 ant 路径} -f start.xml build 这样参数,它运行 start.xml 里面的 build target。

我来回答