amiro       02/02/11 06:06:42

  Modified:    test     build.xml
  Log:
  add scan to conf.xsltc
  
  Revision  Changes    Path
  1.38      +4 -0      xml-xalan/test/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/build.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- build.xml 8 Feb 2002 16:30:39 -0000       1.37
  +++ build.xml 11 Feb 2002 14:06:42 -0000      1.38
  @@ -992,6 +992,7 @@
           <pathelement location="${xalan.bin.dir}/JLex.jar" />
           <pathelement location="${xalan.bin.dir}/java_cup.jar" />
           <pathelement location="${xalan.bin.dir}/runtime.jar" />
  +        <pathelement location="${xalan.bin.dir}/jakarta-regexp-1.2.jar" />
           <pathelement location="${testxsl.jar}" />
           <pathelement location="${parserjar}" />
           <pathelement location="${xml-apis.jar}" />
  @@ -1055,6 +1056,9 @@
               <!-- Explicitly set TransformerFactory property to use xsltc -->
               <sysproperty key="javax.xml.transform.TransformerFactory" 
value="org.apache.xalan.xsltc.trax.TransformerFactoryImpl"/>
           </xalantest>
  +        <antcall target="scan">
  +            <param name="scan.outputDir" value="${conf.outputDir}"/>
  +        </antcall>
       </target>
   
       <!-- ================================================================== 
-->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to