Stefan Bodewig wrote: > > Maybe this is because it is not intended to be used that > way. What is the benefit of using <java> instead of > <exec> in a situation like this?
Performance. No new JVM. As an example, note how much faster javac is when run by Ant than when run by make. - Sam Ruby
