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/02/13 18:01:21 UTC

cvs commit: xml-xalan/test build.xml test.properties

curcuru     02/02/13 09:01:21

  Modified:    test     build.xml test.properties
  Log:
  Updates to xsltc targets: now depend on compile.trax.xslwrapper, since all
  the trax wrappers and tests should be valid against XSLTC since it'
  supports TrAX; cleaned up classpaths a little
  
  Revision  Changes    Path
  1.40      +3 -3      xml-xalan/test/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/build.xml,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- build.xml	12 Feb 2002 14:41:03 -0000	1.39
  +++ build.xml	13 Feb 2002 17:01:21 -0000	1.40
  @@ -1020,13 +1020,13 @@
           description="Compile Xsltc*Wrapper xslwrappers only">
           <javac srcdir="${test.src.dir}" 
                  destdir="${test.build.dir}" 
  -               includes="${test.root}xslwrapper/Xsltc*Wrapper.java,${test.root}xslwrapper/TraxWrapperUtils.java"
  +               includes="${test.root}xslwrapper/Trax*Wrapper.java,${test.root}xslwrapper/TraxWrapperUtils.java,${test.root}xslwrapper/Xsltc*Wrapper.java"
                  debug="${debug}">
               <classpath refid="xsltc.compile.class.path" />
           </javac>               
       </target>
   
  -    <target name="compile.xsltc" depends="compile.xsltc.xslwrappers"
  +    <target name="compile.xsltc" depends="compile.trax"
           description="Compile xsltc native API tests only">
           <javac srcdir="${test.src.dir}" 
                  destdir="${test.build.dir}" 
  @@ -1058,7 +1058,7 @@
               <sysproperty key="javax.xml.transform.TransformerFactory" value="org.apache.xalan.xsltc.trax.TransformerFactoryImpl"/>
           </xalantest>
           <antcall target="scan">
  -            <param name="scan.outputDir" value="${conf.outputDir}"/>
  +            <param name="scan.outputDir" value="${conf.xsltc.outputDir}"/>
           </antcall>
       </target>
   
  
  
  
  1.42      +1 -1      xml-xalan/test/test.properties
  
  Index: test.properties
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/test.properties,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- test.properties	12 Feb 2002 21:08:18 -0000	1.41
  +++ test.properties	13 Feb 2002 17:01:21 -0000	1.42
  @@ -198,7 +198,7 @@
   extensions.testlet=org.apache.qetest.xsl.ExtensionTestlet
   
   #---- Special: used in conf.xsltc target temporarily ----
  -conf.xsltc.inputDir=file:///e:/builds/xml-xalan/test/tests/conf
  +conf.xsltc.inputDir=tests/conf
   conf.xsltc.goldDir=tests/conf-gold
   conf.xsltc.outputDir=results-conf
   conf.xsltc.logFile=results-conf/results.xml
  
  
  

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