You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "dion gillard (JIRA)" <ji...@codehaus.org> on 2006/01/12 05:57:02 UTC

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

     [ 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