Writing out classpath from element

2005-03-01 Thread Daniel Kalcevich
I want to know if there is anyway I can write out what the element is using for it's classpath. I need to debug to see if all my .jar files exist or not. The element I have is: Any ideas? T

Conditional Question for Build Script

2005-02-22 Thread Daniel Kalcevich
All, I have a situation where I need to perform a check as to whether or not a file needs to be included in build based upon a property. The property would represent the environment, either "stage" or "prod". Based upon the value of that property, I would need to rename a file and move it to a di

Command Line arguments with spaces

2005-01-17 Thread Daniel Kalcevich
I know this has probably been asked a lot, but is there any way I can pass a command line argument with spaces in it, and not have it be wrapped in double quotes by ANT? I have code similar to the following: private void getStreamCommand(Commandline cmd) { if (getStream() != null)