> > java.lang.NoSuchMethodError: org.apache.turbine.util.Log: method
> > error(Ljava/lang/Exception;)Z no
> > t found
>
> This happened to me when I tried to use Turbine from CVS. I just added a line
> to turbine.util.Log like:
> public void error(Exception ex) {error((Throwable)ex);}
>
> and it worked.
This did not help me, but using the turbine jar file from the JetSpeed
cvs did.
Now, Jetspeed is running albeit theres still work todo (Cocoon, ...)
Sven....
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]