AW: Determining empty fileset

2005-12-07 Thread Jan.Materne
>I am new to ant and I am trying to create a script to >distribute only those files that were modified since the last >distribution. Use the selector and you´ll only get files which content has changed. Otherwise usually only the timestamp is checked (in e.g.) >I would like to stop distribut

Re: Determining empty fileset

2005-12-07 Thread Antoine Levy-Lambert
Kamal Bhatt wrote: > I know that I can use path convert to determine if a fileset is empty > or not, but I don't know how or how to use the property from pathconvert. > Hello Kamal, use the setonempty attribute of pathconvert, with the value "false". This way, if the fileset is empty, the propert

Determining empty fileset

2005-12-07 Thread Kamal Bhatt
Hi I am new to ant and I am trying to create a script to distribute only those files that were modified since the last distribution. I would like to stop distribution if no files have been changed. However, I cannot seem to be able to work this into my script. I know that I can use path conve