adding comment in .properties files

前端 未结 3 1111
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-02 07:01

By using following block of code in build.xml file


   

        
3条回答
  •  遥遥无期
    2021-02-02 07:48

    According to the documentation of the PropertyFile task, you can append the generated properties to an existing file. You could have a properties file with just the comment line, and have the Ant task append the generated properties.

提交回复
热议问题