Java Mailing List Archive

http://www.ant-tasks.com/

Apache Ant Archive

» Ant Users List
» Ant Developers List
Managing project dependencies

Managing project dependencies

2005-05-09       - By Joe Schmetzer

I currently maintain a number of interdependent projects using Ant. Each
project has it's own build script, importing common targets, but also
ensuring that any dependant projects are built first. I manage project
build dependencies using a combination of imports of shared dependency
declarations and <antcall>. I haven't actually seen this technique
documented anywhere else, so I wrote up my notes here:

  http://www.exubero.com/ant/dependencies.html

I'd be interested in getting feedback on this article from this list, if
anyone has any thoughts on how to improve it. Alternatively, are there
better ways to achieve the same result?

Cheers,
Joe


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)


©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.