I have a bunch of modules which I'd like to all have their own ant build files. However, modules have dependencies on other modules. What's the best way to define dependencies between build files?
I've looked at the <import>, <ant>, and <antcall> tasks, but it seems like maybe there's a better way to do this.