Вопрос

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