Renaming files during ANT copy

前端 未结 3 683
梦如初夏
梦如初夏 2020-12-30 05:03

I\'d like to copy a directory of files, and rename some of them in the process. When I run the script below, nothing copies. If I comment the glob mappers in the file below,

3条回答
  •  鱼传尺愫
    2020-12-30 05:39

    It seems, that the glob-mapper works only with one '*'. I would try the regexp-mapper:

    
    
    

提交回复
热议问题