Arnaud  Le Hors wrote:
>
> Hi Sam,
> something isn't right here. I changed build.xml to exclude
> src/org/apache/xerces/dom3/ls from the build.

Here's a patch that makes this work with the latest Ant:

Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xerces/java/build.xml,v
retrieving revision 1.83
diff -u -r1.83 build.xml
--- build.xml   13 Jun 2002 18:16:01 -0000      1.83
+++ build.xml   14 Jun 2002 15:48:58 -0000
@@ -167,7 +167,7 @@
                        **/DatatypeContentModel.java **/ComplexTypeInfo.java
                        **/DTDImporter.java **/v1/** **/v2/**
                        org/apache/xerces/dom3/*.java
-                       org/apache/xerces/dom3/ls">
+                       org/apache/xerces/dom3/ls/**">
         </fileset>
     </copy>

- Sam Ruby




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

Reply via email to