how to ensure that paths are carried through when using nested ANT scripts

2010-05-19 Thread kim1
Hi there. I have an interesting situation with an ant script I am working on. There are 3 scripts in total: (1) Main File Copying script (2) Error message script and now I have been given a requirement to put a wrapper script (3) around the existing Main File Copying script. I have numbered them

Getting directory/path information from a file

2010-05-04 Thread kim1
Hi all I am trying to use ant to do something like the following unix command And then get the fully qualified directory location of the filename - and do other things with that. So. For example, myfile might be in either /mydir/here/DIRA or /mydir/here/DIRB Without checking both dirs (I thi