I think AntContrib does not get the right (or no) ivy.jar. But the Classpath contains a "/usr/local/gump/public/workspace/ant-contrib/lib/ivy/jars/ivy-1.3.1.jar ". AntContrib uses Ivy itself for its dependency management. I dont know Ivy - does the ivy-conf.xml [1] eliminate the downloading from Maven2-Repo?
Another thing is using Ivy itself - it's good to use Ivy for dependency management, but Gump wants (and should) overwrite that. That's the spirit of Continuous Integration. Another idea ... Ivy has changed its package due its incubator process. Could that be the reason for the error? Jan [1] http://ant-contrib.svn.sourceforge.net/viewvc/ant-contrib/trunk/ant-cont rib/ivy-conf.xml?view=markup BUILD OUTPUT ---8-<-------8-<-------8-<-------8-<-------8-<-------8-<-------8-<------ -8-<---- resolve: :: resolving dependencies :: [ sourceforge | ant-contrib | [EMAIL PROTECTED] ] confs: [default, provided, test] found [ apache | bcel | 5.1 ] in default-resolver found [ apache | commons-httpclient | 3.0.1 ] in default-resolver found [ apache | commons-logging | 1.0.4 ] in default-resolver found [ jayasoft | ivy | 1.4.1 ] in default-resolver found [ apache | ant | 1.6.5 ] in default-resolver found [ apache | xercesImpl | 2.6.2 ] in default-resolver found [ junit | junit | 3.8.1 ] in default-resolver :: resolution report :: --------------------------------------------------------------------- | | modules || artifacts | | conf | number| search|dwnlded|evicted|| number|dwnlded| --------------------------------------------------------------------- | default | 4 | 0 | 0 | 0 || 4 | 0 | | provided | 6 | 0 | 0 | 0 || 6 | 0 | | test | 5 | 0 | 0 | 0 || 5 | 0 | --------------------------------------------------------------------- classpath: compile: [mkdir] Created dir: /x1/gump/public/workspace/ant-contrib/target/classes [javac] Compiling 109 source files to /x1/gump/public/workspace/ant-contrib/target/classes [javac] /x1/gump/public/workspace/ant-contrib/src/java/net/sf/antcontrib/net/URL ImportTask.java:33: cannot find symbol [javac] symbol : class IvyContext [javac] location: package fr.jayasoft.ivy [javac] import fr.jayasoft.ivy.IvyContext; [javac] ^ GUMP MESSAGE ---8-<-------8-<-------8-<-------8-<-------8-<-------8-<-------8-<------ -8-<---- Project ant-contrib has an issue affecting its community integration. This issue affects 9 projects, and has been outstanding for 28 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - ant-contrib : Useful little Ant tasks - ant-contrib-test : Useful little Ant tasks - antbook-diary-core : Examples to go with Java Development with Ant - 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... - invicta : Open-source build management tool. - logging-log4cxx-ant : Apache log4cxx - logging-log4cxx-ant-no_wchar_t : Apache log4cxx - logging-log4cxx-ant-static : Apache log4cxx Full details are available at: http://vmgump.apache.org/gump/public/ant-contrib/ant-contrib/index.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
