Ant: how can I perform tasks on several projects

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.

+3
source share

Source: https://habr.com/ru/post/1773957/


All Articles