Reg: Compilation of Cactus Source Code

senthil kumar <[email protected]> Wed, 14 May 2008 10:02:32 -0700 (PDT)
Newsgroups gmane.comp.jakarta.cactus.user
Message-ID <[email protected]>
Hi,

I downloaded jakarta-cactus-src-1.7.1. When I try to compile its throwing an error message like      

[iajc] D:\UtilitySoftwares\jakarta-cactus-src-1.7.1\framework\src\java\j2ee
-14\org\apache\cactus\server\PageContextWrapper.java:75 [error] The method getVa
riableResolver() is undefined for the type PageContext
     [iajc] return this.originalPageContext.getVariableResolver();
     [iajc]                                 ^^^^^^^^^^
     [iajc] MessageHolder:  (1 warning)  (11 error)
     [iajc] [error   0]: error at return this.request.getRemotePort();

I have the 2.4 servlet.jar file. Not sure why I am getting this error. Any suggestions?

-Senthil.