Hi Clay,
It sounds like you have ant installed and ready to go. Did you download
the binary zip bundle and unzip it? If so I think you are ready to
roll. By default when you invoke ant it looks for a build.xml file in
the current directory and runs the default target defined in that file.
If
Ant.bat is meant to be used to build's, as in build.xml or any other
ANTfile.xml. If you want to run an ANT called build.xml that is located
in the basedir of the the .bat file, it will run automatically without
having to designate which xml to run ant.bat on. If you want to run
ant.bat on a file
Well Clay, what do you expect? Looks like Ant is installed OK.
It does need a build file, whose name defaults to build.xml, to do
anything. --DD
On 7/19/07, Carter, Donald C (Genworth) <[EMAIL PROTECTED]> wrote:
Hello,
I'm trying to install ant and running into some frustrating problems. I
set