Hi,
I'm a Gumper recently a lurker because that 74 caught my eye...
> I read them and even see "compile errors", which there ain't any !!
Yeah, it does look odd. Gump is saying it can't find equals here:
[javac]
/data/gump/avalon/framework/api/src/test/org/apache/avalon/framework/test/Va
luedEnumTestCase.java:136: cannot resolve symbol
[javac] symbol : method equals
(org.apache.avalon.framework.test.ValuedEnumTestCase.Color)
[javac] location: class
org.apache.avalon.framework.test.ValuedEnumTestCase.OtherColor
[javac] assertTrue( !OtherColor.RED.equals( Color.RED ) );
Since Gump totally overrides the build w/ information from it's metadata,
there is often a clash w/ a 'self built' success, when the metadata is
wrong. Gump needs to know where object code is built into, so it can add
those locations to things like tests. With that I could imaging it couldn't
find Color, but not the method.
I am somewhat flumoxed by this one, equals has to be there, no? I wonder if
it is some inner class issues or something.
> I build the whole of module "avalon" a few times every week, and nag
myself...
> ;o)
Gump is trying to help out by building nightly aginst the latest for other
projects, to save you having to pollute your environment with their
latest/greatest/unwashed, to try to give an early warning to interfacing
issues.
> I think part of the 'ignorance' is that noone but your goodself understand
> Gump.
>
> One thing I saw in Gump's Documentation was "ANT ...." and how does this
sit
> with Maven??
We've just started work on Gump using Maven for Maven builds, and are
getting some help from the Maven team. We've made some progress, but have a
ways to go. Could you give this a month maybe?
> Where are the "gump definitions" located?
Lots of Avalon in here:
http://cvs.apache.org/viewcvs.cgi/jakarta-gump/project/
and the jakarta-gump CVS repository is open to all apache committers.
regards,
Adam
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]