Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 85483 invoked from network); 2 May 2002 16:10:01 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 2 May 2002 16:10:01 -0000 Received: (qmail 17248 invoked by uid 97); 2 May 2002 16:09:52 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@nagoya.betaversion.org Received: (qmail 17177 invoked by alias); 2 May 2002 16:09:51 -0000 Delivered-To: jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 17163 invoked by uid 97); 2 May 2002 16:09:51 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 17150 invoked by uid 98); 2 May 2002 16:09:51 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: Thu, 2 May 2002 09:09:48 -0700 Subject: Re: OT: building with 3rd party libraries Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v481) From: Scott Ellsworth To: "Ant Users List" Content-Transfer-Encoding: 7bit In-Reply-To: <000601c1f1e7$c721b920$75c8a8c0@ws03> Message-Id: <06733697-5DE7-11D6-BCD7-0003931D19A4@alodar.com> X-Mailer: Apple Mail (2.481) 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 Thursday, May 2, 2002, at 07:43 AM, John Gregg wrote: > First, when creating a war or jar file, do you include all 3rd party > libraries necessary for your application to run/compile or not? We keep those needed to compile under source control in a libs directory. Were we keeping the source for them, we would not keep the jars, but we prefer the jar route. Deployment jars are kept in a different source controlled directory, but we only put in jars that are not already in libs, preventing the "compiled with 1.1, deployed with 1.0" problem. > Second, of these 3rd party libraries, which do you keep in source > control. All? Anything which would kill our build or deploy to be missing. > Scott -- To unsubscribe, e-mail: For additional commands, e-mail: