Ok, so, this is where I'm trying to put things together conveniently.....
In another
thread, I got my build targets to work, with their slightly different classpath requirements, by doing the following (and of course, in this case, Project-1 MUST be compiled before Project-2):
All well and good. However, what I'd ideally like to do is something like this:
Note the commented out stuff - all the
somehow do somethings... Is it possible to do what I want without this being an enormous mess? Or is it just easier to do the classpath as I've done in the first example, and not bother with the
antcall stuff in this case.