"Ant all" not working for me
        Posted  
        
            by bobjink
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by bobjink
        
        
        
        Published on 2010-05-26T11:50:19Z
        Indexed on 
            2010/05/26
            12:21 UTC
        
        
        Read the original article
        Hit count: 359
        
I have got involved in a project. This project uses ant which is not something I am comfortable with. I have checked out the source code and tried running ant on the most outer directory.
Running 'ant' in commando prompt takes 1 sec and I get a BUILD SUCCESFULL message. If I run 'ant all' I get a
BUILD FAILED. Java.io.IOExceptio: Cannot run program "ant": CreateProcess=2, the system cannot find the file specified and then a long stacktrace.
Most of the people on the project runs OS-X while I use Windows XP.
Any help or information is appreciated :)
© Stack Overflow or respective owner