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
l

Mine too. It works for me.

I am using Ant from the Cmd-prompt on an Win NT.

Java: 1.5.0
JBoss 4.0.0

Java: 1.4.2_06 JBoss 3.2.5 (Tomcat 5.0.26?)

And when I look in the javadoc
on[http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jasper/docs/api/index
.html] the execute method in JspC are not public but I think it should
be.

The binary view of Eclipse shows me this signature of JspC.class (in jasper-compiler.jar):


public void execute() throws org.apache.jasper.JasperException;

Can you have a direct look at the binary you are using?

Cheers, Marcus

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



Reply via email to