gpt4 book ai didi

ant - Ant 任务中的多个依赖项

转载 作者:行者123 更新时间:2023-12-03 07:36:55 25 4
gpt4 key购买 nike

如果我有三个目标,一个 all、一个 compile 和一个 jsps,我该如何制作 all > 依赖于另外两个?

会是:

<target name="all" depends="compile,jsps">

...或者会是:

<target name="all" depends="compile","jsps">

或者也许有什么不同?

我尝试搜索示例 ant 脚本作为其基础,但我找不到具有多个依赖项的脚本。

最佳答案

前者:

<target name="all" depends="compile,jsps">

这记录在 Ant Manual 中.

关于ant - Ant 任务中的多个依赖项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2888725/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com