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

2006-02-01 Thread Olinga K. Abbott
[EMAIL PROTECTED] wrote: 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

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

automating use of webXmlFragment result - how to do?

2006-02-01 Thread Olinga K. Abbott
Use of the webXmlFragment attribute with Jasper produces an xml fragment requiring inserting into web.xml. Although I could write some custom code to perform this task, probably using xslt, this seems like a common enough use case that a solution should already exist. Does anyone know of such a