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 ar...@apache.org on 2001/08/12 19:05:13 UTC

cvs commit: xml-fop/docs/examples runtests.bat

arved       01/08/12 10:05:13

  Modified:    .        build.bat fop.bat build.xml
               docs/examples runtests.bat
  Log:
  AHS: Build and runtime file updates
  
  Revision  Changes    Path
  1.12      +29 -29    xml-fop/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/xml-fop/build.bat,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.bat	2001/07/11 06:54:34	1.11
  +++ build.bat	2001/08/12 17:05:13	1.12
  @@ -1,29 +1,29 @@
  -@echo off
  -
  -echo Fop Build System
  -echo ----------------
  -
  -if "%JAVA_HOME%" == "" goto error
  -
  -set LIBDIR=lib
  -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%
  -
  -echo Starting Ant...
  -
  -%JAVA_HOME%\bin\java.exe -Dant.home=%ANT_HOME% -classpath "%LOCALCLASSPATH%" org.apache.tools.ant.Main %1 %2 %3 %4 %5
  -
  -goto end
  -
  -:error
  -
  -echo ERROR: JAVA_HOME not found in your environment.
  -echo Please, set the JAVA_HOME variable in your environment to match the
  -echo location of the Java Virtual Machine you want to use.
  -
  -:end
  -
  -rem set LOCALCLASSPATH=
  -
  +@echo off
  +
  +echo Fop Build System
  +echo ----------------
  +
  +if "%JAVA_HOME%" == "" goto error
  +
  +set LIBDIR=lib
  +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%
  +
  +echo Starting Ant...
  +
  +%JAVA_HOME%\bin\java.exe -Dant.home=%ANT_HOME% -classpath "%LOCALCLASSPATH%" org.apache.tools.ant.Main %1 %2 %3 %4 %5
  +
  +goto end
  +
  +:error
  +
  +echo ERROR: JAVA_HOME not found in your environment.
  +echo Please, set the JAVA_HOME variable in your environment to match the
  +echo location of the Java Virtual Machine you want to use.
  +
  +:end
  +
  +rem set LOCALCLASSPATH=
  +
  
  
  
  1.3       +1 -1      xml-fop/fop.bat
  
  Index: fop.bat
  ===================================================================
  RCS file: /home/cvs/xml-fop/fop.bat,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- fop.bat	2001/05/18 09:55:31	1.2
  +++ fop.bat	2001/08/12 17:05:13	1.3
  @@ -1 +1 @@
  -java -cp fop.jar;lib\batik.jar;lib\xalan-2.0.0.jar;lib\xerces-1.2.3.jar;lib\jimi-1.0.jar org.apache.fop.apps.Fop %1 %2 %3 %4 %5 %6 %7 %8
  +java -cp build\fop.jar;lib\batik.jar;lib\xalan-2.0.0.jar;lib\xerces-1.2.3.jar;lib\jimi-1.0.jar org.apache.fop.apps.Fop %1 %2 %3 %4 %5 %6 %7 %8
  
  
  
  1.37      +7 -3      xml-fop/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/build.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- build.xml	2001/07/06 06:57:51	1.36
  +++ build.xml	2001/08/12 17:05:13	1.37
  @@ -122,6 +122,8 @@
          <include name="LICENSE"/>
          <include name="README"/>
          <include name="STATUS"/>
  +       <include name="fop.bat"/>
  +       <include name="fop.sh"/>
          <exclude name="src/**"/>
          <exclude name="dist/**"/>
          <exclude name="build/**"/>
  @@ -162,7 +164,7 @@
       <tstamp/>
       <property name="Name" value="Fop"/>
       <property name="name" value="fop"/>
  -    <property name="version" value="0.19.0-CVS"/>
  +    <property name="version" value="0.20.0"/>
       <filter  token="version" value="${version}"/>
       <property name="year" value="1999-2001"/>
   
  @@ -638,7 +640,8 @@
         <fileset refid="dist.bin"/>
         <fileset refid="dist.bin.lib"/>
       </copy>
  -    <copy todir="${dist.bin.result.dir}" file="build/fop.jar"/>
  +    <mkdir dir="${dist.bin.result.dir}/build"/>
  +    <copy todir="${dist.bin.result.dir}/build" file="build/fop.jar"/>
         
       <zip zipfile="${Name}-${version}-bin.zip" basedir="${dist.bin.dir}" includes="**"/>
       <tar tarfile="${Name}-${version}-bin.tar" basedir="${dist.bin.dir}" includes="**"/>
  @@ -657,7 +660,8 @@
       <copy todir="${dist.src.result.dir}/javadocs">
         <fileset dir="${build.javadocs}"/>
       </copy>
  -    <copy todir="${dist.src.result.dir}" file="build/fop.jar"/>
  +    <mkdir dir="${dist.src.result.dir}/build"/>
  +    <copy todir="${dist.src.result.dir}/build" file="build/fop.jar"/>
       <chmod file="${dist.src.result.dir}/build.sh" perm="ugo+rx" />
   
       <zip zipfile="${Name}-${version}-src.zip" basedir="${dist.src.dir}" includes="**"/>
  
  
  
  1.10      +28 -28    xml-fop/docs/examples/runtests.bat
  
  Index: runtests.bat
  ===================================================================
  RCS file: /home/cvs/xml-fop/docs/examples/runtests.bat,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- runtests.bat	2001/05/18 09:55:41	1.9
  +++ runtests.bat	2001/08/12 17:05:13	1.10
  @@ -1,28 +1,28 @@
  -@echo off
  -
  -echo Fop Test 
  -echo ----------------
  -
  -if "%JAVA_HOME%" == "" goto error
  -
  -
  -set LIBDIR=..\..\lib
  -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;%LIBDIR%\..\build\fop.jar
  -set ANT_HOME=%LIBDIR%
  -
  -echo Starting Tests ...
  -
  -%JAVA_HOME%\bin\java.exe -Dant.home=%ANT_HOME% -classpath %LOCALCLASSPATH%;%CLASSPATH% org.apache.tools.ant.Main %1 %2 %3 %4 %5
  -
  -goto end
  -
  -:error
  -
  -echo ERROR: JAVA_HOME not found in your environment.
  -echo Please, set the JAVA_HOME variable in your environment to match the
  -echo location of the Java Virtual Machine you want to use.
  -
  -:end
  -
  -rem set LOCALCLASSPATH=
  -
  +@echo off
  +
  +echo Fop Test 
  +echo ----------------
  +
  +if "%JAVA_HOME%" == "" goto error
  +
  +
  +set LIBDIR=..\..\lib
  +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;%LIBDIR%\..\build\fop.jar
  +set ANT_HOME=%LIBDIR%
  +
  +echo Starting Tests ...
  +
  +%JAVA_HOME%\bin\java.exe -Dant.home=%ANT_HOME% -classpath %LOCALCLASSPATH%;%CLASSPATH% org.apache.tools.ant.Main %1 %2 %3 %4 %5
  +
  +goto end
  +
  +:error
  +
  +echo ERROR: JAVA_HOME not found in your environment.
  +echo Please, set the JAVA_HOME variable in your environment to match the
  +echo location of the Java Virtual Machine you want to use.
  +
  +:end
  +
  +rem set LOCALCLASSPATH=
  +
  
  
  

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