ci
CI with Hudson II
Today, Andreas and /me started doing some real work with the newly set up Hudson jobs. We extended the existing Ant build files by adding some compile and copy tasks, in order to really build the first module. This worked out fine very easily. Next, we have to extend the Ant build path in order to add some selfmade Ant tasks, so that we can run the rest of the convenience tasks automatically. We will continue tomorrow.
CI with Hudson I
Today, I started putting several application modules under continuous integration using Hudson. So far, I’ve managed to set up 2 jobs, one for the development module, one for the first “real” module to be built by Hudson. The modules will be built using Maven. Successful builds will be packaged using existing Ant tasks. It’s going to be a nice challenge to set this all up. :-)