You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Marcel Offermans (JIRA)" <ji...@apache.org> on 2014/11/13 17:10:37 UTC

[jira] [Commented] (FELIX-4697) Error parsing the default gosh_profile.

    [ https://issues.apache.org/jira/browse/FELIX-4697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14209950#comment-14209950 ] 

Marcel Offermans commented on FELIX-4697:
-----------------------------------------

Should we re-open that issue and figure out a different way of implementing it?

> Error parsing the default gosh_profile.
> ---------------------------------------
>
>                 Key: FELIX-4697
>                 URL: https://issues.apache.org/jira/browse/FELIX-4697
>             Project: Felix
>          Issue Type: Bug
>          Components: Gogo Runtime
>    Affects Versions: gogo.runtime-0.14.0
>            Reporter: J.W. Janssen
>
> It appears that the implementation of FELIX-4671 has caused an unexpected side-effect in the parsing of the default {{gosh_profile}}. More specifically: the Tokenizer now bails out on the following expression:
> {code}
>     addcommand system (((${.context} bundles) 0) loadclass java.lang.System)
> {code}
> The reason for this is that the {{((}} makes the Tokenizer believe that it should keep parsing until {{))}} is found, which isn't the case in the above situation. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)