Re: New to Apache ant,problem with build.xml
Posted By:
satish_t
Posted On:
Thursday, March 25, 2004 11:04 PM
ANT: I have just downloaded ANT from Apache, and unzipped it to ant in C: I have set JAVA_HOME, and ANT_HOME variables, and I have placed the antin into the classpath. On the command line, when I type "ant" --- I get: Buildfile: build.xml does not exist! Build failed I made a sample build.xml file and placed it in the ant folder, still it gives the same msg on command prompt... So where is this build.xml file supposed to be stored? and/or what else am I missing ?