On 11/04/2008, Joe Schmetzer <[EMAIL PROTECTED]> wrote: > <arg value="x"/> is interpreted as a single argument, even if "x" happens > to contain spaces. In your case, you actually have two arguments: "-o" and > "filename", so you need to specify it like this: > > <arg value="-o"/> > <arg value="${out.dir}/${main.outfile}"/>
Thanks Joe. I can see the logic, although 'line=' seems to make more sense from a user view? "-o filename" I guess that's how it must be. regards -- Dave Pawson XSLT XSL-FO FAQ. http://www.dpawson.co.uk --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]