Automate ivy revision increase for all my projects using ant script

前端 未结 3 1406
野的像风
野的像风 2020-12-04 00:50

i own 20 ivy projects out of 50 other projects(owned by others), i use some versions of their binaries in my projects.

Issue is during release, i have to manually i

3条回答
  •  半阙折子戏
    2020-12-04 01:42

    Found the following workable solution myself, though tried other options like parsing the ivy.xml through IVY java etc.

    
        
            
            
            
            
            
            
            
            
            ****
            
             
        
    
    
       
      
      
    
    
    
    

    Above task to checkout the file to a temporary folder with .svn folder so that cehckin will work correctly.

        
    
        
            
             
     
              
            
        
    

    The above target to parse and change the version.

提交回复
热议问题