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"
<<attachment: winmail.dat>>
