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=18100>. 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=18100 jspc dependency checking doesn't work Summary: jspc dependency checking doesn't work Product: Tomcat 4 Version: 4.1.23 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Jasper 2 AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Jspc has an error in the dependency checking. ant -verbose gives: compileJsp2: [jspc] Compiling C:\crm-ronald\crm\web\help\helpdisp.jsp because java file C:\temp\jspc\java\jspc\helpdisp.java does not exist [jspc] Compiling C:\crm-ronald\crm\web\help\helpsearch.jsp because java file C:\temp\jspc\java\jspc\helpsearch.java does not exist I have <jspc package="jspc" ...>...</jspc> in my build.xml. Jspc generates: c:\temp\jspc\java\help\helpdisp_jsp.java with a package of jspc.help. It should generate (I think): c:\temp\jspc\java\jspc\help\helpdisp_jsp.java. Javac doesn't complain and everything works, but it compiles all the jsp's everytime, which takes a lot of time. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]