使用 Apache Ant 读取 ini 文件
有没有办法使用 apache ant 从 INI 文件中读取属性?我偶然发现了 apache-contrib 的 IniFile,但它的唯一目的似乎是编辑和写入 INI 文件 - 而不是简单地读取它们。
Is there a way to 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果它们是“名称=值”格式,没有任何部分(我不确定 Ant 会如何处理部分),您可以使用它。
If they are "name=value" format with no sections (I'm not sure what Ant would do with sections), you can use this.