You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Arion Yu <ar...@stt.com.hk> on 2000/09/25 04:49:06 UTC

Tomcat 3.3 dev build broken?

Hi!

I have just CVSed the latest version. The build for Tomcat seems broken:

<code>
    [javac]
/home/arion.yu/jakarta/jakarta-tomcat/src/facade22/org/apache/tomcat
/modules/facade22/JspInterceptor.java:604: Incompatible type for return.
Explici
t cast needed to convert java.lang.Object to
javax.servlet.http.HttpServletReque
st.
    [javac]         return req.getFacade();

... (and more)
</code>

req is the org.apache.tomcat.core.Request, getFacade() returns Object as
the compiler complains.

Thanks

Arion

--
[This email and any files transmitted with it are confidential and may
contain information that is legally privileged. They are intended solely
for the addressee(s). Access to this email by anyone else is
unauthorized. If you are not the intended recipient, please delete it
and notify the sender by email immediately; you should not copy or use
it for any purpose, nor disclose its contents to any other person. Thank
you.]



Re: Tomcat 3.3 dev build broken?

Posted by cm...@yahoo.com.
> I have just CVSed the latest version. The build for Tomcat seems broken:

Ops, I'll fix that. 

Costin


> 
> <code>
>     [javac]
> /home/arion.yu/jakarta/jakarta-tomcat/src/facade22/org/apache/tomcat
> /modules/facade22/JspInterceptor.java:604: Incompatible type for return.
> Explici
> t cast needed to convert java.lang.Object to
> javax.servlet.http.HttpServletReque
> st.
>     [javac]         return req.getFacade();
> 
> ... (and more)
> </code>
> 
> req is the org.apache.tomcat.core.Request, getFacade() returns Object as
> the compiler complains.
> 
> Thanks
> 
> Arion
> 
> --
> [This email and any files transmitted with it are confidential and may
> contain information that is legally privileged. They are intended solely
> for the addressee(s). Access to this email by anyone else is
> unauthorized. If you are not the intended recipient, please delete it
> and notify the sender by email immediately; you should not copy or use
> it for any purpose, nor disclose its contents to any other person. Thank
> you.]
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>