我读过这篇文章: Ant antcall a target that defined a property
这个问题是关于属性的。我想知道如何制作<taskdef>
可用于所有项目的内部目标。
我不想在我的主要目标上定义它,因为它可能又长又丑。这就是为什么我喜欢将其拆分为内部目标。我得到的错误是:
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.