build

Good Post on Using Ant for Solid Build Process

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.