Although had checked out the trunk in a new, clean directory, I had some errors when compiling the javaflow block. I excluded the javaflow block and all blocks that depend on it and did a rebuild. I suppose there must have been some compiled classes left from the excluded blocks. After a "build clean" and then "build" it works.
However, I did come across a compile error (see bugzilla #32412). Bye, Helma > -----Original Message----- > From: Joerg Heinicke [mailto:[EMAIL PROTECTED] > Sent: Sunday, 28 November 2004 11:41 > To: [EMAIL PROTECTED] > Subject: Re: Is trunk supposed to be a working version? > > > On 28.11.2004 10:55, [EMAIL PROTECTED] wrote: > > > Guys, > > > > Is the version in the trunk supposed to be a fully working > version? I > > checked it out to do some checking on the HTMLarea sample > but ran into some > > errors. Net result: cocoon servlet stops with: > > > Caused by: java.lang.NoClassDefFoundError: > > org/apache/cocoon/environment/internal/CloningInheritableThreadLocal > > NoClassDefFoundError is often a hint for the need to > completely rebuild > Cocoon. It means there was a class available at compile time, > but it no > longer is available at run time. > > So if there is a problem in trunk you should get a error when > compiling > Cocoon - at least in theory :-) > > Joerg >
