Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 56874 invoked by uid 500); 18 Sep 2000 00:48:14 -0000 Delivered-To: apmail-jakarta-tomcat-cvs@apache.org Received: (qmail 56871 invoked from network); 18 Sep 2000 00:48:13 -0000 Received: from merc94.us.sas.com (149.173.6.4) by locus.apache.org with SMTP; 18 Sep 2000 00:48:13 -0000 Received: from merc94.us.sas.com ([127.0.0.1]) by merc94.us.sas.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2651.58) id TBLKYLDL; Sun, 17 Sep 2000 20:47:48 -0400 Received: from 10.19.11.6 by merc94.us.sas.com (InterScan E-Mail VirusWall NT); Sun, 17 Sep 2000 20:47:47 -0400 (Eastern Daylight Time) Received: by MERC92.us.sas.com with Internet Mail Service (5.5.2651.58) id ; Sun, 17 Sep 2000 20:47:47 -0400 Message-ID: From: Larry Isaacs To: "'jakarta-tomcat-cvs@apache.org'" Subject: RE: cvs commit: jakarta-tomcat build.xml Date: Sun, 17 Sep 2000 20:47:46 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2651.58) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hi Costin, The build fails trying to build the new "src/prof" webapp. Did you intend to commit this too? Larry -----Original Message----- From: costin@locus.apache.org To: jakarta-tomcat-cvs@apache.org Sent: 9/17/00 3:51 AM Subject: cvs commit: jakarta-tomcat build.xml costin 00/09/17 00:51:28 Modified: . build.xml Log: - added server.modules - added "tomcat.dist" - it is a better name than tomcat.home. It have the same value, nothing should change - started ( commented out) a modularization of build.xml ( so that each sub-module will have its own build and can be developed independently) Revision Changes Path 1.81 +57 -34 jakarta-tomcat/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat/build.xml,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- build.xml 2000/09/13 20:12:40 1.80 +++ build.xml 2000/09/17 07:51:28 1.81 @@ -1,6 +1,10 @@ - @@ -17,6 +21,7 @@ + @@ -57,7 +62,7 @@ + classname="javax.net.ssl.SSLServerSocket" /> @@ -270,6 +275,7 @@ + + @@ -368,6 +375,15 @@ + @@ -379,6 +395,13 @@ optimize="${optimize}" destdir="${tomcat.build}/webapps/examples/jsp/plugin/applet"/> + + + + @@ -400,10 +423,10 @@ - - + + + dest="${tomcat.dist}/lib/test/Golden"/> @@ -412,12 +435,12 @@ optimize="${optimize}" destdir="${tomcat.build}/webapps/test/WEB-INF/classes" classpath="${tomcat.build}/classes;${servlet.jar}"/> - + - - + @@ -425,20 +448,20 @@ - - - - - - - + + + + + + + - + - + - - + - - + - - + - - - - + + + + - @@ -497,7 +520,7 @@ - + --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org