You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by "Vincent Massol (JIRA)" <ca...@jakarta.apache.org> on 2005/01/27 22:17:52 UTC

[jira] Closed: (CACTUS-156) javac settings

     [ http://issues.apache.org/jira/browse/CACTUS-156?page=history ]
     
Vincent Massol closed CACTUS-156:
---------------------------------


> javac settings
> --------------
>
>          Key: CACTUS-156
>          URL: http://issues.apache.org/jira/browse/CACTUS-156
>      Project: Cactus
>         Type: Bug
>   Components: Other
>     Reporter: Henner Kollmann
>     Assignee: Vincent Massol
>      Fix For: 1.7

>
> I think the maven plugin should use the same compile flags then the java task.
> In the plugin.jelly is missing the option for the souzrce compatibility. So i patched this.
> Regards,
> Henner Kollmann
> ======================================================================================================
> --- plugin.jelly.orig	2004-11-09 22:38:44.000000000 +0100
> +++ plugin.jelly	2004-11-14 09:45:19.921875000 +0100
> @@ -183,6 +183,7 @@
>              debug="${pom.getPluginContext('maven-java-plugin').getVariable('maven.compile.debug')}"
>              deprecation="${pom.getPluginContext('maven-java-plugin').getVariable('maven.compile.deprecation')}"
>              target="${pom.getPluginContext('maven-java-plugin').getVariable('maven.compile.target')}"
> +            source="${pom.getPluginContext('maven-java-plugin').getVariable('maven.compile.source')}"
>              optimize="${pom.getPluginContext('maven-java-plugin').getVariable('maven.compile.optimize')}">
>  
>            <ant:src path="${cactus.src.dir}"/>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org