I am currently working on a project that includes many subprojects that have the same directory structure. I would like to configure a system in which I can run ant build, and ant will go through each folder and run it in each of the folders.
There are several tasks like this, except compilation, which I need to perform on each of the subprojects.
Is there already a method for this? Do I need to resort to scripting solutions?
Thank.
source
share