Downloaded Ant and set it up successfully, however when I run from command line I see the following:

    C:\>ant
    Buildfile: build.xml does not exist!
    Build failed

http://pastebin.com/pkHiPnHi

I want to build a JAR file and then invoke that file. Do I just need to bring the build.xml file, containing my project, into my new Ant directory?

有帮助吗?

解决方案

Check how to write a simple build file :

http://ant.apache.org/manual/using.html

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top