Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 11460 invoked by uid 500); 11 Sep 2001 12:24:53 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: tomcat-dev@jakarta.apache.org Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 11450 invoked from network); 11 Sep 2001 12:24:53 -0000 Message-ID: From: GOMEZ Henri To: tomcat-dev@jakarta.apache.org Subject: [PATCH] TC 4.0 build patch - not a joke Date: Tue, 11 Sep 2001 14:24:47 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01C13ABC.C13B08BE" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_000_01C13ABC.C13B08BE Content-Type: text/plain; charset="iso-8859-1" Hey hey boys, I've got a patch for you :)) I'm working on the RPM for Tomcat 4.0-RC1 and have noticed some jars, jndi for examples, are awaited in JNDI_HOME/lib/jndi.jar. In RPM packaging, and to follow FHS and Debian, Mandrake, Redhat policies, all system jars are now installed in /usr/share/java/ Here is a patch which will help RPM packagers have a successfull build process. No change in that actual build, just add some properties like jndi.lib which could be overrided at ant build time. Thanks to give me you feed-back and may be some gentleman will commit it ;) - Henri Gomez ___[_]____ EMAIL : hgomez@slib.fr (. .) PGP KEY : 697ECEDD ...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 ------_=_NextPart_000_01C13ABC.C13B08BE Content-Type: application/octet-stream; name="TC-4.0.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="TC-4.0.patch" --- catalina/build.xml.orig Tue Sep 11 00:05:17 2001=0A= +++ catalina/build.xml Tue Sep 11 13:20:36 2001=0A= @@ -25,14 +25,18 @@=0A= =0A= =0A= =0A= - =0A= - =0A= - =0A= - =0A= - =0A= + =0A= + =0A= + =0A= + =0A= + =0A= + =0A= + =0A= + =0A= + =0A= =0A= =0A= - =0A= + =0A= =0A= =0A= =0A= --- webapps/examples/build.xml.orig Mon Sep 10 21:03:01 2001=0A= +++ webapps/examples/build.xml Tue Sep 11 13:26:51 2001=0A= @@ -16,10 +16,12 @@=0A= =0A= =0A= =0A= - =0A= + =0A= + =0A= + =0A= =0A= =0A= - =0A= + =0A= =0A= =0A= =0A= --- webapps/webdav/build.xml.orig Tue May 22 01:36:13 2001=0A= +++ webapps/webdav/build.xml Tue Sep 11 13:29:30 2001=0A= @@ -16,7 +16,8 @@=0A= =0A= =0A= =0A= - =0A= + =0A= + =0A= =0A= =0A= =0A= --- jasper/build.xml.orig Tue Sep 11 00:05:28 2001=0A= +++ jasper/build.xml Tue Sep 11 13:32:13 2001=0A= @@ -20,9 +20,10 @@=0A= =0A= =0A= =0A= + =0A= =0A= =0A= - =0A= + =0A= =0A= =0A= =0A= --- webapps/build.xml.orig Mon Sep 10 11:18:34 2001=0A= +++ webapps/build.xml Tue Sep 11 14:05:31 2001=0A= @@ -16,7 +16,8 @@=0A= =0A= =0A= =0A= - =0A= + =0A= + =0A= =0A= =0A= =0A= --- tester/build.xml.org Mon Aug 20 11:32:38 2001=0A= +++ tester/build.xml Tue Sep 11 14:09:07 2001=0A= @@ -15,8 +15,10 @@=0A= =0A= =0A= =0A= - =0A= - =0A= + =0A= + =0A= + =0A= + =0A= =0A= =0A= =0A= --- webapps/manager/build.xml.orig Tue May 22 01:36:10 2001=0A= +++ webapps/manager/build.xml Tue Sep 11 14:12:40 2001=0A= @@ -16,7 +16,8 @@=0A= =0A= =0A= =0A= - =0A= + =0A= + =0A= =0A= =0A= =0A= --- webapps/ROOT/build.xml.orig Mon Sep 10 11:18:34 2001=0A= +++ webapps/ROOT/build.xml Tue Sep 11 14:13:57 2001=0A= @@ -16,7 +16,8 @@=0A= =0A= =0A= =0A= - =0A= + =0A= + =0A= =0A= =0A= =0A= ------_=_NextPart_000_01C13ABC.C13B08BE--