Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 48286 invoked from network); 7 Aug 2002 00:36:11 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 7 Aug 2002 00:36:11 -0000 Received: (qmail 2325 invoked by uid 97); 7 Aug 2002 00:36:34 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 2307 invoked by uid 97); 7 Aug 2002 00:36:33 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 2295 invoked by uid 98); 7 Aug 2002 00:36:33 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Subject: Re: [5.0] FYI: problem building commons-dbcp From: Bob Herrmann To: Patrick Luby Cc: Tomcat Developers List In-Reply-To: <3D505C06.E7CC570@sun.com> References: <1028669916.11782.84.camel@dhcp-70-230> <3D505C06.E7CC570@sun.com> Content-Type: multipart/mixed; boundary="=-8pvET0bkWk0GxwjzoZ5E" X-Mailer: Ximian Evolution 1.0.8 Date: 06 Aug 2002 20:40:52 -0400 Message-Id: <1028680853.11818.108.camel@dhcp-70-230> Mime-Version: 1.0 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --=-8pvET0bkWk0GxwjzoZ5E Content-Type: text/plain Content-Transfer-Encoding: 7bit Yea, I spent about 20 minutes trying to do that, then I gave up. But based on your advice, I gave it another shot... How does this look? Cheers, -bob On Tue, 2002-08-06 at 19:30, Patrick Luby wrote: > Bob, > > A better solution would be to add the new commons-lang dependency to > build.properties.default, build.xml, and BUILDING.txt. > > Patrick > > Bob Herrmann wrote: > > > > FYI, I just did a "ant download" to update my dependencies and the > > "commons-dbcp" is not compiling (I think it now depends on > > commons-lang.) A quick work around is to remove commons-dbcp from the > > build file. like so, > > > > ------------------------------------------------------------------------ > > Name: likeso.txt > > likeso.txt Type: Plain Text (text/plain) > > Encoding: quoted-printable > > > > Part 1.3Type: Plain Text (text/plain) > > -- > _____________________________________________________________________ > Patrick Luby Email: patrick.luby@sun.com > Sun Microsystems Phone: 408-276-7471 > 901 San Antonio Road, USCA14-303 > Palo Alto, CA 94303-4900 > _____________________________________________________________________ > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: --=-8pvET0bkWk0GxwjzoZ5E Content-Disposition: attachment; filename=YeaYeaYea.txt Content-Transfer-Encoding: quoted-printable Content-Type: text/x-patch; name=YeaYeaYea.txt; charset=ISO-8859-15 Index: build.properties.default =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/cvspublic/jakarta-tomcat-5/build.properties.default,v retrieving revision 1.16 diff -u -r1.16 build.properties.default --- build.properties.default 6 Aug 2002 22:49:52 -0000 1.16 +++ build.properties.default 7 Aug 2002 00:33:16 -0000 @@ -147,6 +147,12 @@ commons-modeler.jar=3D${commons-modeler.lib}/commons-modeler.jar commons-modeler.loc=3Dhttp://jakarta.apache.org/builds/jakarta-commons/rel= ease/commons-modeler/v1.0/commons-modeler-1.0.tar.gz =20 +# ----- Commons Lang, version 1.0-b1 or later ----- +commons-lang.home=3D${base.path}/commons-lang-1.0-b1/ +commons-lang.lib=3D${commons-lang.home} +commons-lang.jar=3D${commons-lang.lib}/commons-lang-1.0-b1.jar +commons-lang.loc=3Dhttp://jakarta.apache.org/builds/jakarta-commons/releas= e/commons-lang/v1.0-b1/commons-lang-1.0-b1.tar.gz + =20 # ----- Commons Pool, version 1.0 or later ----- commons-pool.home=3D${base.path}/commons-pool-1.0 Index: build.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/cvspublic/jakarta-tomcat-5/build.xml,v retrieving revision 1.17 diff -u -r1.17 build.xml --- build.xml 4 Aug 2002 15:45:16 -0000 1.17 +++ build.xml 7 Aug 2002 00:33:18 -0000 @@ -546,6 +546,12 @@ tofile=3D"${commons-daemon-launcher-bootstrap.class}" /> =20 + + + + + + Index: BUILDING.txt =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/cvspublic/jakarta-tomcat-5/BUILDING.txt,v retrieving revision 1.13 diff -u -r1.13 BUILDING.txt --- BUILDING.txt 6 Aug 2002 22:49:52 -0000 1.13 +++ BUILDING.txt 7 Aug 2002 00:33:19 -0000 @@ -267,7 +267,7 @@ distribution resides in its own directory. =20 =20 -(12) Steps (13)-(27) are optional, but are necessary to build a complete b= inary +(12) Steps (13)-(28) are optional, but are necessary to build a complete b= inary distribution of Tomcat 5. Set the "full.dist" property to "on" in the build.properties file (see 28) to build a complete distribution. Regular contributors to Tomcat are encouraged to use the complete bui= ld=20 @@ -424,7 +424,6 @@ * Unpack the binary distribution into a convenient location so that the distribution resides in its own directory. =20 - (24) Download and Install the Commons Pool Binary Distribution =20 NOTE: This step is only required if you wish to use the database JDBC dat= a @@ -480,8 +479,26 @@ * Execute the downloaded binary distribution a install in the default installation directory. =20 +(28) Download and Install the Commons Lang Binary Distribution + +NOTE: This step is only required if you wish to use the database JDBC dat= a +source factory. + +* Download a binary distribution of version 1.0-b1 or later from: + + http://jakarta.apache.org/builds/jakarta-commons/release/commons-lang/v= 1.0-b1/ + + On a Windows platform, you will need: + commons-lang-1.0-b1.zip + + On a Unix platform, you will need: + commons-lang-1.0-b1.tar.gz + +* Unpack the binary distribution into a convenient location so that the + distribution resides in its own directory. + =20 -(28) Customize Build Properties For This Subproject +(29) Customize Build Properties For This Subproject =20 Most Jakarta subprojects allow you to customize Ant properties (with defau= lt values defined in the "build.xml" file. This is done by creating a text f= ile @@ -505,7 +522,7 @@ each developer will have their own version. =20 =20 -(29) Build A Binary Distribution +(30) Build A Binary Distribution =20 Open a command line shell, and issue the following commands: =20 --=-8pvET0bkWk0GxwjzoZ5E Content-Type: text/plain; charset=us-ascii -- To unsubscribe, e-mail: For additional commands, e-mail: --=-8pvET0bkWk0GxwjzoZ5E--