How to use size of file inside Ant target

前端 未结 2 2024
深忆病人
深忆病人 2021-01-18 06:31

I\'m currently in the process of replacing my homebrewn build script by an Ant build script.

Now I need to replace various tokens by the size of a specific file. I k

2条回答
  •  攒了一身酷
    2021-01-18 06:56

    I found a solution that does not require any third-party library or custom tasks using the

提交回复
热议问题