j-t-c build.xml attempts to use a non-existant dir structure.
Thank You,
Anthony
---------- Forwarded Message ----------
Subject: [PATCH] j-t-c build.xml
Date: Wed, 29 May 2002 12:53:25 -0400
From: "Anthony W. Marino" <[EMAIL PROTECTED]>
To: 'Tomcat Developers List' <[EMAIL PROTECTED]>
Please find attached changes to "j-t-c build.xml" which corrects an invalid
"fileset" used in creation of "jtc.jar".
Anthony W. Marino
Pres./CTO, AWM Objects
email: [EMAIL PROTECTED]
jtc-patch_awm-0001
-------------------------------------------------------
Index: build.xml
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat-connectors/build.xml,v
retrieving revision 1.3
diff -u -r1.3 build.xml
--- build.xml 6 Apr 2002 17:00:24 -0000 1.3
+++ build.xml 29 May 2002 16:35:00 -0000
@@ -18,7 +18,7 @@
<fileset dir="util/build/classes" includes="org/apache/**" />
<fileset dir="coyote/build/classes" includes="org/apache/coyote/**" />
<fileset dir="http11/build/classes" includes="org/apache/coyote/**" />
- <fileset dir="jk/build/WEB-INF/classes" >
+ <fileset dir="jk/build/classes" >
<include name="org/apache/**" />
<exclude name="org/apache/jk/ant/**" />
</fileset>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>