[forge-issues] [JBoss JIRA] Updated: (SEAMFORGE-321) FSH parser interprets '=' and '@' as an MVEL commands, cannot be used in normal commands without "quoting it"
Lincoln Baxter III (JIRA)
jira-events at lists.jboss.org
Thu Sep 22 14:29:26 EDT 2011
[ https://issues.jboss.org/browse/SEAMFORGE-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lincoln Baxter III updated SEAMFORGE-321:
-----------------------------------------
Summary: FSH parser interprets '=' and '@' as an MVEL commands, cannot be used in normal commands without "quoting it" (was: FSH parser interprets '=' as an MVEL command, cannot be used in normal commands without "quoting it")
> FSH parser interprets '=' and '@' as an MVEL commands, cannot be used in normal commands without "quoting it"
> -------------------------------------------------------------------------------------------------------------
>
> Key: SEAMFORGE-321
> URL: https://issues.jboss.org/browse/SEAMFORGE-321
> Project: Seam Forge
> Issue Type: Bug
> Components: Forge Scripting Language
> Affects Versions: 1.0.0.Beta2
> Reporter: Lincoln Baxter III
> Assignee: Mike Brock
> Fix For: 1.0.0.Final
>
>
> {code}$ alias foo=echo foo{code}
> causes MVEL exception "alias cannot be resolved."
> works with quotes, however
> {code}$ alias "foo=echo foo"{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the forge-issues
mailing list