Removing Date Comment from Apache's Ant PropertyFile Task

后端 未结 3 1327
南笙
南笙 2021-01-17 20:05

I\'m using the propertyfile task shown below in my build script:



        
3条回答
  •  甜味超标
    2021-01-17 20:25

    If you need to put a single property in a file just use echo:

    lastmodified=${lastmodified}
    

提交回复
热议问题