Java and the Build Process
On Wednesday evening I attended my first London Java Community meeting, the subject of which was the build process. We had a presentation on Ant, Antelope, Maven, Gant and Hudson. After the presentations was a free form discussion about various technologies, when they are appropriate to use, their benefits/short comings, etc.
The presentations were short (around 15 minutes for each topic) although the evening as a whole gave me the oppertunity to think about the build process (an area I have had a fair amount of experience in) and really to appreciate its importance.
Although each of the technologies were impressive, on my current project a lot of time and effort has been invested in creating a build process using Ant. Although it may not be perfect, it does a great job and I think it would be fairly impossible to give a good enough reason why investing time in to moving to a new technology (such as Maven) would be of significant beneft to the project…and to be honest, I don’t think I could make that case.
Sometimes when someone recommends a technology, the underlying reason for why a particular person perfers it is that they might prefer the syntax (for example a person who hates XML would surely choose Gant as a preference over Ant), but that alone is not a good enough reason as to why time and effort should be invested in the move.
I guess ultimately, if a certain technology will save you significant developer time during day to day development activites, then surely it has to be a good move. But if this is overshadowed by the cost of making the move, training developers to use the new technology and increased maintenence time due to lack of familiarality with the software, then the move isn’t going happen.
Regardless, I certainly enjoyed the oppertunity to learn about the other technologies that are out there and will keep them in mind for the future if I’m ever in a position to choose what would be used on a new project.
Get the tools and processes right at the beginning and the rest will be a piece of pi…