java - Apache Ant Configuration Not Working -
i new apache ant , have downloaded , want automate task
i have configured ant_home in system environment. when running ant in prompt shows me following error:
c:\>ant buildfile: build.xml not exist! build failed c:\>
ant wants (by default) build.xml file specifies tasks accomplish. use
c:\> ant -help
to know syntax of ant command appropriate case ... , figure out build.xml appropriate project. installation seems work :) ... message ant.
Comments
Post a Comment