ANT: Using conditional tags,

后端 未结 6 1608
生来不讨喜
生来不讨喜 2021-01-02 03:36

I would like to do something like this


    
        

        
6条回答
  •  难免孤独
    2021-01-02 03:42

    Alternately, once can include the following line in your ANT script

    
    

    As long as ant-contribs is in your path, nothing else is needed

    This solution is a bit cleaner, as one gains access to ALL the tags, not just the ones manually specified

提交回复
热议问题