J.W. Janssen created FELIX-4697: ----------------------------------- Summary: 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)