Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 41258 invoked by uid 500); 12 Dec 2001 23:30:41 -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 Received: (qmail 41248 invoked by uid 500); 12 Dec 2001 23:30:41 -0000 Delivered-To: apmail-xml-cocoon2-cvs@apache.org Date: 12 Dec 2001 23:30:40 -0000 Message-ID: <20011212233040.86458.qmail@icarus.apache.org> From: rubys@apache.org To: xml-cocoon2-cvs@apache.org Subject: cvs commit: xml-cocoon2/bin/src ClassAvailable.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N rubys 01/12/12 15:30:40 Modified: . build.xml bin/src ClassAvailable.java Removed: bin/anttasks ClassAvailable.class SitemapTool.class Log: Make respect the value of ${build.sysclasspath}. See http://jakarta.apache.org/ant/manual/sysclasspath.html for details. Default to "ignore", leaving the original functionallity intact. For more details, see http://jakarta.apache.org/gump/why.html Update the build script to include the task definitions themselves as a part of the build. Revision Changes Path 1.119 +12 -7 xml-cocoon2/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/build.xml,v retrieving revision 1.118 retrieving revision 1.119 diff -u -r1.118 -r1.119 --- build.xml 2001/12/12 07:33:09 1.118 +++ build.xml 2001/12/12 23:30:40 1.119 @@ -102,12 +102,6 @@ - - - - - - + + + @@ -248,6 +245,10 @@ + + + @@ -844,6 +845,10 @@ + + + stefano@apache.org * * This task searches only in the defined path but not in the parents path + * unless explicitly overridden by the value of ${build.sysclasspath} * like the original available task does. * @author Carsten Ziegeler cziegeler@apache.org */ @@ -81,6 +82,7 @@ if (classpath != null) { classpath.setProject(project); + classpath = classpath.concatSystemClasspath("ignore"); } if (!findClassInComponents(classname)) { ---------------------------------------------------------------------- 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