I'm using ant 1.5 to compile my jsps using the jspc task. Therefore, I
have added jasper-compiler.jar and jasper-runtime.jar to the classpath.
They're both from tomcat 4.0.4.
I'm getting this stacktrace however:
[java] Exception in thread "main" java.lang.NoSuchMethodError
[java] at
org.apache.jasper.compiler.TldLocationsCache.processJars(TldLocationsCache.java:202)
[java] at
org.apache.jasper.compiler.TldLocationsCache.<init>(TldLocationsCache.java:139)
[java] at org.apache.jasper.JspC.parseFiles(JspC.java:712)
[java] at org.apache.jasper.JspC.main(JspC.java:742)
Can anyone help?
Cheers,
Tom
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>