Re: Jasper 2 JSP Engine How To ant script - ServletException not found

2006-02-01 Thread Olinga K. Abbott
Glen, thanks for responding. I placed both the property and path element references to servlet-api at the beginning of their respective sections, and defined jdk.javac.path. I still get the same error. Any ideas on why build.xml provided by the Tomcat website doesn't work? --- Glen Mazza

Re: Jasper 2 JSP Engine How To ant script - ServletException not found

2006-02-01 Thread Glen Mazza
Olinga K. Abbott wrote: Glen, thanks for responding. I placed both the property and path element references to servlet-api at the beginning of their respective sections, and defined jdk.javac.path. I still get the same error. Any ideas on why build.xml provided by the Tomcat website doesn't

Re: Jasper 2 JSP Engine How To ant script - ServletException not found

2006-02-01 Thread Olinga K. Abbott
Glen, thanks for the suggestion on the search terms. After reading some search hits, I copied all the jars in TOMCAT_HOME\common\lib to ANT_HOME\lib and everything works now. --- Glen Mazza [EMAIL PROTECTED] wrote: Olinga K. Abbott wrote: Glen, thanks for responding. I placed both the

Re: Jasper 2 JSP Engine How To ant script - ServletException not found

2006-01-31 Thread Glen Mazza
Olinga K. Abbott wrote: BUILD FAILED E:\workspace\progsoftware\trunk\source\jasper\build.xml:5: taskdef A class needed by class org.apache.jasper.JspC cannot be found: javax/servlet/ServletException Of course, it looks like it can't find javax.servlet.ServletException while building. This