maven.compile.[target|source] usage incorrect
---------------------------------------------

         Key: CACTUS-161
         URL: http://nagoya.apache.org/jira/browse/CACTUS-161
     Project: Cactus
        Type: Bug
  Components: Maven Integration  
    Versions: 1.7    
    Reporter: Brett Porter
    Priority: Blocker


in cactus:compile,

use of target="...maven.compile.target..." is incorrect, as 
maven.compile.target can be empty, and is by default in Maven 1.0.2.

Instead, should conditionally use <setproperty />, as is done for 
maven.compile.source later.

Also, source is now duplicated by the source="..." parameter to javac. It 
should be removed, and rely on the later property setting.

Let me know if this isn't clear, I'll do a patch.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to