ant-contrib - if/then/else task

后端 未结 5 970
暗喜
暗喜 2020-12-28 19:40

I am using ant, and I have a problem with if/then/else task, (ant-contrib-1.0b3.jar). I am running something that can be simplified with build.xml below.

I am ex

5条回答
  •  误落风尘
    2020-12-28 20:07

    Ant Properties are very hard to overwrite (if not impossible). What you need is a Variable. These are also defined in the Ant Contrib JAR.

    Editing your example:

       
        
        
        
          
          
          
          
            
          
           
        
     
    

提交回复
热议问题