You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Brian Deitte <bd...@macromedia.com> on 2001/07/31 16:59:40 UTC

[PATCH] Add fork attribute to Javac (take 3)

Fixed log and provided documentation.  Should be my last take, sorry about
that, Brian

> The following patch adds a fork attribute to the javac task.  
> If you set
> fork="true", javac will be called through exec rather than 
> run internally.
> This will get rid of the jzentry problem (bug 1035).