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 "Eric Lapierre (JIRA)" <ca...@jakarta.apache.org> on 2005/04/21 16:11:24 UTC

[jira] Created: (CACTUS-205) Most of the maven properties for ant:javac are ignored

Most of the maven properties  for ant:javac are ignored 
--------------------------------------------------------

         Key: CACTUS-205
         URL: http://issues.apache.org/jira/browse/CACTUS-205
     Project: Cactus
        Type: Bug
  Components: Maven Integration  
    Versions: 1.7    
    Reporter: Eric Lapierre


I am setting the maven.compile.source=1.4 and maven.compile.target=1.4 properties as part of our upgrade to jre 1.5.  However, the cactus plugin ignores these settings.

 

-- 
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
-
For more information on JIRA, 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


[jira] Assigned: (CACTUS-205) Most of the maven properties for ant:javac are ignored

Posted by "Vincent Massol (JIRA)" <ca...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/CACTUS-205?page=all ]

Vincent Massol reassigned CACTUS-205:
-------------------------------------

    Assign To: Vincent Massol

> Most of the maven properties  for ant:javac are ignored
> -------------------------------------------------------
>
>          Key: CACTUS-205
>          URL: http://issues.apache.org/jira/browse/CACTUS-205
>      Project: Cactus
>         Type: Bug
>   Components: Maven Integration
>     Versions: 1.7
>     Reporter: Eric Lapierre
>     Assignee: Vincent Massol
>  Attachments: cactus.plugin.jelly.patch.zip
>
> I am setting the maven.compile.source=1.4 and maven.compile.target=1.4 properties as part of our upgrade to jre 1.5.  However, the cactus plugin ignores these settings.
>  

-- 
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
-
For more information on JIRA, 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


[jira] Updated: (CACTUS-205) Most of the maven properties for ant:javac are ignored

Posted by "Eric Lapierre (JIRA)" <ca...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/CACTUS-205?page=all ]

Eric Lapierre updated CACTUS-205:
---------------------------------

    Attachment: cactus.plugin.jelly.patch.zip

  The problem is related to the way the tests are written:
 <j:if test="${pom.getPluginContext('maven-java-plugin').getVariable(
'maven.compile.source')}">

instead of:
  <j:if test="${pom.getPluginContext('maven-java-plugin').getVariable(
'maven.compile.source') != null}">

> Most of the maven properties  for ant:javac are ignored
> -------------------------------------------------------
>
>          Key: CACTUS-205
>          URL: http://issues.apache.org/jira/browse/CACTUS-205
>      Project: Cactus
>         Type: Bug
>   Components: Maven Integration
>     Versions: 1.7
>     Reporter: Eric Lapierre
>  Attachments: cactus.plugin.jelly.patch.zip
>
> I am setting the maven.compile.source=1.4 and maven.compile.target=1.4 properties as part of our upgrade to jre 1.5.  However, the cactus plugin ignores these settings.
>  

-- 
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
-
For more information on JIRA, 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


[jira] Assigned: (CACTUS-205) Most of the maven properties for ant:javac are ignored

Posted by "Vincent Massol (JIRA)" <ca...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/CACTUS-205?page=all ]

Vincent Massol reassigned CACTUS-205:
-------------------------------------

    Assign To:     (was: Vincent Massol)

unassigning myself as I'm not active on this.

> Most of the maven properties  for ant:javac are ignored
> -------------------------------------------------------
>
>          Key: CACTUS-205
>          URL: http://issues.apache.org/jira/browse/CACTUS-205
>      Project: Cactus
>         Type: Bug

>   Components: Maven Integration
>     Versions: 1.7
>     Reporter: Eric Lapierre
>  Attachments: cactus.plugin.jelly.patch.zip
>
> I am setting the maven.compile.source=1.4 and maven.compile.target=1.4 properties as part of our upgrade to jre 1.5.  However, the cactus plugin ignores these settings.
>  

-- 
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
-
For more information on JIRA, 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