I have a bunch of java-projects, each project has a build.xml-file.
Now what I usually do is build project A and then deploy project A using a different build-xml file that's in another java-project.
Is there a nifty way of specifying what targets and what files I want to run, and in what particular order I want to run them?
Thanks!