Jan: I have been reading some on resources and I have not found the information on <exists/>. Can you give me an example or point me to the manual pages that describe how to use these resource selectors?
Thanks, eric -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2008 1:11 AM To: user@ant.apache.org Subject: AW: Can I build up a list? If so, how? You could create a resource collection by specifying a <filelist> (a <fileset> selects only existing files). Then use an <non><exists/></non> resource selector for selecting only those which dont exist. Jan >-----Ursprüngliche Nachricht----- >Von: Eric Wood [mailto:[EMAIL PROTECTED] >Gesendet: Dienstag, 21. Oktober 2008 21:47 >An: Ant Users List >Betreff: ANT: Can I build up a list? If so, how? > >I'm writing some path validation code and want to be able to build a >list of path elements that do not exist in the file system. >Does anybody >know what construct to use to build a list that I can then display all >of the results once? > >Eric > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]