Precompiling JSP problem

2005-01-28 Thread William Sundberg
I am trying to precompile the JSP files but recive the following error when building: No public execute() in class org.apache.jasper.JspC My buildfile is basicly the same as the Tomcat example build http://jakarta.apache.org/tomcat/tomcat-5.0-doc/printer/jasper-howto.htm l I am using Ant from

Re: Precompiling JSP problem

2005-01-28 Thread Marcus Beyer
William Sundberg schrieb: I am trying to precompile the JSP files but recive the following error when building: No public execute() in class org.apache.jasper.JspC My buildfile is basicly the same as the Tomcat example build http://jakarta.apache.org/tomcat/tomcat-5.0-doc/printer/jasper-howto.htm

RE: Precompiling JSP problem

2005-01-28 Thread William Sundberg
List Subject: Re: Precompiling JSP problem William Sundberg schrieb: I am trying to precompile the JSP files but recive the following error when building: No public execute() in class org.apache.jasper.JspC My buildfile is basicly the same as the Tomcat example build http

Re: Precompiling JSP problem

2005-01-28 Thread Marcus Beyer
William Sundberg schrieb: When I open jasper-compiler.jar and look in JspC.class with Jbuilder it look ok: public void execute() throws JasperException { } But it still don't compile, any Ideer? Let me have a look at your ant target. Marcus