On Tue, 15 Oct 2002, Frank Schroeder <[EMAIL PROTECTED]> wrote: > The parser stores the file lists as comma separated strings in > properties in the project, e.g. IMAGE_FILES which contains "foo.gif, > bar.gif".
This would be a format suitable for the includes attribute of <fileset> - as long as no file name contains spaces, that is. Changing the output to be newline separated (and in a file) and using includesfile, like Erik suggests, is probably the better approach. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
