Apparently, the "classic" compiler is not only deprecated, but has a
regression. The patch below will not only allow Xerces to compile using
JDK 1.4, it will compile faster on JDK 1.2 and JDK 1.3, and won't affect
JDK 1.1 operation.
Index: build.xml
===================================================================
RCS file: /home/cvspublic/xml-xerces/java/build.xml,v
retrieving revision 1.49
diff -u -u -r1.49 build.xml
--- build.xml 2001/08/20 14:47:44 1.49
+++ build.xml 2001/10/14 21:27:40
@@ -68,7 +68,6 @@
<property name="copyright" value="Copyright © ${year} Apache XML
Project. All Rights Reserved."/>
<echo message= "---------------- ${Name} ${version} [${year}]
---------------"/>
- <property name="build.compiler" value="classic"/>
<property name="debug" value="off"/>
<property name="optimize" value="on"/>
<property name="deprecation" value="off"/>
- Sam Ruby
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]