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?
您可以使用 Ant Plugin Flaka,无需使用脚本语言 =
输出:
You may use the Ant Plugin Flaka, no need to use a scripting language =
output :