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:21:43 UTC

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

Forgot a file before...

> -----Original Message-----
> From: Brian Deitte [mailto:bdeitte@macromedia.com]
> Sent: Monday, July 30, 2001 1:18 PM
> To: 'ant-dev@jakarta.apache.org'
> Subject: [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).
> 
>