zongaro 2003/09/16 02:26:19
Modified: test Tag: xslt20-compiled build.xml
Log:
Temporarily disabled building test harness code specific to Xalan-J
Interpretive. We'll have to go through it to decide whether there are tests
that will apply to XSLTC.
Revision Changes Path
No revision
No revision
1.64.2.1 +4 -2 xml-xalan/test/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/test/build.xml,v
retrieving revision 1.64
retrieving revision 1.64.2.1
diff -u -r1.64 -r1.64.2.1
--- build.xml 16 Jun 2003 21:45:07 -0000 1.64
+++ build.xml 16 Sep 2003 09:26:19 -0000 1.64.2.1
@@ -1126,6 +1126,7 @@
</target>
<target name="compile" depends="compile.trax">
+<!-- %TODO%: Decide whether to keep any of these tests for XSLTC
<echo message="Compile Xalan-J 2.x specific tests" />
<javac srcdir="${test.src.dir}"
destdir="${test.build.dir}"
@@ -1133,6 +1134,7 @@
excludes="${test.root}dtm/xsltcDocCode.java"
debug="${debug}"
classpathref="compiletest.class.path" />
+ -->
</target>
<target name="compile.rwapi" depends="compile">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]