[jbosstools-issues] [JBoss JIRA] (JBIDE-18341) angularjs not getting activated

Victor Rubezhny (JIRA) issues at jboss.org
Wed Sep 17 17:33:03 EDT 2014


    [ https://issues.jboss.org/browse/JBIDE-18341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13003662#comment-13003662 ] 

Victor Rubezhny commented on JBIDE-18341:
-----------------------------------------

I've made the PR in order to fix this exception (and probably the whole issue) problem: https://github.com/angelozerr/tern.java/issues/119

The reason is that the .tern-project is not saved when the only a plug-in is added when configuring the Angular Project (in our case).

Angular is configured later than other features. So, at the very start we have Cordova Adapter that configures two libs (ecma5 and browser) and one plug-in (cordovajs) in Tern Project and then saves that project into ..tern-project file.
After that the Angular stuff is going to be configured so it adds the only one new plug-in (angular) into existing Tern Project. But because of the issue, this updated Tern Project is not getting saved into .tern-project file. So, we have non-working angular stuff and the given exception in the error log as the result.


> angularjs not getting activated
> -------------------------------
>
>                 Key: JBIDE-18341
>                 URL: https://issues.jboss.org/browse/JBIDE-18341
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: jsp/jsf/xml/html source editing
>    Affects Versions: 4.2.0.CR1
>            Reporter: Max Rydahl Andersen
>            Assignee: Alexey Kazakov
>            Priority: Blocker
>             Fix For: 4.2.0.CR2
>
>
> [~burrsutter] and [~sebastienblanc] reports angularjs is not getting activated in latest build. 
> need to test since if not that seems like a blocker. 



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the jbosstools-issues mailing list