Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 43879 invoked by uid 500); 24 Nov 2001 22:03:57 -0000 Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: cocoon-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cocoon-cvs@xml.apache.org Delivered-To: moderator for cocoon-cvs@xml.apache.org Received: (qmail 76499 invoked by uid 500); 24 Nov 2001 17:02:41 -0000 Delivered-To: apmail-xml-cocoon2-cvs@apache.org Date: 24 Nov 2001 16:46:44 -0000 Message-ID: <20011124164644.10086.qmail@icarus.apache.org> From: rubys@apache.org To: xml-cocoon2-cvs@apache.org Subject: cvs commit: xml-cocoon2 build.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N rubys 01/11/24 08:46:44 Modified: . build.xml Log: Allow optional jars to be found off of the classpath Add target dependencies so that the -warns are correctly executed no matter what target is specified. Revision Changes Path 1.107 +12 -10 xml-cocoon2/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/build.xml,v retrieving revision 1.106 retrieving revision 1.107 diff -u -r1.106 -r1.107 --- build.xml 2001/11/23 20:28:43 1.106 +++ build.xml 2001/11/24 16:46:44 1.107 @@ -132,6 +132,7 @@ + @@ -140,6 +141,7 @@ + @@ -237,7 +239,7 @@ - @@ -362,7 +364,7 @@ - @@ -372,7 +374,7 @@ value="JFOR is required for the fo2rtf serializer."/> - @@ -382,7 +384,7 @@ value="XMLDB is required for the xmldb and xmldbcollection generator."/> - @@ -392,7 +394,7 @@ value="XT is required for the xt transformer."/> - @@ -402,7 +404,7 @@ value="Php is required for the php generator."/> - @@ -412,7 +414,7 @@ value="JNDI is required for the ldap generator and the parentcm generator."/> - @@ -422,7 +424,7 @@ value="Batik is required for the svg serializers."/> - @@ -432,7 +434,7 @@ value="FOP is required for the fo2pdf, fo2ps and fo2pcl serializer."/> - @@ -442,7 +444,7 @@ value="JTidy is required for the html generator."/> - ---------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: cocoon-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-cvs-help@xml.apache.org