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/30 19:17:46 UTC

[PATCH] Add fork attribute to Javac

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).