Stefan Bodewig wrote:
On Mon, 18 Aug 2003, Johann Uhrmann <[EMAIL PROTECTED]> wrote:
Ant complains about not being able to load the JspC class because
the class javax.servlet.ServletContext is referenced by it and
cannot be found.
Most probably org.apache.jasper.JspC is on your
Antoine Levy-Lambert wrote:
As a workaround, can you put the jar files that jspC needs in the classpath
before starting ant ?
Antoine
That might be a workaround, but it is difficult to handle. E.g. that
script could not be called via the ant task by another build script.
Furthermore, every develope
e ant that it uses the specified class path to
locate the classes that are referenced by a task class?
Kind regards,
Johann Uhrmann
Stack trace:
BUILD FAILED
file:/home/hans/src/services1/build.xml:96: taskdef class
org.apache.jasper.JspC cannot be found