Entries Comments



Good Post on Using Ant for Solid Build Process

20 June, 2008 (14:35) | Coding | By: Benjamin

I use Ant for my Java projects. It’s a great and powerfule build too. However, there’s always more than can be done to improve the quality of the build process.

I found this nice article that gives some good examples of a complete build process with Ant: dev, test, prod, etc.

Write a comment