Hi
We use a property file named build.properties.
This file stores some properties.
# /Sample line in the build.propertes/
servlet.jar=build/lib/Tomcat5.0/servlet-api.jar
jsp-api.jar=build/lib/Tomcat5.0/jsp-api.jar
In the main file (build.xml), we reference the build.properties
//
If you specify a directory, the contents of that directory are
copied...meaning all the files will be copied :)
On Sun, 19 Jul 2009, Edumudi Viswanath wrote:
Hi Scot P. Floess,
thank you very much for your reply.
ya, xyz folder contains dev/sit/prod/uat.
with , i can copy only
one file.
Hi David Weintraub,
Thanks very much for your reply.
Based on the approach you mentioned, i wrote total logic for the task. kindly
inspect once.
here, may i ask some questions. they are
1) In one tag, i can write any no of tags. is it write?
2) In one tag, there should be only one tag. is
Hi Scot P. Floess,
thank you very much for your reply.
ya, xyz folder contains dev/sit/prod/uat.
with , i can copy only
one file.
but in my case, i need to copy more than one file from "xyz/${envv}/${ssltype}"
to "xyz".
in that case, how can i copy more than one file from the folder
xyz/${