Project: avalon State: Failed URL: http://lsd.student.utwente.nl/gump/avalon/avalon.html
this is a pretty annoying error, given the number of dependencies:
http://lsd.student.utwente.nl/gump/avalon/avalon_details.html#Full+Project+Dependees
contrast the gumpy results to the old gump:
http://gump.covalent.net/log/avalon-framework.html
which runs fine.
I've been wondering why the problem occurs. My guess is that there are some classpath inconsistencies between gumpy and gump. I know this worked at some point.
The avalon build for avalon-framework delegates to a 'common' (its not actually common) buildfile that knows how to build maven-styled projects. The 'reactor' kicks off a build of avalon-framework-api, which is the 'api/' subdirecory. This happens using an <ant/> call.
Once gumpy gets to running the avalon:test target of the common buildfile for the avalon-framework-api project,
avalon:test:
[echo] Compiling Tests
[javac] Compiling 6 source files to /data/gump/avalon/framework/api/target/test-classes
[javac] /data/gump/avalon/framework/api/src/test/org/apache/avalon/framework/test/CascadingErrorTestCase.java:57: cannot resolve symbol
[javac] symbol : class CascadingError
[javac] location: package framework
[javac] import org.apache.avalon.framework.CascadingError;
it seems like
/data/gump/avalon/framework/api/target/classes
is not on the classpath, or not high enough on the classpath. Why is this? Is gumpy more rigorous about
'-Dbuild.sysclasspath=only'
or something like that? For now I've
[EMAIL PROTECTED] /data/gump/avalon/framework]$ find . -name 'target' \
-exec rm -Rf \{\} \;
[EMAIL PROTECTED] /data/gump/avalon/framework]$ cvs up -Pdto see if there's some stale resources or somethin' lying around. -- cheers,
- Leo Simons
----------------------------------------------------------------------- Weblog -- http://leosimons.com/ IoC Component Glue -- http://jicarilla.org/ Articles & Opinions -- http://articles.leosimons.com/ ----------------------------------------------------------------------- "We started off trying to set up a small anarchist community, but people wouldn't obey the rules." -- Alan Bennett
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
