如何显示 antcall 的调试消息?

发布于 2024-12-14 03:15:19 字数 62 浏览 2 评论 0原文

我的项目使用ant,我想检查antcall内部的参数,但antcall不允许使用。我怎样才能看到参数? 谢谢。

My project uses ant, I would like to check parameters that inside antcall, but antcall doesn't permit use . How I can see parameters?
Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

也只是曾经 2024-12-21 03:15:19

只需 您传递给包含 <; 的 内的 的值即可。 antcall>,或在被调用的目标中回显它们。

Just <echo> the values you're passing to <antcall> inside the <target> containing the <antcall>, or echo them within the called target.

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