Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
カスタムantタスクを作成したいのですが、ファイルから読み取ってリストparamを取得し、リストをトラバースしてリストアイテムをparamとしてmacrodefを呼び出します。paramsを使用してcumstomantタスクでmacrodefを呼び出す方法は?
カスタム タスク内から、次のように呼び出すことができます。
org.apache.tools.ant.taskdefs.MacroInstance macro = (org.apache.tools.ant.taskdefs.MacroInstance) getProject().createTask("myMacroName"); macro.setDynamicAttribute("name", value); macro.execute();