DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=18203>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=18203 jikes occationally fails to compile changed jsp pages ------- Additional Comments From [EMAIL PROTECTED] 2004-05-03 09:56 ------- I've made an example war that provokes the error consistently (check the attached JikesTestCaseWeb.war). To run it, deploy the war and hit: http://localhost:8080/JikesTestCaseWeb/index.jsp This reproduces the error for me. I've setup Jikes using the instructions in the Tomcat docs. The init params are: <init-param> <param-name>compiler</param-name> <param-value>jikes</param-value> </init-param> <init-param> <param-name>javaEncoding</param-name> <param-value>ISO-8859-1</param-value> </init-param> And I've set the JVM param: -Dbuild.compiler.emacs=true Specs for my system are (updated since original posting): OS: Fedora Core 1 Linux (kernel 2.4.22-1.2174.nptl) JDK: Sun 1.4.2_04 Jikes: 1.2.0 Jboss: 3.2.3 Tomcat: 4.1.29 (integrated in JBoss) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]