How check for a condition in ant and depending on its value print a message?

前端 未结 3 1792
一个人的身影
一个人的身影 2020-12-22 11:35

This is a small piece of code please give a look at it then follow the description....

    
            
           


        
3条回答
  •  感情败类
    2020-12-22 11:52

    Peter is trying to explain that you must explicitly specify the property name. Try the following to make your code work:

    
    
        
            
                
                
                
            
        
    
        
            
        
    
    
    

    A better solution would be to make use of operating system tests built into ANT's condition task.

    
    
        
            
        
    
        
            
        
    
    
    

提交回复
热议问题