I'm trying to run a bat file with my ant command in to run a build.xml
I cannot access the command line at this business, so I'm using a .bat file.
Whenever I try and run ant all i get is the file location(of the .bat file) and the ant command repeated in the terminal.
ie
C:\mybuildxmlocation>ant
I've had an admin check my ant_home is set, but still can't see what the problem is.
Does anyone have any ideas?
Thanks
Lee