CruiseControl

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
  

Articles:
  • Automate your team's build and unit-testing process by Mark Wilkinson   - [Clicks: 136]
    Extreme programming and agile methods recommend that the development process include continuous integration and unit testing. A pragmatic way to support these practices is to set up an automated system to build and test the latest version of your source code every time it changes. This article guides you through the practical issues involved in setting up your own Linux-based build server for Java projects.
    [Includes sample code]
    http://www-128.ibm.com/developerworks/java/library/j-cc/index.html - Oct, 2005
  • Integrating CruiseControl With WebLogic Workshop Applications by Michael Hart   - [Clicks: 78]
    The agile development workplace recommends some form of continuous integration in the build process, and CruiseControl is a popular framework for implementing such a continuous build process. While integrating CruiseControl with regular Java applications is well documented, some extra steps are required to make CruiseControl work effectively with BEA WebLogic Workshop applications. This article shows how to use CruiseControl to effectively manage WebLogic Workshop applications, thereby allowing you to incorporate Workshop applications in your continuous integration build process. A critical part of this integration is writing code that interprets Workshop's compiler output. This article also includes a download for a custom Ant task that does just this.
    [Includes source source]
    http://dev2dev.bea.com/products/wlworkshop81/articles/integrating_cruisecontrol.jsp - Feb, 2005

[Top]