In Ant, how can I dynamically build a property that references a property file?

前端 未结 3 1711
暖寄归人
暖寄归人 2021-01-13 14:37

I am using Input tasks to collect specific property values and I want to concatenate those into one property value that references my properties file.

I can generate

3条回答
  •  有刺的猬
    2021-01-13 15:02

    The props antlib provides support for this but as far as I know there's no binary release available yet so you have to build it from source.

    An alternative approach would be to use a macrodef:

    
      
      
      
        
      
    
    
    

提交回复
热议问题