Oh yeah, the reason the current ANT way of executing this causes a space to be inserted in-between the + and the filename. This, in turn, causes util.exe to fail.
> <apply executable="util.exe" parallel="false"> > <arg value="+"/> > <srcfile/> > <fileset dir="files/"/> > </apply> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]