gpt4 book ai didi

ant - 如何使用 'loadfile'任务将文件加载到ant中的变量中?

转载 作者:行者123 更新时间:2023-12-04 02:49:11 25 4
gpt4 key购买 nike

我正在尝试以下操作,但它似乎不起作用。

<property name="file.configs.txt" value="" />
...
<target name="...">
<loadfile property="file.configs.txt" srcFile="remoteConfig/configs.txt" />
</target>

我读过 here,该 任务应该将文件的内容加载到指定的属性中。

最佳答案

属性在Ant中是不可变的。 file.configs.txt的第一个定义将阻止再次设置它。

来自:http://ant.apache.org/manual/Tasks/property.html

属性是不可变的:谁首先设置了属性,便在其余的构建过程中将其卡住;它们绝对不是变量。

关于ant - 如何使用 'loadfile'任务将文件加载到ant中的变量中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1302278/

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