开发者

Read ini files with Apache Ant

开发者 https://www.devze.com 2023-02-20 11:57 出处:网络
Is there a way to 开发者_StackOverflow社区read properties from an INI file with apache ant? I stumbled across apache-contrib\'s IniFile but it\'s sole purpose seems to edit and write INI files - not t

Is there a way to 开发者_StackOverflow社区read properties from an INI file with apache ant? I stumbled across apache-contrib's IniFile but it's sole purpose seems to edit and write INI files - not to simply read them.


If they are "name=value" format with no sections (I'm not sure what Ant would do with sections), you can use this.

<property file="myinifile.ini"/>
0

精彩评论

暂无评论...
验证码 换一张
取 消