Done: http://svn.apache.org/viewvc?rev=1061652&view=rev
Thanks!!! On 21.01.2011 05:04:34 Glenn Adams wrote: > Carl sent me this fix for fop.cmd, which breaks if the path to fop.cmd > contains a whitespace. Perhaps a committer can fix this faster than having > me submit a patch, etc. > > Regards, Glenn > > ---------- Forwarded message ---------- > From: Carl Hoffman > Date: Thu, Jan 20, 2011 at 8:26 PM > To: Glenn Adams at SkyNav <[email protected]> > > On line 22 of fop.cmd, please change: > > if "%OS%"=="Windows_NT" set LOCAL_FOP_HOME=%~dp0 > > to read: > > if "%OS%"=="Windows_NT" set LOCAL_FOP_HOME="%~dp0" Jeremias Maerki
