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 2001/01/29 22:46:18 UTC

cvs commit: xml-xalan/test runtest.bat

curcuru     01/01/29 13:46:18

  Modified:    test     runtest.bat
  Log:
  Update -D flags for use with Crimson: only set the org.xml.sax.driver
  property, don't set any of the jaxp properties (let them get defaulted
  from whatever .jar file, etc.)
  
  Revision  Changes    Path
  1.7       +1 -1      xml-xalan/test/runtest.bat
  
  Index: runtest.bat
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/runtest.bat,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- runtest.bat	2001/01/19 21:11:01	1.6
  +++ runtest.bat	2001/01/29 21:46:15	1.7
  @@ -35,7 +35,7 @@
   @REM -crimson: Use crimson.jar instead of xerces.jar
   @REM    shift to get rid of -crimson arg; just pass rest of args along
   set SAVED_JAVA_OPTS=%JAVA_OPTS%
  -if '%1' == '-crimson' set JAVA_OPTS=-Djavax.xml.parsers.DocumentBuilderFactory=org.apache.crimson.jaxp.DocumentBuilderFactoryImpl -Dorg.xml.sax.driver=org.apache.crimson.jaxp.SAXParserFactoryImpl %JAVA_OPTS%
  +if '%1' == '-crimson' set JAVA_OPTS=-Dorg.xml.sax.driver=org.apache.crimson.parser.XMLReaderImpl %JAVA_OPTS%
   if '%1' == '-crimson' set PARSER_JAR=crimson.jar
   if '%1' == '-crimson' shift