Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 20680 invoked from network); 10 Aug 2002 16:32:21 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 10 Aug 2002 16:32:21 -0000 Received: (qmail 27394 invoked by uid 97); 10 Aug 2002 16:32:40 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 27374 invoked by uid 97); 10 Aug 2002 16:32:40 -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 27363 invoked by uid 97); 10 Aug 2002 16:32:39 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: 10 Aug 2002 16:32:10 -0000 Message-ID: <20020810163210.5318.qmail@icarus.apache.org> From: costin@apache.org To: jakarta-tomcat-5-cvs@apache.org Subject: cvs commit: jakarta-tomcat-5 build2.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N costin 2002/08/10 09:32:10 Modified: . build2.xml Log: Added a checkout target ( used it more to update the workspaces ) Use the task. If you turn off "wait" you should see the message ( and you can run tests, etc ). The ant task returns when tomcat is completely started and listening. Other minor changes ( optit.jar is from optimizeit, not needed to compile). Update to match the current code. Revision Changes Path 1.4 +55 -15 jakarta-tomcat-5/build2.xml Index: build2.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/build2.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- build2.xml 4 Aug 2002 03:48:50 -0000 1.3 +++ build2.xml 10 Aug 2002 16:32:10 -0000 1.4 @@ -24,7 +24,7 @@ + value="${basedir}/../jakarta-tomcat-jasper/jasper2"/> @@ -35,6 +35,9 @@ + + + @@ -42,7 +45,8 @@ - + + @@ -94,6 +98,7 @@ + @@ -132,8 +137,10 @@ + + @@ -150,6 +157,7 @@ + @@ -161,13 +169,16 @@ - + + + - - + + + @@ -237,21 +248,29 @@ - - - - - - - - - - + + + + + + + + + + + + + + @@ -286,5 +305,26 @@ + + + + + + + + -- To unsubscribe, e-mail: For additional commands, e-mail: