次のコードがあります。
<dirset id="aa" dir="FOLDER" includes="example*" excludes=".*">
</dirset>
<pathconvert pathsep="," property="bb" refid="aa">
<mapper type="flatten"/>
</pathconvert>
<echo message="LIST:${bb}"/>
出力は、たとえば 'examle.aa,example.bb' です。
そして、例ごとに別のターゲットを呼び出したいと思います.*.. 助けていただけますか?