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

前端 未结 3 1744
暖寄归人
暖寄归人 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:12

    Solution is : Consider problem is this, where you want to achieve this :

     (double expanding the property)?
    

    You can use javascript:

    
    

    I gave it a try and this is working for me.

提交回复
热议问题