You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Miguel Angel Alonso <mi...@altana.es> on 2003/05/19 13:27:31 UTC

Option fork in goal java:compile

Hi,
 
The implementation of goal java:compile has a mistake in the version beta 9.
 
In the line 59 of file ${maven-1.0-beta-9}/plugins/maven-java-plugin-1.3/plugin.jelly the target javac has the option fork="true" and then, in the line 105 is the option
          <j:if test="${context.getVariable('maven.compile.fork') != null}">
            <ant:setProperty name="fork" value="${maven.compile.fork}" />
          </j:if>

To correct the mistaque, the option fork="true" of target javac in the line 59 must be cleaned.
 
Cheers,
 
Miguel Ángel Alonso
 

Re: Option fork in goal java:compile

Posted by di...@multitask.com.au.
I couldn't find this issue in the current source code....
--
dIon Gillard, Multitask Consulting
Blog:      http://www.freeroller.net/page/dion/Weblog
Work:      http://www.multitask.com.au


"Miguel Angel Alonso" <mi...@altana.es> wrote on 19/05/2003 
09:27:31 PM:

> Hi,
> 
> The implementation of goal java:compile has a mistake in the version 
beta 9.
> 
> In the line 59 of file ${maven-1.0-beta-9}/plugins/maven-java-
> plugin-1.3/plugin.jelly the target javac has the option fork="true" 
> and then, in the line 105 is the option
>           <j:if test="${context.getVariable('maven.compile.fork') != 
null}">
>             <ant:setProperty name="fork" value="${maven.compile.fork}" 
/>
>           </j:if>
> 
> To correct the mistaque, the option fork="true" of target javac in the
> line 59 must be cleaned.
> 
> Cheers,
> 
> Miguel Ángel Alonso
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org