Xinc and Phing Configuration Files

I have previously blogged about Xinc. I have decided to show how simple my setup really is. The Xinc configuration is a simple xml file containing few commands.




        
    
        
    
    

    

    
            
    
    
            
    
    
         
     
    
    

It does nothing more than check if there is a newer revision of the Subversion repository, if there is, it checks it out, and runs the Phing buildscript, and reports if there are errors with a mail. (In the beginning it sent mails upon success as well – I got very tired of all the “nothing is wrong” emails so I decided it was ok to just notify me if something went wrong with a build.

The phing buildfile described in my previous post is almost just as simple.



    
    
    
        
    
    

            
                
                     
                
            
        
    
        

        
        

                   
                      
                   

                   
                
        

I described the actions of this file in the previous post.

by Claus Witt

March 3, 2009  Tags: , ,   Posted in: Development, Web development