This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Is there a limit on nesting of requires?


Hi Per,

I've just grabbed the latest source from svn, and my code works now. Thanks
so much for fixing this so quickly!

Alex


On 5/16/09 2:43 PM, "Per Bothner" <per@bothner.com> wrote:

> On 05/13/2009 07:21 PM, alex mitchell wrote:
>> I keep coming across unexpected "java.lang.NoClassDefFoundError" errors. I
>> think I've isolated it.
> 
> I checked in a fix.  The problem was as suspected Compilation.usedClass.
> Specifically that usedClass does nothing if the ArrayClassLoader hasn't
> created yet - and with your example the ArrayClassLoader was created too
> late.  Fixing that caused other problems, and uncovered a buglet.
> 
> Thanks for the clean bug-report.  I'll try to add it to the test-suite.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]