How to create a function or script in ant file?

in my ant script I want to execute part of the code twice. Exactly the same code. So I thought: is there a way to create a function call in ant?

Thanks, Conclusion.

+4
source share
1 answer

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


All Articles