ant filtering - fail if property not set

前端 未结 5 1733
后悔当初
后悔当初 2020-12-15 16:47

I\'ve got a ant build.xml that uses the task to copy a variety of xml files. It uses filtering to merge in properties from a bu

5条回答
  •  醉话见心
    2020-12-15 17:27

    You can do it in ant 1.7, using a combination of the LoadFile task and the match condition.

    
    
        
    
    
    

提交回复
热议问题