posted 18 years ago
This probably isn't ant-like, I'd like to hear suggestions.
I have several projects each with a build.xml file in the same relative place, and each build.xml has a task called (shock) "build". I want to be able to fetch each project out of CVS and invoke each project's build file.
Here's what I have which doesn't work:
The idea was to use 'go' as a subroutine, effectively. But it looks like once 'go' has been invoked once it doesn't get invoked again.
Antcall seems like real overkill. Can someone suggest a more elegant method?