Output several timestamps in ant

前端 未结 5 1447
温柔的废话
温柔的废话 2020-12-15 18:53

The Ant buildfile snippet below is an attempt to simply output the time before and after each sql script is run. I cannot change the structure of the Ant targets (create-ta

5条回答
  •  难免孤独
    2020-12-15 19:40

    I found that if you use it as a macro rather than an ant target, it works better since it doesn't loop thru the ant file from the beginning everytime you do a antcall target= (less check if you have dependencies and property sets).

    
        
        
        
    
    
    
        
            
                
            
            
        
    
    

提交回复
热议问题