Hi,

minor change to include all *.xsd in the same directory 
(javax/servlet/resources) since there is a Xerces limitation when 
resolving systemId from multiple URIs (only 1 is supported).

Thanks,

-- Jeanfrancois
Index: build.xml
===================================================================
RCS file: /home/cvspublic/jakarta-servletapi-5/build.xml,v
retrieving revision 1.4
diff -u -r1.4 build.xml
--- build.xml   8 Aug 2002 20:26:32 -0000       1.4
+++ build.xml   10 Aug 2002 14:43:28 -0000
@@ -76,9 +76,7 @@
     <copy todir="${servletapi.build}/classes/javax/servlet/resources">
         <fileset dir="src/share/dtd" includes="*.dtd,*.xsd">
           <exclude name="jsp*.dtd"/>
-          <exclude name="jsp*.xsd"/>
           <exclude name="web-jsp*.dtd"/>
-          <exclude name="web-jsp*.xsd"/>
         </fileset>
     </copy>
 

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

Reply via email to