gpt4 book ai didi

ant - 如何使用参数在 cumstom ant 任务中调用 macrodef?

转载 作者:行者123 更新时间:2023-12-04 23:53:56 38 4
gpt4 key购买 nike

我想创建一个自定义 ant 任务,它从文件中读取以获取列表参数,然后遍历列表以使用列表项作为参数调用 macrodef。
如何使用参数在 cumstom ant 任务中调用 macrodef?

最佳答案

从您的自定义任务中,您可以调用

        org.apache.tools.ant.taskdefs.MacroInstance macro = (org.apache.tools.ant.taskdefs.MacroInstance) getProject().createTask("myMacroName"); 
macro.setDynamicAttribute("name", value);
macro.execute();

关于ant - 如何使用参数在 cumstom ant 任务中调用 macrodef?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15414645/

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