Hi,

as the jikes issue is now solved, I get some errors while compiling
Jetspeed from CVS. (I just updated my CVS checkout.)

There are 11 errors. 10 of them look pretty much alike:

/home/pub/jetspeed/bin/src/org/apache/jetspeed/util/servlet/JetspeedServletResponse.java:136:
Method encodeRedirectURL(java.lang.String) not found in interface
javax.servlet.http.HttpServletResponse.

This seems to indicate I'm using a wrong version of javax.servlet.*,
which most probably is in the JSDK, right? My JSDK is V2.0, which should
I use instead?

The second is seemingly a cocoon thing:

/home/pub/jetspeed/bin/src/org/apache/jetspeed/util/servlet/JetspeedServletRequest.java:240:
The method org.apache.jetspeed.util.servlet.RequestDispatcher
getRequestDispatcher(java.lang.String) declared in class
org.apache.jetspeed.util.servlet.JetspeedServletRequest cannot override
the method of the same signature declared in class
org.apache.cocoon.util.CocoonServletRequest.  They must have the same
return type.
    public RequestDispatcher getRequestDispatcher(String path) {

Whats happening here?

        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]

Reply via email to