Re: Missed update of fop.bat

2007-01-02 Thread Simon Pepping
; > > set LOCALCLASSPATH=%FOP_HYPHENATION_PATH% > > for %%l in (%LOCAL_FOP_HOME%build\*.jar %LIBDIR%\*.jar) do set > > LOCALCLASSPATH=!LOCALCLASSPATH!;%%l > > > > Already much better. > > > Quoted from: > http://www.nabble.com/Missed-update-of-fop.bat-%28was%3A-Re%3A--VOTE--Release-of-FOP-0.93%29-tf2898378.html#a8097613 Simon -- Simon Pepping home page: http://www.leverkruid.eu

Re: Missed update of fop.bat

2007-01-02 Thread Chris Bowditch
Simon Pepping wrote: If the Windows cmd shell is called with the /V option (delayed evaluation) it is possible to write this: set LOCALCLASSPATH=%FOP_HYPHENATION_PATH% for %%l in (%LOCAL_FOP_HOME%build\*.jar %LIBDIR%\*.jar) do set LOCALCLASSPATH=!LOCALCLASSPATH!;%%l Is this supported on o

Missed update of fop.bat (was: Re: [VOTE] Release of FOP 0.93)

2006-12-30 Thread Simon Pepping
On Fri, Dec 29, 2006 at 10:55:22AM +0100, Jeremias Maerki wrote: > ... there's a little bug in the dist: fop.bat doesn't > contain the right filename for xmlgraphics-commons.jar after the JAR > update. This mishap is of course partly due to the use of an outdated scripting language. If the Window