Example of a build.xml for an EAR that deploys in WebSphere 6

前端 未结 4 958
南方客
南方客 2020-12-07 21:36

I\'m trying to convince my providers to use ANT instead of Rational Application Development so anyone can recompile, recheck, redeploy the solution anyplace, anytime, anyhow

4条回答
  •  感情败类
    2020-12-07 21:54

    Here is some of the same functionality if you don't have the WAS ant tasks available or don't want to run was_ant.bat. This relies on wsadmin.bat existing in the path.

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        
            
            
            
            
            
            
            
        
    
    
    
        
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
        
        
    
    
    
        
            
            
            
            
            
            
            
            
            
            
            
            
            
            
            
        
        
    
    

提交回复
热议问题