DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20155>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20155 The strutsel-exercise-taglib application can not be compiled with jspc ------- Additional Comments From [EMAIL PROTECTED] 2003-06-03 17:11 ------- This really is an invalid bug. If anything, it's a Tomcat bug. The "preferred way" to do this sort of thing is outlined in: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jasper-howto.html under the "Web Application Compilation" section. It doesn't use the jspc scripts, it uses Ant and a custom task. The given build.xml file still appears to be wrong, however. It should probably include the web app's WEB-INF/classes and WEB-INF/lib/*.jars in the classpath of the taskdef task. By the way, I believe the jspc scripts will ignore the current shell's classpath and set its own. Another "by the way", I *did* try this with a modified build.xml file and it worked. At least to the extent that the task completed and stuff was generated. I did *not* go through the bother of rebuilding and deploying the app. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]