This post originated from an RSS feed registered with Java Buzz
by Fred Grott.
Original Post: Building a Build System
Feed Title: ShareMe Technologies LLC-The Mobile Future
Feed URL: http://www.jroller.com/shareme/feed/entries/rss
Feed Description: A Weblog about Java programming and digital convergence on mobile devices in such areas as P2P and collaborative technology.
I am tasked or I volunteered to build a build system that handles some tightly coupled build artifacts between both the master build and subproject builds. The components I decided to use are:
What I like about Antlion is that I can integrate it with either Apache IVY or Apache Maven. And what I liek abotu Antxtras is that I can stucutre the build systemto be testable and that the other build system artifacts beyond the normal build artifacts can be now artifact'd and thus re-used again and again.