Question

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?

Était-ce utile?

La solution

Check how to write a simple build file :

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top