在自定义任务中在Ant中传递两个不同的DirSet

时间:2013-10-24 06:20:20

标签: ant

如何在自定义任务中在Ant中传递两个不同的DirSet。

使用案例:我需要将两个不同的目录列表传递给任务。

<target name="name123">
    <customTask> 
        <dirset id="sourceDirs" .../> 
        <dirset id="classesDirs" .../>
    </customTask>
</target> 

自定义任务需要有两个不同的dirs数组列表

0 个答案:

没有答案