sboag 01/03/27 15:41:15
Modified: java build.xml
Log:
Excluded lre02.xsl;lre03.xsl;lre07.xsl;lre10.xsl;lre12.xsl;lre21.xsl so
that smoketest will pass.
The excluded lre tests are at issue or are new bugs, and should
be included as soon as they are resolved. They do not indicate
regressions, and thus shouldn't be part of the smoketest.
Revision Changes Path
1.90 +5 -3 xml-xalan/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/build.xml,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- build.xml 2001/03/16 15:09:06 1.89
+++ build.xml 2001/03/27 23:41:15 1.90
@@ -48,7 +48,7 @@
- Much of this file stolen from Stefano's xml-xerces build.xml
- $Id: build.xml,v 1.89 2001/03/16 15:09:06 curcuru Exp $
+ $Id: build.xml,v 1.90 2001/03/27 23:41:15 sboag Exp $
==================================================================== -->
@@ -115,7 +115,9 @@
<property name="site.book" value="${xdocs.dir}/sources/xalan-jsite.xml"/>
<property name="test.loggingLevel" value="5"/>
- <property name="test.excludes" value="impincl12.xsl"/>
+ <!-- The excluded lre tests are at issue or are new bugs, and should be
+ included as soon as they are resolved. -->
+ <property name="test.excludes"
value="impincl12.xsl;lre02.xsl;lre03.xsl;lre07.xsl;lre10.xsl;lre12.xsl;lre21.xsl"/>
<property name="test.embedded"
value="embed01.xsl;embed02.xsl;embed07.xsl"/>
<!-- ===================================================================
-->
@@ -523,7 +525,7 @@
<arg line="targetDirectory=${site.dir} ${site.book} ${xdocs.style}"/>
</java>
- <!-- put todo.html in the site directory -->
+ <!-- put todo.html in the site directory -->
<copy file="${build.docs}/todo.html" todir="${site.dir}"/>
<!-- put xalan design doc in the site design subdir -->
<copy todir="${site.dir}/design">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]