Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 80841 invoked from network); 15 Oct 2002 20:47:06 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 15 Oct 2002 20:47:06 -0000 Received: (qmail 27680 invoked by uid 97); 15 Oct 2002 20:46:08 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@jakarta.apache.org Received: (qmail 27555 invoked by uid 97); 15 Oct 2002 20:46:04 -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 27425 invoked by uid 97); 15 Oct 2002 20:46:00 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: 15 Oct 2002 20:44:59 -0000 Message-ID: <20021015204459.15780.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/15 13:44:59 Modified: . build.xml Log: More 'fast-build' targets. I intend to remove the compilation part of build2.xml, and move the rest in other places ( ant-launcher.xml ? ). While it's very fast, it is also too hard to maintain. The current solution is a bit slower, but it uses the original build.xml files for each component. What I'm doing is simply call the build.xml with the build dir and .jar target pointing to our build and the final destination. That avoids file copy. In addition it uses to avoid recompiling what doesn't change. After a full build, I get a second one in ~10-15 sec, and then it seems to work fine and compile only what changed. It is also possible to call individual targets. That's for people with <2GHz processors only :-) Revision Changes Path 1.45 +59 -16 jakarta-tomcat-5/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- build.xml 14 Oct 2002 23:09:44 -0000 1.44 +++ build.xml 15 Oct 2002 20:44:59 -0000 1.45 @@ -87,6 +87,21 @@ + + + + + + + + + + + + @@ -125,18 +140,20 @@ - - - ========== Building: catalina + + ========== Building: tomcat-jk - - - - - + + + + + + + ========== Building: tomcat-coyote @@ -144,16 +161,41 @@ + - ========== Building: tomcat-jk - - - - - + + ========== Building: admin ( ${admin.build.notrequired} ) + + + + + + + + + + + + + + ========== Building: catalina + + + + + + + + + + + + ========== Building: tomcat-httpd @@ -702,7 +744,8 @@ - + -- To unsubscribe, e-mail: For additional commands, e-mail: