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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2004-07-21 22:59 -------
Thanks for the test case. It makes tracking this sort of problem down so much 
easier. One day all bug reports will be like this ;)

This problem occurs running TC4 standalone without JBoss.

The cause of the problem is that your taglib includes a source file. After 
deleting the source file from the taglib jar, no compilation errors are seen. 
AFAICT jikes spots the dependency between the JSP and the taglib but doesn't 
realise that it can't re-compile a source file within an archive. Therefore I 
think the problem is with Jikes although it might be that the Ant task isn't 
setting a compilier option but I can't see obvious options that Ant doesn't 
set that might fix this. (I had a quick look at +F but it didn't help).

I am therefore resolving this as INVALID as the problem lies outside the 
Tomcat codebase.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to