use of ant-contrib fails, perhaps missing Ivy

2006-10-05 Thread David Crossley
Hello Gump people, help please. One of Forrest's projects
started failing, as do others using ant-contrib, e.g. logging-log4cxx
...
taskdef A class needed by class net.sf.antcontrib.net.URLImportTask cannot be 
found: fr/jayasoft/ivy/DependencyResolver...
It seems to be related to when
Ivy was added to the gump/metadata/project/ant-contrib.xml
http://svn.apache.org/viewvc?view=revrevision=449569

-David

Gump wrote:
 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 the folk at [EMAIL PROTECTED]
 
 Project forrest-whiteboard-forrestdoc has an issue affecting its community 
 integration.
 This issue affects 2 projects,
  and has been outstanding for 19 runs.
 The current state of this project is 'Failed', with reason 'Build Failed'.
 For reference only, the following projects are affected by this:
 - forrest-whiteboard-forrestdoc :  Apache Forrest is an XML 
 standards-oriented documentation fr...
 - forrest-whiteboard-forrestdoc-autotest :  Apache Forrest is an XML 
 standards-oriented documentation fr...
 
 
 Full details are available at:
 
 http://vmgump.apache.org/gump/public/forrest/forrest-whiteboard-forrestdoc/index.html
 
 That said, some information snippets are provided here.
 
 The following annotations (debug/informational/warning/error messages) were 
 provided:
  -INFO- Failed with reason build failed
  -INFO- Failed to extract fallback artifacts from Gump Repository
 
 
 
 The following work was performed:
 http://vmgump.apache.org/gump/public/forrest/forrest-whiteboard-forrestdoc/gump_work/build_forrest_forrest-whiteboard-forrestdoc.html
 Work Name: build_forrest_forrest-whiteboard-forrestdoc (Type: Build)
 Work ended in a state of : Failed
 Elapsed: 2 secs
 Command Line: java -Djava.awt.headless=true 
 -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-xalan/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar
  org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
 -Dbuild.sysclasspath=only -Dversion=05102006 jar 
 [Working Directory: 
 /usr/local/gump/public/workspace/forrest/whiteboard/forrestdoc]
 CLASSPATH: 
 /opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/forrest/whiteboard/forrestdoc/build/tools/ant:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/ant-contrib/target/ant-contrib-05102006.jar:/usr/local/gump/packages/bcel-5.2/bcel-5.2.jar:/usr/local/gump/packages/antlr-2.7.6/antlr.jar
 -
 Buildfile: build.xml
 [mkdir] Created dir: 
 /x1/gump/public/workspace/forrest/whiteboard/forrestdoc/build/tools/ant
 [javac] Compiling 1 source file to 
 /x1/gump/public/workspace/forrest/whiteboard/forrestdoc/build/tools/ant
 [javac] Note: 
 /x1/gump/public/workspace/forrest/whiteboard/forrestdoc/src/ant/org/apache/forrest/tools/taskdefs/PathConvert.java
  uses unchecked or unsafe operations.
 [javac] Note: Recompile with -Xlint:unchecked for details.
 
 BUILD FAILED
 /x1/gump/public/workspace/forrest/whiteboard/forrestdoc/build.xml:46: taskdef 
 A class needed by class net.sf.antcontrib.net.URLImportTask cannot be found: 
 fr/jayasoft/ivy/DependencyResolver
 
 Total time: 2 seconds
 -
 
 To subscribe to this information via syndicated feeds:
 - RSS: 
 http://vmgump.apache.org/gump/public/forrest/forrest-whiteboard-forrestdoc/rss.xml
 - Atom: 
 http://vmgump.apache.org/gump/public/forrest/forrest-whiteboard-forrestdoc/atom.xml
 
 == Gump Tracking Only ===
 Produced by Gump version 2.2.
 Gump Run 2205102006, vmgump.apache.org:vmgump-public:2205102006
 Gump E-mail Identifier (unique within run) #21.
 
 --
 Apache Gump
 http://gump.apache.org/ [Instance: vmgump]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: use of ant-contrib fails, perhaps missing Ivy

2006-10-05 Thread David Crossley
Stefan Bodewig wrote:
 David Crossley wrote:
 
  Hello Gump people, help please. One of Forrest's projects started
  failing, as do others using ant-contrib, e.g. logging-log4cxx ...
 
 Yep, looks as if ant-contrib would require Ivy at runtime now.  I've
 just marked it as a runtime dependency.
 
  It seems to be related to when Ivy was added to the
  gump/metadata/project/ant-contrib.xml
  http://svn.apache.org/viewvc?view=revrevision=449569
 
 Well, that change just followed a change in ant-contrib.  If your
 project uses ant-contrib during the build it will need to add
 inherit=runtime - like it should for any other dependency that it
 runs during the build.  forrest always did, so it should work again
 with the next run.  I've also fixed the log4cxx descriptor.

Fantastic. Thanks Stefan, thanks Antoine.

-David

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]