Hi Sam,

Thanks for the patch--and you're just in time for the next (last?) release
of Xerces 1 too! I've also applied a version of your patch to Xerces2.

Cheers,
Neil

Neil Graham
XML Parser Development
IBM Toronto Lab
Phone:  905-413-3519, T/L 969-3519
E-mail:  [EMAIL PROTECTED]



Sam Ruby/Raleigh/IBM@IBMUS on 10/14/2001 05:40:58 PM

Please respond to [EMAIL PROTECTED]

To:   [EMAIL PROTECTED]
cc:
Subject:  [PATCH] Allow xml-xerces (1) to compile under JDK 1.4.0-beta2


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 &#169; ${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]





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

Reply via email to