Running the ANT on non build.xml file
Hi,
"ANT" by default accepts build.xml file and build the application , instead of build.xml if I have given different name like myapp.xml with the ant scripts, "ANT" wont identify the file and build it if we give "ANT" in the command prompt. Hence, how to make sure "ANT" works well even if we have a different name to the XML (myapp.xml) as supposed to build.xml? Any ideas are appreciated.
thanks.