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=30153>. 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=30153 strange error message from tstamp task [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2004-09-15 16:27 ------- This not an Ant bug. There error is generated by the JRE. The JRE contains ZoneInfo files in lib/zi in the java.home directory. "America/Chicago" is a ZoneInfo ID, which causes Java to look for time zone data in <java.home>/lib/zi/America/Chicago. I suspect that your file is corrupt. Perhaps it was transferred as ASCII instead of BINARY. The file starts with "javazi", so it may appear to be ASCII, but it is actually binary data. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
