Re: Does JspC in 5.0 rely on Hibernate?

2005-08-10 Thread Tim Funk
There is definitely no dependency on hibernate. Since it is looking for: net/sf/hibernate/Lifecycle - I might be *guessing* there could be a taglib (or something) somewhere with that might by trying to create a net.sf.hibernate.Lifecycle. Otherwise - there might be a class which (indirectly)

Does JspC in 5.0 rely on Hibernate?

2005-08-09 Thread Will Hartung
Hi all! I'm working on migrating from Tomcat 4.1.x to 5.0.x, and one of the components is JspC. Using the ANT Task presented in the 5.0 docs as inspiration I have: target name=jspcx depends=ensure-jsp-src taskdef classname=org.apache.jasper.JspC name=jasper2 classpath