You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2009/07/07 19:22:14 UTC

[jira] Resolved: (FELIX-1304) Better support for variables evaluation in arguments

     [ https://issues.apache.org/jira/browse/FELIX-1304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved FELIX-1304.
------------------------------------

    Resolution: Fixed
      Assignee: Guillaume Nodet

URL: http://svn.apache.org/viewvc?rev=791913&view=rev


> Better support for variables evaluation in arguments
> ----------------------------------------------------
>
>                 Key: FELIX-1304
>                 URL: https://issues.apache.org/jira/browse/FELIX-1304
>             Project: Felix
>          Issue Type: Improvement
>          Components: Gogo
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>
> Currently, gogo will split arguments each time a ${xx} or <x> is encountered.
> Also, there's no support for evaluation of variables inside quotes.
> The goal would be to support things like:
>   a = 1; b = 2; echo $a$b
> which would evaluate as "12" instead of "1 2"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.