[ 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to