You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "J. Michael Caine" <jm...@alum.rpi.edu> on 2000/12/05 06:47:53 UTC

recursive builds (revisited?)

i'm new to this list.

i see a few recent messages (in the archives) on recursive builds and the
likes, but i'm still unclear.  is there any way i could _automatically_ run
(ant) build.xml or *.xml files in subdirectories of a tree?  i might expect
the task <ant> to say something like:
	antfiles	the build file(s) to use (pattern allowed)....

so that i could run a bunch of sub-projects' ant files.

what's my alternative?