You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ke...@apache.org on 2001/07/11 08:54:35 UTC

cvs commit: xml-fop build.bat build.sh

keiron      01/07/10 23:54:35

  Modified:    .        build.bat build.sh
  Log:
  now uses only the local set class path
  
  Revision  Changes    Path
  1.11      +2 -2      xml-fop/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/xml-fop/build.bat,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.bat	2001/05/18 09:55:29	1.10
  +++ build.bat	2001/07/11 06:54:34	1.11
  @@ -9,11 +9,11 @@
   set LOCALCLASSPATH=%JAVA_HOME%\lib\tools.jar;%JAVA_HOME%\lib\classes.zip;%LIBDIR%\ant.jar;%LIBDIR%\batik.jar;%LIBDIR%\buildtools.jar;%LIBDIR%\xerces-1.2.3.jar;%LIBDIR%\xalan-2.0.0.jar;%LIBDIR%\xalanj1compat.jar;%LIBDIR%\bsf.jar;%LIBDIR%\jimi-1.0.jar
   set ANT_HOME=%LIBDIR%
   
  -echo Building with classpath %LOCALCLASSPATH%;%CLASSPATH%
  +echo Building with classpath %LOCALCLASSPATH%
   
   echo Starting Ant...
   
  -%JAVA_HOME%\bin\java.exe -Dant.home=%ANT_HOME% -classpath %LOCALCLASSPATH%;%CLASSPATH% org.apache.tools.ant.Main %1 %2 %3 %4 %5
  +%JAVA_HOME%\bin\java.exe -Dant.home=%ANT_HOME% -classpath "%LOCALCLASSPATH%" org.apache.tools.ant.Main %1 %2 %3 %4 %5
   
   goto end
   
  
  
  
  1.13      +2 -9      xml-fop/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/xml-fop/build.sh,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build.sh	2001/05/17 07:43:55	1.12
  +++ build.sh	2001/07/11 06:54:34	1.13
  @@ -17,15 +17,8 @@
   ANT_HOME=$LIBDIR
   
   echo
  -CP=$LOCALCLASSPATH
  -if [ ! "$CLASSPATH" = "" ]
  -then
  -CP=$CP:$CLASSPATH
  -fi
  -echo Building with classpath $CP
  -
  -
  +echo Building with classpath $LOCALCLASSPATH
   echo Starting Ant...
   echo
   
  -$JAVA_HOME/bin/java -Dant.home=$ANT_HOME -classpath "$CP" org.apache.tools.ant.Main $*
  +$JAVA_HOME/bin/java -Dant.home=$ANT_HOME -classpath "$LOCALCLASSPATH" org.apache.tools.ant.Main $*
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org