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=17075>. 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=17075 codepage problems with manifest file when using jar task ------- Additional Comments From [EMAIL PROTECTED] 2003-03-22 10:36 ------- The change to using UTF-8 caused some problems when Ant 1.5.2 was released since they relied on the platform default encoding. Well, actually I believe their manifests would have been invalid but that is maybe beside the point. I have reverted the behaviour to using the platform encoding and introduced a manifestencoding attribute to allow that to be overridden. If you are interested, you could check out the next nightly build. Thanks