RE: using ANT to run a java program that runs from the command line

2007-03-23 Thread Joshua Slider
To: user@ant.apache.org Subject: using ANT to run a java program that runs from the command line I have been looking through the documentation on ANT and am a little confused about how to run a java program using ANT and have it be the same as if I'd run it from the command line. An

using ANT to run a java program that runs from the command line

2007-03-23 Thread Chris Johnson
I have been looking through the documentation on ANT and am a little confused about how to run a java program using ANT and have it be the same as if I'd run it from the command line. Another possible solution would be to run the program on the ant build of JUnit on the command line. Is t