Any analog of rsync for Ant?

前端 未结 2 1647
说谎
说谎 2021-02-14 00:36

I need some analog of rsync for ant. The issue is to copy files from source directory to the set of subdirectories that was previously accomplished with script

2条回答
  •  南方客
    南方客 (楼主)
    2021-02-14 01:12

    You can use exec to call rsync from Ant, you could use the java task to call Jarsync or java-sync or you could create a custom ant task to call either of those libraries.

提交回复
热议问题