Sure, have a look at the ant-task ivy:buildlist.
Furthermore, you can use the properties "module", "leaf" and "restartfrom"
to tune and trim the list of buildfiles that you can then execute in a
subant task.

Regards,
Marc


2014-01-29 KARR, DAVID <dk0...@att.com>

> With Maven, the modules listed in an aggregator POM are not built in the
> order they appear in the list, they are built in the "right" order
> depending on the dependency relationship between the modules.  Essentially,
> the "next" module to be built is the one with no afferent dependencies from
> any other module in the list (of the ones remaining to be built).
>
> Does Apache Ivy provide anything like this, if only the ability to
> generate some of the required pieces, to be assembled somehow?
>

Reply via email to