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
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
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)