Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 11922 invoked from network); 15 Aug 2002 12:01:01 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 15 Aug 2002 12:01:01 -0000 Received: (qmail 18727 invoked by uid 97); 15 Aug 2002 12:01:19 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 18711 invoked by uid 97); 15 Aug 2002 12:01:19 -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 18683 invoked by uid 98); 15 Aug 2002 12:01:18 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Subject: Re: cvs commit: jakarta-tomcat-catalina/catalina build.xml From: Bob Herrmann To: Tomcat Developers List In-Reply-To: <200208150005.00292.steve.downey@netfolio.com> References: <20020814213942.46991.qmail@icarus.apache.org> <200208150005.00292.steve.downey@netfolio.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 15 Aug 2002 08:00:57 -0400 Message-Id: <1029412858.30810.3.camel@hue.jadn.com> 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 On Thu, 2002-08-15 at 00:05, Steve Downey wrote: > (jta.present == true) and (full.dist=true or tyrex.present) Yea, your right. I will change that to, (full.dist==true) or ( jta.present == true and tyrex.present) Does that sound ok? Cheers, -bob > > 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: -- Cheers, -bob -- To unsubscribe, e-mail: For additional commands, e-mail: