fop.cmd doesn't handle path with whitespace

2011-01-20 Thread Glenn Adams
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 gl...@skynav.com

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

Re: fop.cmd doesn't handle path with whitespace

2011-01-20 Thread Jeremias Maerki
Done: http://svn.apache.org/viewvc?rev=1061652view=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 gl...@skynav.com
 
 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