> -----Original Message----- > From: Gump [mailto:general@gump.apache.org] > Sent: 02 October 2004 13:40 > To: dev@cocoon.apache.org > Subject: [GUMP@brutus]: cocoon-2.1/cocoon failed > > To whom it may engage... > > This is an automated request, but not an unsolicited one. For > more information please visit http://gump.apache.org/nagged.html, > and/or contact folk at general@gump.apache.org. > > Project cocoon has an issue affecting its community integration. > This issue affects 1 projects, and has been outstanding for 45L runs. > Project State : 'Failed' > The following are affected: > - cocoon : Java XML Framework > > > Full details are available at: > > http://brutus.apache.org/gump/public/cocoon-2.1/cocoon/index.html > > That said, some snippets follow: > > > The following annotations were provided: > -DEBUG- Output [cocoon.jar] identifier set to output basename: [cocoon] > -DEBUG- Output [cocoon-tests.jar] identifier set to output basename: > [cocoon-tests] > -DEBUG- Output [cocoon-deprecated.jar] identifier set to output basename: > [cocoon-deprecated] > -ERROR- No such project [avalon-framework] for property. > -ERROR- Cannot resolve output/outputpath of *unknown* [avalon-framework] > -ERROR- Unhandled Property: avalonapi.jar on: Ant on Project:cocoon Looking at the following: http://svn.apache.org/repos/asf/cocoon/trunk/gump.xml .. you have the following declaration: org.apache.cocoon .. The above reference to the avalonapi.jar property should be reviewed and possibly changed to something like: This would depend on what the property is being used for. The import point is that framework references need to explicity reference one of the following three valid references: avalon-framework-api avalon-framework-legacy avalon-framework-impl Subsequent reference to framework appear correct. Stephen.