]
Gesendet: Freitag, 16. Dezember 2005 13:56
An: 'Tomcat Users List'
Betreff: AW: Noclassdeffound when using jspc ant task
Your classpath must be wrong, try to add some debug stuff to see you
classpath.
The jar file that's missing is: ${tomcat.home}\common\lib\jsp-api.jar
For testing yo
: Linseisen Herbert [mailto:[EMAIL PROTECTED]
> Gesendet: Freitag, 16. Dezember 2005 12:38
> An: Tomcat Users List
> Betreff: AW: Noclassdeffound when using jspc ant task
>
>
> I' tried to compile the jsp-examples of tomcat 5.0 with your
> ant-file
other person, use it for any
purpose, or store or copy the information in any medium
-Ursprüngliche Nachricht-
Von: Bernhard Slominski [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 16. Dezember 2005 11:12
An: 'Tomcat Users List'
Betreff: AW: Noclassdeffound when using jspc ant ta
Do you have all your tomcat libs in your classpath?
You must have these 3 ind your path:
- ${tomcat.home}/bin
- ${tomcat.home}/server/lib
- ${tomcat.home}/common/lib
I send you my buildfile this works fine!