Re: javax.servlet.jsp.el.ExpressionEvaluator ????

2002-07-25 Thread Kin-Man Chung

The head branch of jasper2 is meant to be part of Jakarta-tomcat-5, which
in the middle of being set up.  It might be a while before tomcat 5
can be built.

You should check out the tomcat_4_branch of jasper2 for your build.

If you really want to build Jakarta-tomcat-4 with the head branch
of jasper2 with, just to try out JSP2.0 features, then you should
follow the instructions in BUILDING.txt in jasper2.


> Date: Thu, 25 Jul 2002 14:45:07 -0500
> From: Brian Millett <[EMAIL PROTECTED]>
> Subject: javax.servlet.jsp.el.ExpressionEvaluator 
> To: Tomcat Developers List <[EMAIL PROTECTED]>
> Content-transfer-encoding: 7bit
> 
> I am trying to compile the latest 7/25 cvs co of Jakarta-tomcat-4 and I
> have ran into a problems with jasper2.
> 
>[javac]
> 
/home/bpm/compile_area/cvs_jakarta/jakarta-tomcat-jasper/jasper2/src/share/org/a
pache/jasper/compiler/JspUtil.java:90: package javax.servlet.jsp.el does not 
exist
> [javac] import javax.servlet.jsp.el.ExpressionEvaluator;
> [javac] ^
> 
> 
> I have no idea where this file might be located.  It is not part of the
> commons, commons-sandbox, taglibs, struts, velocity, etc.
> 
> What is it and why was code committed to CVS that references files that
> do not exist?
> 
> Thanks.
> 
> -- 
> Brian Millett
> Enterprise Consulting Group "Shifts in paradigms
> (314) 205-9030 often cause nose bleeds."
> [EMAIL PROTECTED]   Greg Glenn
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




javax.servlet.jsp.el.ExpressionEvaluator ????

2002-07-25 Thread Brian Millett

I am trying to compile the latest 7/25 cvs co of Jakarta-tomcat-4 and I
have ran into a problems with jasper2.

   [javac]
/home/bpm/compile_area/cvs_jakarta/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/JspUtil.java:90:
 package javax.servlet.jsp.el does not exist
[javac] import javax.servlet.jsp.el.ExpressionEvaluator;
[javac] ^


I have no idea where this file might be located.  It is not part of the
commons, commons-sandbox, taglibs, struts, velocity, etc.

What is it and why was code committed to CVS that references files that
do not exist?

Thanks.

-- 
Brian Millett
Enterprise Consulting Group "Shifts in paradigms
(314) 205-9030 often cause nose bleeds."
[EMAIL PROTECTED]   Greg Glenn


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>