[JBoss JIRA] (JBIDE-15714) Dynamic content assist for AngularJS expressions in html files
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15714?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov commented on JBIDE-15714:
------------------------------------------------
I implement a Visual Editor browser initialization. The problem are:
# if we initialize browser on CA request, Content Assist will not give user any proposal at the first time. But will give some seconds after. The problem is that there is not enough time for browser to set URL.
# if we refresh browser on CA request, CA will give user incorrect proposal. But will give some seconds after. The problem is that there is not enough time to perform a refresh.
Problem 2 can be easily fixed with doing a refresh-on-change(like we do for visual editor) when CA for angularJS files is enabled(you call content assist for angularjs - you activate "autorefresh"). Problem 1 can be fixed with non-lazy initialization, but [~akazakov] doesn't like this approach.
See http://www.screencast.com/t/kFwHx92m
> Dynamic content assist for AngularJS expressions in html files
> --------------------------------------------------------------
>
> Key: JBIDE-15714
> URL: https://issues.jboss.org/browse/JBIDE-15714
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Priority: Critical
> Labels: new_and_noteworthy
> Fix For: 4.3.0.Alpha2
>
> Attachments: Diagram.gliffy, vpe.png
>
>
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBIDE-16220) create an all-in-one build for JBT projects, using submodules
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16220?page=com.atlassian.jira.plugi... ]
Denis Golovin commented on JBIDE-16220:
---------------------------------------
Latest development is in https://github.com/dgolovin/jbosstools-releng
> create an all-in-one build for JBT projects, using submodules
> -------------------------------------------------------------
>
> Key: JBIDE-16220
> URL: https://issues.jboss.org/browse/JBIDE-16220
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build
> Affects Versions: 4.2.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Denis Golovin
> Fix For: 4.3.x
>
> Attachments: buildlog_maven311.txt
>
>
> Git 1.8.2 includes an option to have submodules track a branch tip, rather than specific commit IDs.
> {code:title=https://github.com/git/git/blob/master/Documentation/RelNotes/1.8.2.txt#L186-L188}
> "git submodule" started learning a new mode to integrate with the
> tip of the remote branch (as opposed to integrating with the commit
> recorded in the superproject's gitlink).
> {code}
> Therefore, while the solution [~dgolovin] has for his https://github.com/dgolovin/jbosstools-releng project is a decent option, it requires updating to stay current with branch tips. It's therefore only really as useful as it stays current.
> If we can get Git 1.8.2 or newer installed on the Jenkins slaves, we could do a submodule build against whatever branch we wanted - master, 4.2.0.Alpha1x, etc.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBIDE-16220) create an all-in-one build for JBT projects, using submodules
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16220?page=com.atlassian.jira.plugi... ]
Denis Golovin updated JBIDE-16220:
----------------------------------
Description:
Git 1.8.2 includes an option to have submodules track a branch tip, rather than specific commit IDs.
{code:title=https://github.com/git/git/blob/master/Documentation/RelNotes/1.8.2.txt#L186-L188}
"git submodule" started learning a new mode to integrate with the
tip of the remote branch (as opposed to integrating with the commit
recorded in the superproject's gitlink).
{code}
Therefore, while the solution [~dgolovin] has for his https://github.com/dgolovin/jbosstools-releng project is a decent option, it requires updating to stay current with branch tips. It's therefore only really as useful as it stays current.
If we can get Git 1.8.2 or newer installed on the Jenkins slaves, we could do a submodule build against whatever branch we wanted - master, 4.2.0.Alpha1x, etc.
was:
Git 1.8.2 includes an option to have submodules track a branch tip, rather than specific commit IDs.
{code:title=https://github.com/git/git/blob/master/Documentation/RelNotes/1.8.2.txt#L186-L188}
"git submodule" started learning a new mode to integrate with the
tip of the remote branch (as opposed to integrating with the commit
recorded in the superproject's gitlink).
{code}
Therefore, while the solution [~dgolovin] has for his https://github.com/dgolovin/jbosstools-relen project is a decent option, it requires updating to stay current with branch tips. It's therefore only really as useful as it stays current.
If we can get Git 1.8.2 or newer installed on the Jenkins slaves, we could do a submodule build against whatever branch we wanted - master, 4.2.0.Alpha1x, etc.
> create an all-in-one build for JBT projects, using submodules
> -------------------------------------------------------------
>
> Key: JBIDE-16220
> URL: https://issues.jboss.org/browse/JBIDE-16220
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build
> Affects Versions: 4.2.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Denis Golovin
> Fix For: 4.3.x
>
> Attachments: buildlog_maven311.txt
>
>
> Git 1.8.2 includes an option to have submodules track a branch tip, rather than specific commit IDs.
> {code:title=https://github.com/git/git/blob/master/Documentation/RelNotes/1.8.2.txt#L186-L188}
> "git submodule" started learning a new mode to integrate with the
> tip of the remote branch (as opposed to integrating with the commit
> recorded in the superproject's gitlink).
> {code}
> Therefore, while the solution [~dgolovin] has for his https://github.com/dgolovin/jbosstools-releng project is a decent option, it requires updating to stay current with branch tips. It's therefore only really as useful as it stays current.
> If we can get Git 1.8.2 or newer installed on the Jenkins slaves, we could do a submodule build against whatever branch we wanted - master, 4.2.0.Alpha1x, etc.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBIDE-16220) create an all-in-one build for JBT projects, using submodules
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16220?page=com.atlassian.jira.plugi... ]
Denis Golovin updated JBIDE-16220:
----------------------------------
Description:
Git 1.8.2 includes an option to have submodules track a branch tip, rather than specific commit IDs.
{code:title=https://github.com/git/git/blob/master/Documentation/RelNotes/1.8.2.txt#L186-L188}
"git submodule" started learning a new mode to integrate with the
tip of the remote branch (as opposed to integrating with the commit
recorded in the superproject's gitlink).
{code}
Therefore, while the solution [~dgolovin] has for his https://github.com/dgolovin/jbosstools-relen project is a decent option, it requires updating to stay current with branch tips. It's therefore only really as useful as it stays current.
If we can get Git 1.8.2 or newer installed on the Jenkins slaves, we could do a submodule build against whatever branch we wanted - master, 4.2.0.Alpha1x, etc.
was:
Git 1.8.2 includes an option to have submodules track a branch tip, rather than specific commit IDs.
{code:title=https://github.com/git/git/blob/master/Documentation/RelNotes/1.8.2.txt#L186-L188}
"git submodule" started learning a new mode to integrate with the
tip of the remote branch (as opposed to integrating with the commit
recorded in the superproject's gitlink).
{code}
Therefore, while the solution [~dgolovin] has for his https://github.com/dgolovin/jbosstools-submodules project is a decent option, it requires updating to stay current with branch tips. It's therefore only really as useful as it stays current.
If we can get Git 1.8.2 or newer installed on the Jenkins slaves, we could do a submodule build against whatever branch we wanted - master, 4.2.0.Alpha1x, etc.
> create an all-in-one build for JBT projects, using submodules
> -------------------------------------------------------------
>
> Key: JBIDE-16220
> URL: https://issues.jboss.org/browse/JBIDE-16220
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: build
> Affects Versions: 4.2.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Denis Golovin
> Fix For: 4.3.x
>
> Attachments: buildlog_maven311.txt
>
>
> Git 1.8.2 includes an option to have submodules track a branch tip, rather than specific commit IDs.
> {code:title=https://github.com/git/git/blob/master/Documentation/RelNotes/1.8.2.txt#L186-L188}
> "git submodule" started learning a new mode to integrate with the
> tip of the remote branch (as opposed to integrating with the commit
> recorded in the superproject's gitlink).
> {code}
> Therefore, while the solution [~dgolovin] has for his https://github.com/dgolovin/jbosstools-relen project is a decent option, it requires updating to stay current with branch tips. It's therefore only really as useful as it stays current.
> If we can get Git 1.8.2 or newer installed on the Jenkins slaves, we could do a submodule build against whatever branch we wanted - master, 4.2.0.Alpha1x, etc.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBDS-3361) Cannot install JBDS 8.0.2.GA in offline mode
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3361?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-3361:
--------------------------------
Fix Version/s: 9.0.0.Alpha2
> Cannot install JBDS 8.0.2.GA in offline mode
> --------------------------------------------
>
> Key: JBDS-3361
> URL: https://issues.jboss.org/browse/JBDS-3361
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: updatesite
> Affects Versions: 8.0.2.GA
> Reporter: Tomáš Sedmík
> Assignee: Denis Golovin
> Priority: Blocker
> Fix For: 9.0.0.Alpha2
>
>
> Cannot install JBDS 8.0.2.GA in offline mode - see the problem
> {code:borderStyle=solid}
> Cannot complete the install because one or more required items could not be found.
> Software being installed: JBoss Developer Studio (Core Features) 8.0.2.GA-v20150114-2029-B382 (com.jboss.devstudio.core.feature.feature.group 8.0.2.GA-v20150114-2029-B382)
> Missing requirement: JBoss Developer Studio (Core Features) 8.0.2.GA-v20150114-2029-B382 (com.jboss.devstudio.core.feature.feature.group 8.0.2.GA-v20150114-2029-B382) requires 'org.eclipse.core.runtime.compatibility.auth 0.0.0' but it could not be found
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBIDE-19566) Central allows to "Update" items with no updates available, then produces an error
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19566?page=com.atlassian.jira.plugi... ]
Mickael Istria updated JBIDE-19566:
-----------------------------------
Fix Version/s: 4.3.0.Alpha2
> Central allows to "Update" items with no updates available, then produces an error
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-19566
> URL: https://issues.jboss.org/browse/JBIDE-19566
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.2.3.CR1
> Reporter: Jan Richter
> Assignee: Mickael Istria
> Fix For: 4.3.0.Alpha2
>
>
> It is possible to select installed items in central before it finishes checking for their updates. Clicking "Update" will then produce an error:
> Problems occurred while performing installation: There are no connectors to install
> There are no connectors to install
> I understand it is trying to say there is nothing to update, but I would expect a more user friendly response.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBIDE-19566) Central allows to "Update" items with no updates available, then produces an error
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19566?page=com.atlassian.jira.plugi... ]
Mickael Istria updated JBIDE-19566:
-----------------------------------
Project: Tools (JBoss Tools) (was: Developer Studio (JBoss Developer Studio))
Key: JBIDE-19566 (was: JBDS-3381)
Workflow: GIT Pull Request workflow (was: CDW v1)
Status: Open (was: New)
Affects Version/s: 4.2.3.CR1
(was: 8.1.0.CR1)
Component/s: central
(was: central)
Docs QE Status: (was: NEW)
Target Release: (was: 9.0.0.GA)
> Central allows to "Update" items with no updates available, then produces an error
> ----------------------------------------------------------------------------------
>
> Key: JBIDE-19566
> URL: https://issues.jboss.org/browse/JBIDE-19566
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.2.3.CR1
> Reporter: Jan Richter
> Assignee: Mickael Istria
>
> It is possible to select installed items in central before it finishes checking for their updates. Clicking "Update" will then produce an error:
> Problems occurred while performing installation: There are no connectors to install
> There are no connectors to install
> I understand it is trying to say there is nothing to update, but I would expect a more user friendly response.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (JBIDE-19425) Error when loading projects in Central with Java 9
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19425?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-19425:
-------------------------------------
Wait, JAXB classes are not available from JDK9???
> Error when loading projects in Central with Java 9
> --------------------------------------------------
>
> Key: JBIDE-19425
> URL: https://issues.jboss.org/browse/JBIDE-19425
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.3.0.Alpha1
> Reporter: Martin Malina
> Assignee: Fred Bricon
> Labels: Java9
> Fix For: 4.3.x
>
>
> Today I wanted to try out the latest build of Oracle JDK 1.9 beta and discovered a problem with central.
> When I started JBDS, I immediately got an error window pop up:
> {code}
> Refreshing JBoss Tutorials... has encountered a problem.
> An internal error occurred during: "Refreshing JBoss Tutorials...".
> javax/xml/bind/JAXBException
> {code}
> This is in the workspace log:
> {code}
> !ENTRY org.eclipse.core.jobs 4 2 2015-03-10 17:12:52.346
> !MESSAGE An internal error occurred during: "Refreshing JBoss Tutorials...".
> !STACK 0
> java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
> at org.jboss.tools.project.examples.model.ProjectExampleUtil.fetchCategories(ProjectExampleUtil.java:389)
> at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjects(ProjectExampleUtil.java:266)
> at org.jboss.tools.project.examples.model.ProjectExampleUtil.getProjects(ProjectExampleUtil.java:257)
> at org.jboss.tools.central.jobs.RefreshTutorialsJob.run(RefreshTutorialsJob.java:52)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXBException cannot be found by org.jboss.tools.project.examples_3.0.0.Alpha1-v20150213-0945-B3
> at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:439)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:352)
> at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:344)
> at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
> ... 5 more
> {code}
> I used JBDS 9.0.0.Alpha1 installed on OS X 10.10 Yosemite with Oracle JDK 1.9:
> {code}
> nattura:9.0.0 rasp$ java -version
> java version "1.9.0-ea"
> Java(TM) SE Runtime Environment (build 1.9.0-ea-b53)
> Java HotSpot(TM) 64-Bit Server VM (build 1.9.0-ea-b53, mixed mode)
> {code}
> The consequence of this is that the "Start from scratch" section in Central is not loaded and shows "No entries found".
> Note: When I installed the same JBDS with Java 8, there was no error.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years