Re: Failed to use "maven-tomcat-plugin 1.1" to compile portlet JSP !!!

2004-06-07 Thread Eric Chow
- Original Message - From: "Nathan Coast" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Monday, June 07, 2004 5:27 PM Subject: Re: Failed to use "maven-tomcat-plugin 1.1" to compile portlet JSP !!! > Hi, > > I think you

Re: Failed to use "maven-tomcat-plugin 1.1" to compile portlet JSP !!!

2004-06-07 Thread Nathan Coast
ntext pageContext) throws Throwable { JspWriter out = pageContext.getOut(); // portlet:namespace org.apache.pluto.tags.NamespaceTag _jspx_th_portlet_namespace_0 = (org.apache.pluto.tags.NamespaceTag) _jspx_tagPool_portlet_namespace.get(org.apache.pluto.tags.NamespaceTag.class );

Re: Failed to use "maven-tomcat-plugin 1.1" to compile portlet JSP !!!

2004-06-07 Thread Eric Chow
JspWriter out = pageContext.getOut(); // portlet:namespace org.apache.pluto.tags.NamespaceTag _jspx_th_portlet_namespace_0 = (org.apache.pluto.tags.NamespaceTag) _jspx_tagPool_portlet_namespace.get(org.apache.pluto.tags.NamespaceTag.class ); _jspx_th_portlet_namespace_0.setPageContext(p

Re: Failed to use "maven-tomcat-plugin 1.1" to compile portlet JSP !!!

2004-06-06 Thread Eric Chow
Hi Nathan, It is in the javac part !! Eric - Original Message - From: "Nathan Coast" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Monday, June 07, 2004 12:55 PM Subject: Re: Failed to use "maven-tomcat-plugin 1.1" t

Re: Failed to use "maven-tomcat-plugin 1.1" to compile portlet JSP !!!

2004-06-06 Thread Nathan Coast
I'm not sure this is the problem, I think the jasper compilation is happening fine, ie the servlet java sources are being generated no problem. the tomcat plugin adds the generated sources to the maven.compile.src.set. I think Erics problem is occuring later when the war plugin compiles the j

Re: Failed to use "maven-tomcat-plugin 1.1" to compile portlet JSP !!!

2004-06-06 Thread Brett Porter
> 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) > The Tomcat plugin should be adding the maven.dependency.classpath refid to the classpath for the jasper task so that the project's classes

Re: Failed to use "maven-tomcat-plugin 1.1" to compile portlet JSP !!!

2004-06-06 Thread Nathan Coast
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 root if that doesn't fix the problem, disable precompilation maven.tomcat.precompi

Failed to use "maven-tomcat-plugin 1.1" to compile portlet JSP !!!

2004-06-06 Thread Eric Chow
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.servle