antを使ってみた。もっと他に楽なやり方があるかもしれない。
用途としてはSeasar2のdiconファイルの一括リネームだった。
<move todir=”対象ディレクトリ”
includeEmptyDirs=”no”>
<fileset dir=”対象ディレクトリ”/>
<mapper type=”regexp” from=”(.*)_dev.dicon”
to=”\1_ut.dicon”></mapper>
</move>
antを使ってみた。もっと他に楽なやり方があるかもしれない。
用途としてはSeasar2のdiconファイルの一括リネームだった。
<move todir=”対象ディレクトリ”
includeEmptyDirs=”no”>
<fileset dir=”対象ディレクトリ”/>
<mapper type=”regexp” from=”(.*)_dev.dicon”
to=”\1_ut.dicon”></mapper>
</move>
No related posts.