Thanks Tim, but no success yet... I did a build clean, followed by build. Ever since I have been trying to get the latest buildTry deleting the /src/blocks/woody folder, then update Cocoon from CVS. Then rebuild. Maybe there's something wrong with your checkout of Woody (a class seems to be missing).
working, I have had problems with some of the other blocks and have excluded those. (Specifically slide and portal.)
Regards, Upayavira
Do you know if there are any new external library dependencies? Maybe there is something in your (and other's) java library directory that I don't have. I simply have JDK1.3.1 Standard Edition (and whatever libraries come with it)
If you have any other ideas please don't hesitate to send them my way,
Thanks,
Scott
-----Original Message----- From: Tim Larson [mailto:[EMAIL PROTECTED] Sent: January 22, 2004 3:18 PM To: [EMAIL PROTECTED] Subject: Re: Looking for latest working woody build
On Thu, Jan 22, 2004 at 02:49:43PM -0500, Scott Simpson wrote:
Hi,ago.
I can't get the latest woody to run. I got the source from CVS Cocoon 2.1 HEAD just 30 minutes
I even checked that some woody file timestamps were recent. It crashes on all sample forms...hints
stacktrace is below... I might be overlooking something silly, but I am stuck and any help or
would be appreciated. Even a last known build date that anyone has so I can rollback to that.times in my environment.
I am using JDK1.3.1 and the stock Jetty configuration. I have compiled other releases lots of
Thanks,
14:40:15.652 WARN!! Error for /samples/woody/form1
java.lang.NoSuchMethodError
at org.apache.cocoon.woody.transformation.EffectWidgetReplacingPipe$Widg
etHandler.process(EffectWidgetReplacingPipe.java:377)
at org.apache.cocoon.woody.transformation.EffectPipe.endElement(EffectPi
pe.java:447)
You might be running into the problem that Ant does not always rebuild inner classes when you would expect it to (documented on Ant's website).
Did you do a build clean? As a shortcut to just make sure woody is rebuilt you could instead manually delete this directory from the *build* directory: cocoon-2.1\build\cocoon-2.1.4-dev\blocks\woody and manually delete this file also from the build directory: cocoon-2.1\build\cocoon-2.1.4-dev\blocks\woody-block.jar and then do a normal build and deploy the results however you normally do.
--Tim Larson
