We also use a Hudson instance to do all of our continuous building. The whole company is getting on the bandwagon and we already have over 200 jobs of all sorts building all the time.
Hudson pulls source from a Perforce repository. Nearly all builds are Ant based--all those that are Java are at least. Many are also using Ivy for dependency management, and I/we are converting more all the time. For the binary artifact repository we are using Artifactory, and the Ivy tasks in the build publish snapshots directly to it. This is mostly modules that contain libraries as jars, but also webapps as wars, and other zip bundles of stand-alone Java apps. I still need to automate the release step to allow Hudson+Human to easily publish released modules to the repository. We're also building RPMs using Hudson, and hopefully soon also DEBs, and AMIs. -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
