You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Cristiano Gavião (JIRA)" <ji...@apache.org> on 2014/12/26 05:55:13 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=14258924#comment-14258924 ] 

Cristiano Gavião commented on FELIX-4697:
-----------------------------------------

I got the  EOFException: unexpected EOT looking for matching ')' when tried 0.14.0 with Equinox. I had to comeback to 0.12.1 then. 

> 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)