On Tue, Jan 02, 2007 at 06:59:26AM -0800, [EMAIL PROTECTED] wrote:
> You can also from within the bat file use the command:
> 
> SETLOCAL ENABLEDELAYEDEXPANSION
> -- code goes here --
> ENDLOCAL
> 
> for the same behaviour as invoking cmd shell with /V.

Thanks for the info. That makes it easier.
 
> Simon Pepping @ Home wrote:
> > 
> > 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 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
> > 
> > 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

Reply via email to