ant 中如何将字符串转换为大写?
可能的重复:
Ant 字符串函数?
我正在修改 wxi 文件作为 wix 安装和更新 guid 的一部分。作为“迂腐”警告设置的一部分,如果 guid 为小写,则 wix 构建会失败。
如何在ant中将guid转换为大写字符串?
编辑:Ant 字符串函数线程绝对是正确的选择 - Ant 字符串函数?
Possible Duplicate:
Ant string functions?
I am modifying a wxi file as part of a wix install and updating a guid. As part of the "pedantic" warning setting if a guid is in lowercase the wix build fails.
How can I convert the guid to an uppercase string in ant?
EDIT: The Ant string functions thread is definitly the way to go - Ant string functions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Ant Plugin Flaka,无需使用脚本语言 =
输出:
You may use the Ant Plugin Flaka, no need to use a scripting language =
output :