> 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.

-ed


--
--------------------------------------------------------------
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]

Reply via email to