Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 10101 invoked from network); 9 Jun 2005 14:40:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Jun 2005 14:40:06 -0000 Received: (qmail 66537 invoked by uid 500); 9 Jun 2005 14:39:50 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 66450 invoked by uid 500); 9 Jun 2005 14:39:49 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 66423 invoked by uid 99); 9 Jun 2005 14:39:49 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mail4.tdbanknorth.com (HELO tdbanknorth.com) (12.15.146.26) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 09 Jun 2005 07:39:48 -0700 Message-ID: From: "Clark, Benjamin" To: Tomcat Users List Subject: RE: After a successful build of tomcat from build.xml, how do I i nstall it? Date: Thu, 9 Jun 2005 10:38:57 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thanks! That worked. In the end, I opted for the 'ant release' way of doing it, but I can see that the other way works too. -----Original Message----- From: news [mailto:news@sea.gmane.org] On Behalf Of Bill Barker Sent: Thursday, June 09, 2005 12:36 AM To: tomcat-user@jakarta.apache.org Subject: Re: After a successful build of tomcat from build.xml, how do I install it? Optionally copy your build.properties file to .../jakarta-tomcat-5. Then in your .../jakarta-tomcat-5/build.properties file add the property: tomcat.dist=/path/to/my/tomcat/install/dir Then from .../jakarta-tomcat-5 do 'ant dist'. This is the closest to 'ant install' that you can get. The other option (w/o necessarily setting the property above) is to do 'ant release' from the .../jakarta-tomcat-5 directory. That will create the source and binary release .tar.gz and .zip files that you could otherwise install just as if you had downloaded them. In short, the top-level build.xml is just a convenience file. The one with all the power is the one in jakarta-tomcat-5. "Clark, Benjamin" wrote in message news:CBB26F251FD05A4D89F3B9AC345C1075B20A21@me1140mllexch03.bkng.net... >I am a Tomcat newbie, having been a Perl webguy for the past 5 years. > > > > Because I like to build that which I use from source, I am trying to get > Tomcat running on my Linux laptop using a build.xml file from > http://jakarta.apache.org/tomcat/tomcat-5.5-doc/build.xml > > > > > I created a /home/tomcatd/tomcat_build directory, put the build.xml file > in > there, and then created a build.properties file with > base.path=/home/tomcatd/lib > > > > $ pwd > > /home/tomcatd/tomcat_build > > $ ls > > build.xml > > build.properties > > $ ant > > > > ... blah blah blah - build was successful > > > > $ ls > > build.properties jakarta-servletapi-5 > jakarta-tomcat-connectors > > build.xml jakarta-tomcat-5 > jakarta-tomcat-jasper > > jakarta-commons jakarta-tomcat-catalina LICENSE > > > > > > > > This is all the instructions for 'Building Tomcat' say to do. > > > > $ cd jakarta-tomcat-5 > > $ ls > > BENCHMARKS.txt compat NOTICE > RUNNING.txt > > Build CVS > RELEASE-NOTES tomcat.nsi > > BUILDING.txt deployer > RELEASE-PLAN-5.0.txt > > build.properties.default KEYS > RELEASE-PLAN-5.5.txt > > build.xml LICENSE resources > > > > $ cd build > > $ ls > > bin common docs logs shared tests > work > > classes conf lib server temp > webapps > > > > > > This is the stuff ( I think ) that comes with the pre-compiled > distributions. > > > > It would seem there is one more step akin to a 'make install' that I need > to > perform, but I can't seem to find it. > > > > Does anyone know what I would need to do to actually install the stuff in > the build directory into another directory from which it could be used? > > > > Yes, I know I could just copy the stuff out myself, but I would have a > nagging feeling there might be an 'ant install' step I should have done > that > may or may not do more than just copy stuff. > > > > Thanks. > > > > > ----------------------------------------- > Please note that with our change to TD Banknorth, N.A. our e-mail > addresses > have changed. Please make note of my new e-mail address. And while our > name > has changed, remember this: Everything else has stayed the same. > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org ----------------------------------------- Please note that with our change to TD Banknorth, N.A. our e-mail addresses have changed. Please make note of my new e-mail address. And while our name has changed, remember this: Everything else has stayed the same. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org