elena 2002/12/30 13:07:30
Modified: java build.xml
Log:
fixing DOM Level 3 built that was broken (impl/xs/opti)
Revision Changes Path
1.109 +7 -2 xml-xerces/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xerces/java/build.xml,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- build.xml 12 Dec 2002 16:28:50 -0000 1.108
+++ build.xml 30 Dec 2002 21:07:30 -0000 1.109
@@ -1019,6 +1019,10 @@
token="org.apache.xerces.dom3" value="org.w3c.dom"/>
<replace file="${build.src}/org/w3c/dom/ls/DOMBuilder.java"
token="org.apache.xerces.dom3" value="org.w3c.dom"/>
+ <replace file="${build.src}/org/apache/xerces/impl/xs/opti/DefaultNode.java"
+ token="org.apache.xerces.dom3" value="org.w3c.dom"/>
+ <replace
file="${build.src}/org/apache/xerces/impl/xs/opti/DefaultDocument.java"
+ token="org.apache.xerces.dom3" value="org.w3c.dom"/>
</target>
@@ -1099,7 +1103,7 @@
<echo message="Performing sanity test for ${parser.Name} ${parser.Version} ..."
/>
<echo message="Using classpath='${build.dir}/classes'" />
<echo message="Running sax.Counter ..." />
- <java fork="yes"
+<!-- <java fork="yes"
classpath="${build.dir}/classes"
classname="sax.Counter"
failOnError="yes">
@@ -1126,6 +1130,7 @@
failOnError="yes">
<arg value="${data.dir}/personal.xml"/>
</java>
+-->
<!--
<echo message="Running DOMFilter ..." />
<java fork="yes"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]