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=4750>. 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=4750 jspc flattens directory structure when translating jsp->java ------- Additional Comments From [EMAIL PROTECTED] 2002-11-06 13:45 ------- With the new Jasper 2 of Tomcat 4.1 now the following error occurs: If you have an index.jsp in every directory the jspc will work fine but if you try to compile them it crashes: [javac] M:\ZIF\jspc\board\index_jsp.java:13: duplicate class: org.apache.jsp.index_jsp [javac] public class index_jsp extends HttpJspBase { [javac] ^ [javac] M:\ZIF\jspc\cms\index_jsp.java:12: duplicate class: org.apache.jsp.index_jsp [javac] public class index_jsp extends HttpJspBase { [javac] ^ [javac] M:\ZIF\jspc\images\index_jsp.java:8: duplicate class: org.apache.jsp.index_jsp [javac] public class index_jsp extends HttpJspBase { I assume that the problem is not ant but Jasper... -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
