如何将修订号获取到 Luntbuild 中的 Ant 属性中?

发布于 2024-07-26 00:30:07 字数 162 浏览 6 评论 0原文

我确信这一定是可能的:

我希望将修订号(来自 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冬天的雪花 2024-08-02 00:30:07

您可能会发现使用 SvnAntsvntask 在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文