Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 82726 invoked from network); 14 Oct 2002 23:09:57 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 14 Oct 2002 23:09:57 -0000 Received: (qmail 1631 invoked by uid 97); 14 Oct 2002 23:10:43 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 1577 invoked by uid 97); 14 Oct 2002 23:10:42 -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 1566 invoked by uid 97); 14 Oct 2002 23:10:42 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: 14 Oct 2002 23:09:44 -0000 Message-ID: <20021014230944.19088.qmail@icarus.apache.org> From: costin@apache.org To: jakarta-tomcat-5-cvs@apache.org Subject: cvs commit: jakarta-tomcat-5 build.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/10/14 16:09:44 Modified: . build.xml Log: Added a target that will only build, with minimal copy. It can be used for develoment ( when you modify a file and want a quick build to see the result ). If you have a super-fast computer, just use the normal target :-) Also added a target to update all source repositories that we use. Note that the target won't work unless the servlet patch is applied ( that shouldn't affect existing targets ). Revision Changes Path 1.44 +129 -3 jakarta-tomcat-5/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- build.xml 14 Oct 2002 09:25:08 -0000 1.43 +++ build.xml 14 Oct 2002 23:09:44 -0000 1.44 @@ -48,6 +48,10 @@ + + + - + + + + + + + + + + + + + + - + + + + + + ========== Building: ${servlet-api.jar} + + + + + + + + + ========== Building: ${jsp-api.jar} + + + + + + + + ========== Building: tomcat-util + + + + + + + + + + + + + + ========== Building: catalina + + + + + + + + + ========== Building: tomcat-coyote + + + + + + + ========== Building: tomcat-jk + + + + + + + + + ========== Building: tomcat-httpd + + + + + + ========== Building: jasper + + + + + + + + + + + + description="Build and deploy all components"> Target: Servlet API - Dist ... @@ -601,6 +700,8 @@ + + @@ -778,6 +879,31 @@ + + + + + + + + + + + + -- To unsubscribe, e-mail: For additional commands, e-mail: