Can Ant properties resolve other properties?

前端 未结 2 1236
北恋
北恋 2021-02-19 03:48

Can Ant properties set via properties file, resolve other properties from properties files?

For example, I can do this:



        
2条回答
  •  鱼传尺愫
    2021-02-19 04:25

    A simpler solution for this task would be the usage of Ant-contrib Tasks: Propertycopy.

    From the manual:

    
    
    
    
    Sets displayName to "My Organiziation".
    

提交回复
热议问题