This is what I have been doing to arrange my data in XML files. Its a bit
crooked way of organizing data but
it is read very easily and readily available in properties.
e.g. in your case I would change the format of the XML file to something
like this.
Machine1
Machine2
This is more of a data organization question rather than ant question.
I want to keep all configuration data in a sepreate properties file.
either plain text or preferably XML.
say for plain text
#sys-name java-src jsp-src java-dest jsp-comp-dest
system1 /proj1/src /proj1/jsp /proj1/classes /proj
this may sound a bit silly , but I am at my wits end.
I want to move a directory (and all its contents ) from one directory into
another directory
e.g.
Move dir1 (e.g. /src/dir1) into /dest/dest1. i.e. /dest/dest1/dir1
I have tried the following
This does indeed create a /dest/des