Skip to main content


developerWorks  >  Rational  >

Improve your build process with IBM Rational Build Forge, Part 1: Create a continuous build and integration environment

developerWorks

Level: Intermediate

Ian Limn (ianlimn@au1.ibm.com), Senior IT Specialist, IBM

04 Dec 2007

Register now or sign in using your IBM ID and password.

Learn how to implement a build management system that uses and extends your existing automation technologies. This tutorial shows, step-by-step, how to install and configure IBM® Rational® Build Forge™ to manage builds for Jakarta Tomcat from source code. Integrate Build Forge with the subversion version control system, used by the Tomcat team, for continuous integration so Rational Build Forge rebuilds and deploys the latest version of Tomcat whenever changes are committed to the subversion repository. Rational Build Forge is legendary for its rapid return on investment. Learn how the implementation described in this tutorial can reuse your investment in existing build automation scripting. With this 2-part series, go from zero to 96 bpd (builds per day) in two days.

In this tutorial

Share this tutorial

digg Digg this story
del.icio.us Post to del.icio.us
Slashdot Slashdot it!


Objectives

  • Learn basic Build Forge concepts

  • Install and set up Rational Forge

  • Create Build Forge objects to represent build servers for the tutorial

  • Configure a Hello World project to run

Prerequisites

It is assumed that you have some understanding of building applications based on Java™ technology. Build Forge is language agnostic, but the Tomcat project is written in the Java programming language. Experience with Apache Ant and Subversion is helpful, but not required.


System requirements

To complete the steps in this tutorial, you should have access to the following tools, which you can get by using the contact information on the Rational Build Forge product overview:

  • IBM Rational Build Forge Console V7.0.1
  • IBM Rational Build Forge, Agent V7.0.1
  • IBM Rational License Server V7.0 Windows
  • MySQL 5.0.45



Duration

1 hour


Formats

html, pdf


Share this....

digg Digg this story del.icio.us del.icio.us Slashdot Slashdot it!


Back to top


Document options

Document options requiring JavaScript are not displayed

Discuss


My developerWorks needs you!

Connect to your technical community


More in this series:
Improve your build process with IBM Rational Build Forge