On Dec 2, 2006, at 3:06 PM, David Blevins wrote:
On Dec 2, 2006, at 11:03 AM, Filippo Diotalevi wrote:
On 12/2/06, Manu George <[EMAIL PROTECTED]> wrote:
Hi Jacek/Filippo,
I am also getting this error now with a fresh
checkout.
Doing a google search gives some info that it is an error in the
java
compiler.
Yes... it's a weird error.
I tried to checkout the previous version from svn (rev 481478) and I
managed to compile it successfully.
Apparently, the stacktrace is telling me that the compiler cannot
find
the class org/apache/geronimo/kernel/Kernel.class.. the weird part is
that this class is never used in the code (it appears just in a
couple
of commented lines...)
Strange. Let me add that as a dep and see if it doesn't make the
problem go away.
Looks like we already had a dep on that jar but it was excluded
elsewhere... I removed that exclusion and a couple other ones too.
This working for anyone not on a Mac?
-David