使用 Ant 确保属性文件仅包含唯一条目
Ant 中有没有一种方法可以检查指定的属性文件是否只包含唯一键? 如果发现任何重复项,则构建失败将是必需的行为。
Is there a way in Ant which can check that a specified properties file only contains unique keys? A build failure would be the required behaviour if any duplicates are found.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
rscbundlecheck 执行重复密钥检查和更多适合国际化的验证。 来自他们网站的简介:
ant 脚本示例:
其中 build.classpath 包含可用的资源检查二进制 jar 此处
rscbundlecheck does the duplicate key check and more validations suitable for internationalization. Blurb from their website:
Example ant script:
Where build.classpath contains the resourceCheck binary jar available here