Browse Source

fix: include standard classpath


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193301 13f79535-47bb-0310-9956-ffa450edef68
tags/pre-columns
fotis 24 years ago
parent
commit
47fa999367
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.bat

+ 1
- 1
build.bat View File

@@ -12,7 +12,7 @@ echo Building with classpath %LOCALCLASSPATH%

echo Starting Ant...

%JAVA_HOME%\bin\java.exe -Dant.home=%ANT_HOME% -classpath %LOCALCLASSPATH% org.apache.tools.ant.Main %1 %2 %3 %4 %5
%JAVA_HOME%\bin\java.exe -Dant.home=%ANT_HOME% -classpath %LOCALCLASSPATH%;%CLASSPATH% org.apache.tools.ant.Main %1 %2 %3 %4 %5

goto end


Loading…
Cancel
Save