You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Eric Wood <EW...@llbean.com> on 2008/10/21 21:47:04 UTC

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