Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 49270 invoked from network); 29 Sep 2005 06:20:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Sep 2005 06:20:35 -0000 Received: (qmail 95899 invoked by uid 500); 29 Sep 2005 06:20:31 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 95007 invoked by uid 500); 29 Sep 2005 06:20:29 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: 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 94994 invoked by uid 99); 29 Sep 2005 06:20:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2005 23:20:29 -0700 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FORGED_YAHOO_RCVD,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jak-tomcat-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Sep 2005 23:20:34 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EKrkp-0004eY-O8 for tomcat-dev@jakarta.apache.org; Thu, 29 Sep 2005 08:18:51 +0200 Received: from adsl-67-120-103-228.dsl.snfc21.pacbell.net ([67.120.103.228]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Sep 2005 08:18:51 +0200 Received: from cmanolache by adsl-67-120-103-228.dsl.snfc21.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 Sep 2005 08:18:51 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: tomcat-dev@jakarta.apache.org From: Costin Manolache Subject: Re: cvs commit: jakarta-tomcat-5 build.xml Date: Wed, 28 Sep 2005 23:17:35 -0700 Lines: 138 Message-ID: References: <20050929060724.46155.qmail@minotaur.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: adsl-67-120-103-228.dsl.snfc21.pacbell.net User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317) X-Accept-Language: en-us, en In-Reply-To: <20050929060724.46155.qmail@minotaur.apache.org> Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N BTW - there are still few files missing, but the end result is a 1.2M jar containing all deps, that can be run with "java -jar" and only requires a webapps/ dir in the current dir. Costin costin@apache.org wrote: > costin 2005/09/28 23:07:24 > > Modified: . build.xml > Log: > Add a target to build the standalone jar - in case anyone wants to play with it. > > Revision Changes Path > 1.239 +87 -1 jakarta-tomcat-5/build.xml > > Index: build.xml > =================================================================== > RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v > retrieving revision 1.238 > retrieving revision 1.239 > diff -u -r1.238 -r1.239 > --- build.xml 22 Sep 2005 10:39:37 -0000 1.238 > +++ build.xml 29 Sep 2005 06:07:24 -0000 1.239 > @@ -192,6 +192,7 @@ > > > > + > > > @@ -658,7 +659,7 @@ > > > > - > + > > > > @@ -1167,6 +1168,90 @@ > > > > + > + + description="Do once before single jar tomcat"> > + > + > + > + > + > + > + > + > + > + + description="Build single jar tomcat"> > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > + > > > @@ -2051,4 +2136,5 @@ > depends="prepare-release,dist,dist-source,installer,package-zip,package-tgz,package-src-zip,package-src-tgz" /> > > + > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org