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=30646>. 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=30646 JSTL 1.1.1 examples do not compile under JDK 1.5 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2004-08-16 21:43 ------- The JSTL 1.1.1 implementation was not building under J2SE 5.0 because it was using the now reserved 5.0 keyword "enum". Fixed implementation to use "enum_". Note that JSTL uses JAXP 1.2 and J2SE 5.0 uses JAXP 1.3. You will need to specify the JAXP 1.2 classes with 5.0. There will be a version of JSTL in a future release that uses the JAXP 1.3 implementation. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]