This post originated from an RSS feed registered with Java Buzz
by Angsuman Chakraborty.
Original Post: Gripes please: Build System
Feed Title: Simple Thoughts on Java
Feed URL: http://sedoparking.com/search/registrar.php?domain=®istrar=sedopark
Feed Description: News and views as a Software Architect and Entepreneur on Java and related Technologies.
Background: I have used ANT (yes make and its variants too) a lot, recommended it for creating our own build system at a company I worked. At that time I realized that Ant has challenges addressing the needs of enterprise wide build system. In a project project involving multiple components, which are shared, ant doesn't make it easy to inherit build files, or make it parameterized. Compiling and testing components selectively based on its dependency isn't easy to do in Ant.
Ant doesn't work well on the deployment side of the picture (yes I know it has ftp etc). After ...