Archives for posts tagged ‘continuous_integration’

Pragmatic Project Automation

In a previous post, I wrote a review of Pragmatic Version Control Using Subversion which covers effectively using version control systems on software development projects. This entry covers another book by the Pragmatic Programmers in their Pragmatic Starter Series.
Pragmatic Project Automation: How to Build, Deploy, and Monitor Java Apps
Pragmatic Project Automation by Mike Clark
Index:

Introduction
One-Step Builds
Scheduled [...]

Continuous Integration Revisited

I had a chance to install and play with JetBrain’s new Team City beta today. Team City at its most basic is a Continuous Integration server. Continuous Integration (CI) systems are used to help manage a team’s software development process. Every time a developer checks in code, the CI server will check out the code [...]