Hi Jordan

This might not solve your problem but there is already 'friend-book.war' in the 'dist' 
library. You can deploy that web app in order to see how maverick rocks.

/johan
----- Original Message ----- 
From: "Jordan C N Chong" <[EMAIL PROTECTED]>
To: "maverick" <[EMAIL PROTECTED]>
Sent: Friday, March 22, 2002 10:28 AM
Subject: [Mav-user] PLEASE HELP...


> Dear all
> 
> I tried to build a WAR file for the example friendbook-jsp. When I type ant,
> the following errors happened:
> 
> [javac] C:\Program
> Files\Libraries\maverick\examples\friendbook-jsp\javasrc\org\infohazard\frie
> ndbook\ctl\ControllerAuth.java:30: cannot resolve symbol
>     [javac] symbol  : method getAttribute  (java.lang.String)
>     [javac] location: interface javax.servlet.http.HttpSession
>     [javac] return (String)this.getSession().getAttribute(LOGIN_ATTRNAME);
>     [javac]                                ^
>     [javac] C:\Program
> Files\Libraries\maverick\examples\friendbook-jsp\javasrc\org\infohazard\frie
> ndbook\ctl\ControllerAuth.java:49: cannot resolve symbol
>     [javac] symbol  : method setAttribute
> (java.lang.String,java.lang.String)
>     [javac] location: interface javax.servlet.http.HttpSession
>     [javac] this.getSession().setAttribute(LOGIN_ATTRNAME, login);
>     [javac]                         ^
>     [javac] C:\Program
> Files\Libraries\maverick\examples\friendbook-jsp\javasrc\org\infohazard\frie
> ndbook\ctl\ControllerAuth.java:58: cannot resolve symbol
>     [javac] symbol  : method removeAttribute  (java.lang.String)
>     [javac] location: interface javax.servlet.http.HttpSession
>     [javac] this.getSession().removeAttribute(LOGIN_ATTRNAME);
>     [javac]                 ^
>     [javac] C:\Program
> Files\Libraries\maverick\examples\friendbook-jsp\javasrc\org\infohazard\frie
> ndbook\ctl\ControllerProtected.java:99: cannot resolve symbol
>     [javac] symbol  : method getParameterMap  ()
>     [javac] location: interface javax.servlet.http.HttpServletRequest
>     [javac] public Map getParameters() { return
> getRequest().getParameterMap(); }
>     [javac]                                                               ^
>     [javac] 4 errors
> 
> WHAT DO THAT MEAN?? Please help me. I am getting really frustrated. Thank
> you very much.
> 
> 
> Best regards,
> --------------------------------------------
> Jordan Cheun Ngen, Chong
> INF-4067 Universiteit Twente
> Postbus 217
> 7500 AE Enschede
> The Netherlands
> 
> Distributed and Embedded Systems (DIES)
> --------------------------------------------
> Office Phone: +31 53 4894655
> Web site: http://www.cs.utwente.nl/~chong
> Email Add.: [EMAIL PROTECTED]
> ============================================
> 
> 
> _______________________________________________
> Mav-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/mav-user
> 


_______________________________________________
Mav-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mav-user

Reply via email to