Sam Ruby <[EMAIL PROTECTED]> wrote: > 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.
I know that 8-). I just thought java -jar some.jar won't work with the current <java> task (and never did) when using fork="false". Stefan
