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?

-----Original Message-----
From: Marcus Beyer [mailto:[EMAIL PROTECTED] 
Sent: den 28 januari 2005 10:44
To: Tomcat Users 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://jakarta.apache.org/tomcat/tomcat-5.0-doc/printer/jasper-howto.h
> tm
> 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/ind
> ex
> .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]


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

Reply via email to