wierd. you are getting into jasper and then it breaks. Usually classpath problems hit before then/
what does a verbose trace say? ----- Original Message ----- From: "Tom van den Berge" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 23, 2002 6:20 AM Subject: Compling jsps: java.lang.NoSuchMethodError > 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.j ava:202) > [java] at > org.apache.jasper.compiler.TldLocationsCache.<init>(TldLocationsCache.java:1 39) > [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]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
