You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by cu...@apache.org on 2002/01/18 16:24:58 UTC

cvs commit: xml-xalan/test build.bat build.sh build.xml

curcuru     02/01/18 07:24:58

  Modified:    test     build.bat build.sh build.xml
  Log:
  Update to use Xerces 2.x xercesImpl.jar file
  
  Revision  Changes    Path
  1.10      +3 -3      xml-xalan/test/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/build.bat,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.bat	14 Jan 2002 20:02:44 -0000	1.9
  +++ build.bat	18 Jan 2002 15:24:58 -0000	1.10
  @@ -70,7 +70,7 @@
   set _JAVACMD=%JAVACMD%
   rem Note: classpath handling is special for testing Xalan
   rem If PARSER_JAR blank, default to xerces in the xalan dir
  -if "%PARSER_JAR%" == "" set _PARSER_JAR=..\java\bin\xerces.jar
  +if "%PARSER_JAR%" == "" set _PARSER_JAR=..\java\bin\xercesImpl.jar
   if not "%PARSER_JAR%" == "" set _PARSER_JAR=%PARSER_JAR%
   set _XML-APIS_JAR=%XML-APIS_JAR%
   if "%_XML-APIS_JAR%" == "" set _XML-APIS_JAR=..\java\bin\xml-apis.jar
  @@ -83,8 +83,8 @@
   rem Else if JARDIR is set, then put all Xalan-J 2.x required .jar files 
   rem    in the classpath first from that one dir
   rem Note: Does not yet support xsltc testing! TBD -sc
  -rem Note: Does not yet support using crimson from JARDIR (forces xerces.jar)! TBD -sc
  -if not "%JARDIR%" == "" set _CLASSPATH=%JARDIR%\xml-apis.jar;%JARDIR%\xerces.jar;%JARDIR%\xalan.jar;%JARDIR%\testxsl.jar;%JARDIR%\bsf.jar;%JARDIR%\js.jar;%_ANT_HOME%\bin\ant.jar;%CLASSPATH%
  +rem Note: Does not yet support using crimson from JARDIR (forces xercesImpl.jar)! TBD -sc
  +if not "%JARDIR%" == "" set _CLASSPATH=%JARDIR%\xml-apis.jar;%JARDIR%\xercesImpl.jar;%JARDIR%\xalan.jar;%JARDIR%\testxsl.jar;%JARDIR%\bsf.jar;%JARDIR%\js.jar;%_ANT_HOME%\bin\ant.jar;%CLASSPATH%
   
   rem Attempt to automatically add system classes to very end of _CLASSPATH
   if exist "%JAVA_HOME%\lib\tools.jar" set _CLASSPATH=%_CLASSPATH%;%JAVA_HOME%\lib\tools.jar
  
  
  
  1.2       +2 -2      xml-xalan/test/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/build.sh,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.sh	30 Jul 2001 20:11:12 -0000	1.1
  +++ build.sh	18 Jan 2002 15:24:58 -0000	1.2
  @@ -12,9 +12,9 @@
       exit 1
   fi
   
  -# If PARSER_JAR is not set, default to xerces.jar
  +# If PARSER_JAR is not set, default to xercesImpl.jar
   if [ "$PARSER_JAR" = "" ] ; then
  -    PARSER_JAR=xerces.jar
  +    PARSER_JAR=xercesImpl.jar
   fi
   
   if [ "$ANT_HOME" = "" ] ; then
  
  
  
  1.33      +2 -2      xml-xalan/test/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/build.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- build.xml	18 Jan 2002 13:46:35 -0000	1.32
  +++ build.xml	18 Jan 2002 15:24:58 -0000	1.33
  @@ -77,7 +77,7 @@
       <!-- Various names/locations of dependent jars -->
       <property name="xalan.jar" value="${xalan.build.dir}/xalan.jar"/>
       <property name="xml-apis.jar" value="${xalan.bin.dir}/xml-apis.jar"/>
  -    <property name="parserjar" value="${xalan.bin.dir}/xerces.jar"/>
  +    <property name="parserjar" value="${xalan.bin.dir}/xercesImpl.jar"/>
       <property name="bsf.jar" value="${xalan.bin.dir}/bsf.jar"/>
       <!-- The js.jar is for Javascript extensions tests; you must 
            get this .jar yourself.  Feel free to reset the location.
  @@ -942,7 +942,7 @@
       <!-- Actually, I'd like to figure out some sneaky Ant trick to 
            allow swapping of parts of classpaths (i.e. swap in xsltc.jar 
            and related files instead of xalan.jar; likewise replace 
  -         xerces.jar with the PARSER_JAR defined outside) to clean 
  +         xercesImpl.jar with the PARSER_JAR defined outside) to clean 
            this section up.  But for the time being I'm planning on 
            simply maintaining separate-but-equal targets.xsltc
       -->
  
  
  

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