Return-Path: Delivered-To: apmail-xml-forrest-dev-archive@www.apache.org Received: (qmail 59607 invoked from network); 18 Oct 2003 12:45:21 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 18 Oct 2003 12:45:21 -0000 Received: (qmail 27760 invoked by uid 500); 18 Oct 2003 12:45:17 -0000 Delivered-To: apmail-xml-forrest-dev-archive@xml.apache.org Received: (qmail 27726 invoked by uid 500); 18 Oct 2003 12:45:16 -0000 Mailing-List: contact forrest-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: forrest-dev@xml.apache.org Delivered-To: mailing list forrest-dev@xml.apache.org Received: (qmail 27715 invoked from network); 18 Oct 2003 12:45:16 -0000 Received: from unknown (HELO www2.kc.aoindustries.com) (65.77.211.84) by daedalus.apache.org with SMTP; 18 Oct 2003 12:45:16 -0000 Received: from dialup-88.147.220.203.acc01-aubu-gou.comindico.com.au (dialup-88.147.220.203.acc01-aubu-gou.comindico.com.au [203.220.147.88]) (authenticated) by www2.kc.aoindustries.com (8.11.6/8.11.6) with ESMTP id h9ICjRS24649 for ; Sat, 18 Oct 2003 07:45:27 -0500 Subject: Re: Cocoon Ant Task From: David Crossley To: forrest-dev@xml.apache.org In-Reply-To: <3F912DF0.90501@upaya.co.uk> References: <3F8A9A1A.5080509@upaya.co.uk> <1066461309.1899.71661.camel@ighp> <3F912DF0.90501@upaya.co.uk> Content-Type: text/plain Organization: Message-Id: <1066481109.1900.74156.camel@ighp> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 18 Oct 2003 22:45:11 +1000 Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Upayavira wrote: > David Crossley wrote: > > >Upayavira wrote: > > > >>I've just committed a Cocoon Ant task to Cocoon CVS, and would welcome > >>feedback on it. > > > >Sorry that it has taken so long for anyone to respond. Perhaps this > >should also be raised on cocoon-dev. > > > >I took the build file that you provided, added my path-to-webapp etc. > >but get this with today's cocoon-2.1 cvs ... > >------ > >cocoon: > > [cocoon] java.lang.NoSuchMethodException: > >org.apache.cocoon.bean.helpers.AntDelegate.process(org.w3c.dom.Document, > >java.lang.String) > > > >BUILD SUCCESSFUL > >Total time: 2 seconds > >------ > > > >Ant version: jakarta-ant-1.5 > > I've tested it on 1.5.3 and 1.6. You've got your WEB-INF/lib files in > your classpath? The AntDelegate class is a Cocoon class for providing a > single class, single method entry point into the bean. It should be > found if you've got your classpath set up right. I have the following in the top of the example build.xml that you sent ... --David