Is it possible to execute Apache Ant build tool in a validation ode?
e.g to process a build.xml file and expand all the ${} variables etc but not actually build the target java projects?
i just need the completed xml build file with all the substitutions completed so that i can see the exact locations of source and jar files etc.
so that entries like "value="${aaa.bbb.cc}/Impl.jar"/>"
are expanded to "value="AnApplication/lib/Impl.jar"/>"