On Thu, Jan 22, 2004 at 02:49:43PM -0500, Scott Simpson wrote:
> Hi,
> 
> I can't get the latest woody to run.  I got the source from CVS Cocoon 2.1 HEAD just 
> 30 minutes ago.
> I even checked that some woody file timestamps were recent.  It crashes on all 
> sample forms...
> stacktrace is below...  I might be overlooking something silly, but I am stuck and 
> any help or hints
> would be appreciated.  Even a last known build date that anyone has so I can 
> rollback to that.
> 
> I am using JDK1.3.1 and the stock Jetty configuration.  I have compiled other 
> releases lots of times in my environment.
> 
> 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

Reply via email to