You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-user@ant.apache.org by "Wall, Tyler (EXP)" <ty...@lmco.com> on 2010/11/08 15:49:01 UTC

buildlist root filter

Hey All,

I'm looking to pre generate a list of upstream/downstream dependencies on a per module basis.

I can run ivy:buildlist with a different root/leaf filter for each module but this seems like a lot of repeated work.

Is there any way to do this in a single buildlist call?

 I currently multithread it through a python script and use the listing to allow parallel builds of non conflicting trees.

Thanks,

Tyler