You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Jason Dillon (JIRA)" <ji...@codehaus.org> on 2005/08/05 22:16:57 UTC

[jira] Created: (MAVEN-1658) Maven jelly set tag setValue() should take an Object not a String

Maven jelly set tag setValue() should take an Object not a String
-----------------------------------------------------------------

         Key: MAVEN-1658
         URL: http://jira.codehaus.org/browse/MAVEN-1658
     Project: maven
        Type: Improvement
  Components: jelly/ant integration  
    Versions: 1.1-beta-1    
 Reporter: Jason Dillon


org.apache.maven.jelly.tags.maven.SetTag.setValue() currently takes a String, when it should really take an Object.

Because it takes a string it is impossible to say, pass a List to a plugin (like for example to pass a plugin the results of a rector run).

Simply changing "value" from a String to an Object resolves this problem and makes the <maven:set> and <maven:get> tags 10x more useful.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (MAVEN-1658) Maven jelly set tag setValue() should take an Object not a String

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVEN-1658?page=all ]

Brett Porter updated MAVEN-1658:
--------------------------------

    Fix Version: 1.1-beta-2

> Maven jelly set tag setValue() should take an Object not a String
> -----------------------------------------------------------------
>
>          Key: MAVEN-1658
>          URL: http://jira.codehaus.org/browse/MAVEN-1658
>      Project: maven
>         Type: Improvement
>   Components: jelly/ant integration
>     Versions: 1.1-beta-1
>     Reporter: Jason Dillon
>      Fix For: 1.1-beta-2

>
>
> org.apache.maven.jelly.tags.maven.SetTag.setValue() currently takes a String, when it should really take an Object.
> Because it takes a string it is impossible to say, pass a List to a plugin (like for example to pass a plugin the results of a rector run).
> Simply changing "value" from a String to an Object resolves this problem and makes the <maven:set> and <maven:get> tags 10x more useful.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Closed: (MAVEN-1658) Maven jelly set tag setValue() should take an Object not a String

Posted by "Lukas Theussl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVEN-1658?page=all ]
     
Lukas Theussl closed MAVEN-1658:
--------------------------------

    Resolution: Fixed

Patch applied, thanks!

> Maven jelly set tag setValue() should take an Object not a String
> -----------------------------------------------------------------
>
>          Key: MAVEN-1658
>          URL: http://jira.codehaus.org/browse/MAVEN-1658
>      Project: Maven
>         Type: Improvement

>   Components: jelly/ant integration
>     Versions: 1.1-beta-1
>     Reporter: Jason Dillon
>      Fix For: 1.1-beta-3
>  Attachments: maven1658-patch.txt
>
>
> org.apache.maven.jelly.tags.maven.SetTag.setValue() currently takes a String, when it should really take an Object.
> Because it takes a string it is impossible to say, pass a List to a plugin (like for example to pass a plugin the results of a rector run).
> Simply changing "value" from a String to an Object resolves this problem and makes the <maven:set> and <maven:get> tags 10x more useful.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Updated: (MAVEN-1658) Maven jelly set tag setValue() should take an Object not a String

Posted by "dion gillard (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MAVEN-1658?page=all ]

dion gillard updated MAVEN-1658:
--------------------------------

    Attachment: maven1658-patch.txt

> Maven jelly set tag setValue() should take an Object not a String
> -----------------------------------------------------------------
>
>          Key: MAVEN-1658
>          URL: http://jira.codehaus.org/browse/MAVEN-1658
>      Project: Maven
>         Type: Improvement

>   Components: jelly/ant integration
>     Versions: 1.1-beta-1
>     Reporter: Jason Dillon
>      Fix For: 1.1-beta-3
>  Attachments: maven1658-patch.txt
>
>
> org.apache.maven.jelly.tags.maven.SetTag.setValue() currently takes a String, when it should really take an Object.
> Because it takes a string it is impossible to say, pass a List to a plugin (like for example to pass a plugin the results of a rector run).
> Simply changing "value" from a String to an Object resolves this problem and makes the <maven:set> and <maven:get> tags 10x more useful.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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