RE: Copying a static list of files

2010-06-26 Thread Martin Gainty
Patrick- why not have an init target which spawns a sed script to do regexp parsing and outputs regexp output to outputfile then in your ant build.xml declare property that associates with the outputfile and use that property as input to copy task ? Martin ___

Re: Copying a static list of files

2010-06-26 Thread Patrick Martin
Hello, I thought that using fileset with the includesfile attribute would still trigger a source directory scan, which is what I want to avoid to begin with. Isn't that correct? However, this task does sound very interesting to add elements to the filelist (avoiding the "space in filename" issu