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=17634>.
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=17634

ant failed, in manifest Task , error in UTF8 convertion





------- Additional Comments From [EMAIL PROTECTED]  2003-03-04 11:40 -------
You should save your manifest file as UTF-8. The manifest spec isn't explicit  
that manifests are UTF-8 - but it does hint at it.    
http://java.sun.com/j2se/1.4/docs/guide/jar/jar.html    "otherchar: any UTF-8 
character except NUL, CR and LF"    The Ant 1.5.1 behaviour is to just use the 
default encoding but it means the resulting jar will work on a platform with a 
different default encoding.

Reply via email to