my guess would be that the pluto classes need to be available to the root classloader (I know this is deprecated but I don't know the replacement)

try adding this to your pluto jar dependency

      <properties>
        <classloader>root</classloader>
      </properties>

if that doesn't fix the problem, disable precompilation

maven.tomcat.precompile=false


Eric Chow wrote:

The following is the errors when use maven-tomcat-plugin to compile the JSP
???

The JSP sources are the Pluto Testsuite !!!!!

Eric


C:\Projects\foodsin\testsuite\target\tomcat\src\java\org\apache\jsp\jsp\test 9_jsp.java:108: _jspx_meth_portlet_param_0(javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp .PageContext) in org.apache.jsp.jsp.test9_jsp cannot be applied to (org.apache.pluto.tags.ActionURLTag,javax.servlet.jsp.PageContext) if (_jspx_meth_portlet_param_0(_jspx_th_portlet_actionURL_0, pageContext)) ^ C:\Projects\foodsin\testsuite\target\tomcat\src\java\org\apache\jsp\jsp\test 9_jsp.java:141: _jspx_meth_portlet_param_1(javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp .PageContext) in org.apache.jsp.jsp.test9_jsp cannot be applied to (org.apache.pluto.tags.RenderURLTag,javax.servlet.jsp.PageContext) if (_jspx_meth_portlet_param_1(_jspx_th_portlet_renderURL_0, pageContext)) ^ C:\Projects\foodsin\testsuite\target\tomcat\src\java\org\apache\jsp\jsp\test 9_jsp.java:174: _jspx_meth_portlet_param_2(javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp .PageContext) in org.apache.jsp.jsp.test9_jsp cannot be applied to (org.apache.pluto.tags.RenderURLTag,javax.servlet.jsp.PageContext) if (_jspx_meth_portlet_param_2(_jspx_th_portlet_renderURL_1, pageContext)) ^ 3 errors



----- Original Message ----- From: "Dan Tran" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Monday, June 07, 2004 9:51 AM
Subject: Re: [ANN] maven-tomcat-plugin 1.1 release




Would this work with Tomcat 4.1.x?

-Dan

----- Original Message ----- From: "Nathan Coast" <[EMAIL PROTECTED]>
To: "Maven Users" <[EMAIL PROTECTED]>
Sent: Sunday, June 06, 2004 6:14 PM
Subject: [ANN] maven-tomcat-plugin 1.1 release




Hi

the codeczar team is pleased to announce the release of the
maven-tomcat-plugin 1.1

new features:
1) updated dependencies to catalina 5.X classes.
2) added Jasper JSP pre-compilation (enabled by default).
3) added support for Tomcat context descriptors.
4) added an example project.

project homepage
http://www.codeczar.com/products/maven-tomcat-plugin/index.html
download & installation instructions
http://www.codeczar.com/products/maven-tomcat-plugin/download.html

cheers
Nathan


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



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




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





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



Reply via email to