JavaOne take home #1 - Hudson
The first thing I'll do (well, 2nd after filing the expense report), is to download and install Hudson.
Hudson is tool for building and testing software projects
continuously. It makes it easier for developers to integrate, test and
obtain the freshest, tested build. Hudson manages distributed building
and testing, integerates with all of the major source code control
systems, works with JUnit, Findbugs, makes RSS feeds for build status. I
was really impressed with the demo that I saw at JavaOne. Installing
it was dead simple:
Just Download the jar and type
java -jar hudson.war
If Hudson works as well as it seemed to in the JavaOne talk, then I think we'll be using this as our build and integration tool for Project Aura.
Posted by Kohsuke Kawaguchi's Blog on May 13, 2008 at 01:20 AM EDT #
Yes, so it works!
In my company (peoplecall.com) we use Hudson and we are impressed how easy and useful it is.
We had no issues at all, everything can be done on web interface.
Just works!
Posted by Herme Garcia on May 15, 2008 at 01:29 PM EDT #