elena 2003/07/30 15:03:08
Modified: java build.xml
Log:
For dtdjars need to extract sources for the API before compiling
Revision Changes Path
1.141 +13 -1 xml-xerces/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xerces/java/build.xml,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- build.xml 30 Jul 2003 21:32:11 -0000 1.140
+++ build.xml 30 Jul 2003 22:03:08 -0000 1.141
@@ -902,6 +902,18 @@
<replace file="${build.dir}/src/org/apache/xerces/dom/AttrNSImpl.java"
token="return ((String)type).getNamespace();" value="return null;"/>
+ <!-- now deal with API's: -->
+ <unzip src="${src.apis.zip}" dest="${build.src}">
+ <patternset
+ includes="org/xml/sax/**
+ javax/xml/parsers/**
+ org/w3c/dom/*
+ org/w3c/dom/events/**
+ org/w3c/dom/html/**
+ org/w3c/dom/ranges/**
+ org/w3c/dom/traversal/**"
+ />
+ </unzip>
<!-- substitute tokens as needed -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]