Re: Classloader issues?

2003-08-18 Thread Johann Uhrmann
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

Re: Classloader issues?

2003-08-18 Thread Johann Uhrmann
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

Classloader issues?

2003-08-18 Thread Johann Uhrmann
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