如何将修订号获取到 Luntbuild 中的 Ant 属性中?
我确信这一定是可能的:
我希望将修订号(来自 Subversion)放入一个属性中,当我的构建在 Luntbuild 中运行时,可以从 Ant 访问该属性。 必须有一个 OGNL 表达式,我可以将其添加到 Ant 构建器配置页面上的“构建属性”框中。
有谁知道它是什么?
I'm sure this must be possible:
I want to have the revision number (from Subversion) put into a property that is accessible from Ant when my build runs in Luntbuild. There must be an OGNL expression that I can add to the Build Properties box on the configuration page for my Ant builder.
Does anyone know what it is?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能会发现使用 SvnAnt 或 svntask 在 Ant 脚本中直接获取 Subversion 修订版号的 Ant 任务可能是一个有效的替代方案。
You might find using either the SvnAnt or svntask Ant tasks to get the Subversion revision number directly in your Ant script might be a valid alternative.