Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 37254 invoked from network); 15 Aug 2002 06:58:08 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 15 Aug 2002 06:58:08 -0000 Received: (qmail 25194 invoked by uid 97); 15 Aug 2002 06:58:38 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 25164 invoked by uid 97); 15 Aug 2002 06:58:37 -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 25139 invoked by uid 98); 15 Aug 2002 06:58:37 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <007e01c24429$f2707780$5bc22e04@dslverizon.net> From: "Bill Barker" To: "Tomcat Developers List" References: <20020814213942.46991.qmail@icarus.apache.org> <200208150005.00292.steve.downey@netfolio.com> Subject: Re: cvs commit: jakarta-tomcat-catalina/catalina build.xml Date: Thu, 15 Aug 2002 00:04:06 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Archived: msg.XXcLraLa@sneezy X-Scanned-By: MIMEDefang 2.11 (www dot roaringpenguin dot com slash mimedefang) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I agree with Steve. A full.dist=true build should fail if !jta.present. ----- Original Message ----- From: "Steve Downey" To: "Tomcat Developers List" Sent: Wednesday, August 14, 2002 9:05 PM Subject: Re: cvs commit: jakarta-tomcat-catalina/catalina build.xml (jta.present == true) and (full.dist=true or tyrex.present) If I'm reading this correctly, this won't build the Tyrex dependant components if jta is not present, EVEN IF full.dist is requested. That means you can set full.dist on and NOT get a full dist. If full.dist is set true, then the build should fail if some component is missing. At least it's that way for all other components. On Wednesday 14 August 2002 05:39 pm, bobh@apache.org wrote: > bobh 2002/08/14 14:39:42 > > Modified: catalina build.xml > Log: > make Tyrex only compile if JTA is present (this was breaking my build.) > > Revision Changes Path > 1.16 +7 -4 jakarta-tomcat-catalina/catalina/build.xml > > Index: build.xml > =================================================================== > RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/build.xml,v > retrieving revision 1.15 > retrieving revision 1.16 > diff -u -r1.15 -r1.16 > --- build.xml 13 Aug 2002 16:26:11 -0000 1.15 > +++ build.xml 14 Aug 2002 21:39:42 -0000 1.16 > @@ -348,10 +348,13 @@ > > > > - > - > - > - > + > + > + > + > + > + > + > -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: