Re: for task inside path task

2009-07-19 Thread Roland Brassous
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 //

RE: how to do conditional processing in ant

2009-07-19 Thread Scot P. Floess
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.

Re: how to do conditional processing in ant

2009-07-19 Thread Edumudi Viswanath
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

RE: how to do conditional processing in ant

2009-07-19 Thread Edumudi Viswanath
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/${