Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 72325 invoked from network); 10 Mar 2004 14:55:16 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 10 Mar 2004 14:55:16 -0000 Received: (qmail 5457 invoked by uid 500); 10 Mar 2004 14:55:04 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 5399 invoked by uid 500); 10 Mar 2004 14:55:03 -0000 Mailing-List: contact user-help@ant.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 user@ant.apache.org Received: (qmail 5383 invoked from network); 10 Mar 2004 14:55:03 -0000 Received: from unknown (HELO post5.inre.asu.edu) (129.219.110.120) by daedalus.apache.org with SMTP; 10 Mar 2004 14:55:03 -0000 Received: from conversion.post5.inre.asu.edu by asu.edu (PMDF V6.1-1X6 #30769) id <0HUD00F018391N@asu.edu> for user@ant.apache.org; Wed, 10 Mar 2004 07:54:45 -0700 (MST) Received: from ex3.asurite.ad.asu.edu (ex3.asurite.ad.asu.edu [129.219.10.247]) by asu.edu (PMDF V6.1-1X6 #30769) with ESMTP id <0HUD00AQK8396G@asu.edu> for user@ant.apache.org; Wed, 10 Mar 2004 07:54:45 -0700 (MST) Date: Wed, 10 Mar 2004 07:54:45 -0700 From: Wendy Smoak Subject: RE: Guidance on build.xml to build dev/test/live with no changes To: Ant Users List Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft Exchange V6.0.6487.1 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: quoted-printable Thread-Topic: Guidance on build.xml to build dev/test/live with no changes Thread-Index: AcQGKtc+iz7+/cP9QcOcrk3SoQOBFQAA8dSAACAB3iA= content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > From: Anderson, Rob (Global Trade) [mailto:Rob.Anderson@nike.com]=20 > Actually, after reading your email again, I have some more=20 > suggestions. I would still recommend using separate instances=20 > of tomcat, but I would also suggest separating the "build"=20 > from the "deploy". Separate Tomcat instances aren't an option-- there's only one production web server, and I need to run live, test and development versions of this webapp on it under different context names. Actual development is done on my desktop, there I could run multiple Tomcats, but that doesn't really fix the problem. Moving from test to live involves copying the entire source tree and renaming the directory, then editing some text files, the .properties file that says which database account to use, and build.xml to change the context name. It looks like to get away from the editing I'll run 'ant war-live' or 'ant war-test', etc. --=20 Wendy Smoak Application Systems Analyst, Sr. ASU IA Information Resources Management --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org