无效的标头???在 ant 读取我的清单期间清单版本
我的Manifest.mf 的代码集是UTF-8。 在 ant 任务尝试读取它期间,抛出“无效标头???Manifest-Version”。
my Manifest.mf's code set is UTF-8.
During ant task is trying to read it, throw "invalid header ???Manifest-Version".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
其他清单工作正常,但它们的代码集是 ANSI。
所以我将清单转换为 ANSI。效果很好。
也许 ant 任务只适用于 ANSI 而不是 UTF-8....
The other Manifests work fine, but their code set is ANSI.
So I convert my manifest to be ANSI. It works fine.
Maybe ant task only works with ANSI instead of UTF-8....