[JBoss JIRA] (JBIDE-17673) Need to switch jst.jsdt to the latest tested Tern v.0.4.0.201407021311
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17673?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-17673.
-------------------------------
> Need to switch jst.jsdt to the latest tested Tern v.0.4.0.201407021311
> ----------------------------------------------------------------------
>
> Key: JBIDE-17673
> URL: https://issues.jboss.org/browse/JBIDE-17673
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Beta3
> Reporter: Victor Rubezhny
> Assignee: Victor Rubezhny
> Labels: new_and_noteworthy
> Fix For: 4.2.0.Beta3
>
>
> *Need to switch jst.jsdt to the latest tested Tern v.0.3.0. It contains few important fixes regarding cintent assist initialization and Node.js preferences like:*
> - https://github.com/angelozerr/tern.java/pull/72 -NPE in ImageResource.registerImageDescriptor()
> - https://github.com/angelozerr/tern.java/pull/80 - An embedded install of Node.js should be used by default
> - https://github.com/angelozerr/tern.java/pull/87 - Find a way to configure Tern Modules that are default for Nature Adapters defined on a project
> *Reason:*
> jbosstools-jst is going to provide integration between torn.java and jsdt. torn.java is going to be used to improve JavaScript support
> *License and owner:*
> - Root License is EPL. Owner is Angelo ZERR.
> -- core
> --- org.json.simple - EPL (included into torn-feature below)
> ---- lib/json-simple-1.1.1.jar - Apache License 2.0 (see http://www.apache.org/licenses/LICENSE-2.0.txt)
> --- org.mozilla.javascript
> ---- lib/js.jar - Mozilla Public License Version 2.0 (see http://mozilla.org/MPL/2.0/)
> --- tern.core - EPL (included into tern-feature below)
> --- tern.server.nodejs - EPL (included into tern-server-nodejs-feature below)
> ---- tern.server.nodejs/node_modules/tern/LICENSE
> ----- node_modules/acorn/LICENSE
> ------ node_modules/codemirror/LICENSE
> ------ node_modules/glob/LICENSE
> ------- node_modules/inherits/LICENSE
> ------ node_modules/minimatch/LICENSE
> ------- node_modules/lru-cache/LICENSE
> ------- node_modules/sigmund/LICENSE
> ----- node_modules/typescript/LICENSE - Apache License v. 2.0
> --- tern.eclipse.ide.server.nodejs.ui - EPL (included into tern-server-nodejs-feature below)
> -- eclipse
> --- tern.eclipse.ide.core - EPL (included into tern-feature below)
> --- tern.eclipse.ide.jsdt - EPL (included into tern-jsdt-feature below)
> --- tern.eclipse.ide.server.nodejs.core - EPL (included into tern-server-nodejs-feature below)
> --- tern.eclipse.ide.server.nodejs.ui - EPL (included into tern-server-nodejs-feature below)
> --- tern.eclipse.ide.server.nodejs.embed.linux.gtk.x86 - Supposed to be EPL but it is not included anywhere yet
> ---- node-v0.10.22-linux-x86.zip has several LICENSE files inside (download)
> ----- LICENSE
> ----- lib/node_modules/npm/LICENSE - The Artistic License 2.0
> ----- lib/node_modules/npm/node_modules/*/LICENSE
> --- tern.eclipse.ide.server.nodejs.embed.linux.gtk.x86_64 - EPL (included into tern.eclipse.linux.gtk.x86.feature below)
> ---- node-v0.10.22-linux-x86_64.zip has several LICENSE files inside (download)
> ----- LICENSE
> ----- lib/node_modules/npm/LICENSE - The Artistic License 2.0
> ----- lib/node_modules/npm/node_modules/*/LICENSE
> --- tern.eclipse.ide.server.nodejs.embed.macosx.cocoa.x86_64 - EPL (included into tern.eclipse.macosx.cocoa.x86_64.feature below)
> ---- node-v0.10.22-macosx-x86_64.zip has several LICENSE files inside (download)
> ----- LICENSE
> ----- lib/node_modules/npm - The Artistic License 2.0
> ----- lib/node_modules/npm/node_modules/*/LICENSE
> --- tern.eclipse.ide.server.nodejs.embed.win32.win32.x86 - EPL (include into tern.eclipse.win32.win32.x86.feature below)
> ---- node-v0.10.22-win32-x86.zip has no LICENSE files inside (download)
> ----- node-v0.10.22-win32-x86/node.exe - see http://nodejs.org/download/ for licensing information for node.exe.
> --- tern.eclipse.ide.server.nodejs.embed.win32.win32.x86_64 - EPL (include into tern.eclipse.win32.win32.x86.feature below)
> ---- node-v0.10.22-win32-x86_64.zip has no LICENSE files inside (download)
> ----- node-v0.10.22-win32-x86_64/node.exe - see http://nodejs.org/download/ for licensing information for node.exe.
> --- tern.eclipse.ide.tools.core - EPL (included into tern.eclipse.ide.tools.feature below)
> --- tern.eclipse.ide.tools.ui - EPL (included into tern.eclipse.ide.tools.feature below)
> --- tern.eclipse.ide.ui - EPL (included into tern-feature below)
> --- tern.eclipse - EPL (included into tern-feature below)
> -- update-site
> --- tern-feature - EPL (see licens.httml)
> --- tern-jsdt-feature - EPL (see licens.httml)
> --- tern-server-nodejs-feature - EPL (see licens.httml)
> --- tern.eclipse.ide.tools.feature - EPL (see plicense.html)
> --- tern.eclipse.linux.gtk.x86_64.feature - EPL (see license.html)
> --- tern.eclipse.macosx.cocoa.x86_64.feature - EPL (see license.html)
> --- tern.eclipse.win32.win32.x86.feature - EPL (see license.html)
> *Original repo:*
> http://oss.opensagres.fr/tern.repository/0.4.0-SNAPSHOT/
> *JBoss mirror:*
> http://downloads.jboss.org/jbosstools/updates/requirements/tern.java-0.4....
> *Sources:*
> https://github.com/angelozerr/tern.java
> *Affected projects:*
> jbosstools-jst
> jbosstools-aerogear
>
> *Include in JBDS:*
> No
> *Type of dependency:*
> distribution
> *List of bundles added/removed:*
> TBD: need to update PR to use features
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 11 months
[JBoss JIRA] (JBIDE-17594) jQuery Mobile widget: Add refs page is blank
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17594?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-17594.
-------------------------------
Verified with JBDS 8.0.0.Beta3-v20140706-0939-B172
> jQuery Mobile widget: Add refs page is blank
> --------------------------------------------
>
> Key: JBIDE-17594
> URL: https://issues.jboss.org/browse/JBIDE-17594
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Beta2
> Environment: OS X Mavericks
> Reporter: Michelle Murray
> Assignee: Viacheslav Kabanovich
> Fix For: 4.2.0.Beta3
>
> Attachments: jQMpalette_blankver.png
>
>
> Relating to the implementation of JBIDE-17032.
> I made a new HTML file with the HTML5 template. Then I tried to add the jQM 1.3 New Page widget within the <body>.
> On the first page of the wizard, the check box for insert refs is checked. I clicked Next to review the jQM versions for the refs and got a blank page.
> !jQMpalette_blankver.png|thumbnail!
> Either I don't have the option to pick ref versions in which case I shouldn't have been able to navigate to the second page of the widget. Or I should see something but I don't.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 11 months
[JBoss JIRA] (JBIDE-17579) Incorrect code formating when dropping from Palette inside a comment node
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17579?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-17579.
-------------------------------
Verified with JBDS 8.0.0.Beta3-v20140706-0939-B172
> Incorrect code formating when dropping from Palette inside a comment node
> -------------------------------------------------------------------------
>
> Key: JBIDE-17579
> URL: https://issues.jboss.org/browse/JBIDE-17579
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Daniel Azarov
> Fix For: 4.2.0.Beta3
>
>
> 1. Create the following HTML5 file:
> {code}
> <!DOCTYPE html>
> <html>
> <head>
> <title>My Page</title>
> <meta name="viewport" content="width=device-width, initial-scale=1">
> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.0-rc.1/jquery.mobile-1.4.0-rc.1.min.css" />
> <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
> <script src="http://code.jquery.com/mobile/1.4.0-rc.1/jquery.mobile-1.4.0-rc.1.min.js"></script>
> </head>
> <body>
> <div data-role="page" id="page-1">
> <div data-role="header">
> <h1>Page Title</h1>
> </div>
> <div data-role="content">
> <p>Page content goes here.</p>
> <!--comment-->
> <a href="" id="button-1" class="ui-btn ui-icon-bars ui-btn-icon-left ui-corner-all">Link button</a>
> </div>
> </div>
> </body>
> </html>
> {code}
> 2. Drop a "Button" item from JQM Palette right after the <!--comment--> node (in the end of that line)
> *Assert:*
> {code}
> ...
> <div data-role="content">
> <p>Page content goes here.</p>
> <!--comment-->
> <a href="" id="button-2" class="ui-btn ui-corner-all">Link button</a>
> <a href="" id="button-1" class="ui-btn ui-icon-bars ui-btn-icon-left ui-corner-all">Link button</a>
> </div>
> ...
> {code}
> *Failure:* (see an extra tab symbol before <a>)
> {code}
> ...
> <div data-role="content">
> <p>Page content goes here.</p>
> <!--comment-->
> <a href="" id="button-2" class="ui-btn ui-corner-all">Link button</a>
> <a href="" id="button-1" class="ui-btn ui-icon-bars ui-btn-icon-left ui-corner-all">Link button</a>
> </div>
> ...
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 11 months
[JBoss JIRA] (JBIDE-17250) org.jboss.tools.jst.web.ui.test failure on Windows
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17250?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-17250.
-------------------------------
> org.jboss.tools.jst.web.ui.test failure on Windows
> --------------------------------------------------
>
> Key: JBIDE-17250
> URL: https://issues.jboss.org/browse/JBIDE-17250
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.Beta1
> Environment: Windows
> Reporter: Daniel Azarov
> Assignee: Victor Rubezhny
> Fix For: 4.2.0.Beta3
>
> Attachments: org.jboss.tools.jst.web.ui.editor.test.JstJspAllTests.txt, org.jboss.tools.jst.web.ui.editor.test.JstJspAllTestsNew.txt
>
>
> Tests run: 191, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 131.31 sec
> Results :
> Failed tests: testJbide6061OnJspPage(org.jboss.tools.jst.web.ui.editor.test.ca.Jbide6061Test): Content Assistant returned no proposals
> testJbide6061OnXhtmlPage(org.jboss.tools.jst.web.ui.editor.test.ca.Jbide6061Test): Content Assistant returned no proposals
> testCAOnCustomPrefixForTag(org.jboss.tools.jst.web.ui.editor.test.ca.JstCAOnCustomPrefixesTest): Content Assistant returned no proposals
> testCAOnCustomPrefixForXMLNSAttributeOnNotARootTag(org.jboss.tools.jst.web.ui.editor.test.ca.JstCAOnCustomPrefixesTest): Content Assistant returned no proposals
> testCAOnCustomPrefixForXMLNSAttributeOnRootTag(org.jboss.tools.jst.web.ui.editor.test.ca.JstCAOnCustomPrefixesTest): Should be in proposals list
> testCAOnCustomPrefixForXMLNSAttributeValue(org.jboss.tools.jst.web.ui.editor.test.ca.JstCAOnCustomPrefixesTest): Content Assistant returned no proposals
> testCAOnCustomPrefixForTagInsertion(org.jboss.tools.jst.web.ui.editor.test.ca.JstCAOnCustomPrefixesTest): Content Assistant returned no proposals
> testCAURIChange(org.jboss.tools.jst.web.ui.editor.test.ca.JstCAURIChangeTest): Content Assistant returned no proposals
> Tests run: 259, Failures: 8, Errors: 0, Skipped: 0
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 11 months
[JBoss JIRA] (JBIDE-17487) Improve layout of Ajax and Enhance checkboxes in jQuery Properties
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17487?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-17487.
-------------------------------
Verified with JBDS 8.0.0.Beta3-v20140706-0939-B172
> Improve layout of Ajax and Enhance checkboxes in jQuery Properties
> ------------------------------------------------------------------
>
> Key: JBIDE-17487
> URL: https://issues.jboss.org/browse/JBIDE-17487
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: jsp/jsf/xml/html source editing
> Reporter: Viacheslav Kabanovich
> Assignee: Viacheslav Kabanovich
> Fix For: 4.2.0.Beta3
>
>
> All customized forms have Ajax and Enhance checkboxes in one line. Default form puts all fields in one column. Ajax and Enhance are most common controls. And the difference in layout is too evident for them. Let they be processed by default form to be in the same line as in other forms.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 11 months
[JBoss JIRA] (JBIDE-17855) JPA Project uses JDK 1.8 as default JDK level
by Jiri Peterka (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17855?page=com.atlassian.jira.plugi... ]
Jiri Peterka edited comment on JBIDE-17855 at 7/11/14 6:49 AM:
---------------------------------------------------------------
[~maxandersen] Yes, it would be expected. But it doesn't work like that for JPA Project (it's probably hardcoded and it puts JDK8 regardless you're using it or not). For standard Java Project it works as expected (depending on your defined JDK preferences )
was (Author: jpeterka):
[~maxandersen] Yes, it would be expected. But it doesn't work like that for JPA Project (it's probably hardcoded and it puts JDK8 regardless you're using it or no). For Java Project it works as expected (depending on your JDK preferences defined)
> JPA Project uses JDK 1.8 as default JDK level
> ---------------------------------------------
>
> Key: JBIDE-17855
> URL: https://issues.jboss.org/browse/JBIDE-17855
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: hibernate, upstream
> Affects Versions: 4.2.0.Beta3
> Environment: JBDS 8.0.0.Beta3
> Reporter: Jiri Peterka
> Fix For: 4.2.0.CR1
>
>
> When creating JPA Project (even JPA 2.0) all is set to JDK 1.8 by default which is not desired. It should be set to JDK 1.6 by default or another minimal level.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 11 months
[JBoss JIRA] (JBIDE-17855) JPA Project uses JDK 1.8 as default JDK level
by Jiri Peterka (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17855?page=com.atlassian.jira.plugi... ]
Jiri Peterka commented on JBIDE-17855:
--------------------------------------
[~maxandersen] Yes, it would be expected. But it doesn't work like that for JPA Project (it's probably hardcoded and it puts JDK8 regardless you're using it or no). For Java Project it works as expected (depending on your JDK preferences defined)
> JPA Project uses JDK 1.8 as default JDK level
> ---------------------------------------------
>
> Key: JBIDE-17855
> URL: https://issues.jboss.org/browse/JBIDE-17855
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: hibernate, upstream
> Affects Versions: 4.2.0.Beta3
> Environment: JBDS 8.0.0.Beta3
> Reporter: Jiri Peterka
> Fix For: 4.2.0.CR1
>
>
> When creating JPA Project (even JPA 2.0) all is set to JDK 1.8 by default which is not desired. It should be set to JDK 1.6 by default or another minimal level.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 11 months
[JBoss JIRA] (JBIDE-17158) Adding Maven profiles to project appears to hang - requires > 20 min to return
by Lucia Jelinkova (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17158?page=com.atlassian.jira.plugi... ]
Lucia Jelinkova closed JBIDE-17158.
-----------------------------------
Closing the issue.
> Adding Maven profiles to project appears to hang - requires > 20 min to return
> ------------------------------------------------------------------------------
>
> Key: JBIDE-17158
> URL: https://issues.jboss.org/browse/JBIDE-17158
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: testing-tools
> Affects Versions: 4.2.0.Beta1
> Reporter: Len DiMaggio
> Assignee: Snjezana Peco
> Fix For: 4.2.0.Beta3
>
>
> Adding Maven profiles to project appears to hang - requires > 20 min to return
> Steps:
> * Install eclipse from: eclipse-standard-luna-M6-linux-gtk-x86_64.tar.gz
> * Install Abridged JBoss Tools from: http://download.jboss.org/jbosstools/updates/staging/JBossTools-4.2.0.Bet...
> * Install Arquillian from Central
> ** -Djboss.discovery.directory.url=http://download.jboss.org/jbosstools/discovery/development/4.2.0.Beta1/jbosstools-directory.xml
> ** -Djboss.discovery.site.url=http://download.jboss.org/jbosstools/discovery/development/4.2.0.Beta1/
> * Create a new Maven project
> * Add JUnit library to project build path
> * Add Arquillian Support to the project: Right-click->Add Arquillian Support
> * Add an Arquillian test to the project: File->New->Other->Arquillian->Arquillian JUnit Test Case
> * Run As->Arquillian JUnit Test Case
> * Dialog is displayed - Arquillian tests are missing an implementation of DeploymentContainer on the project build path. Do you want to configure it?
> * Select Add Maven Profiles
> * Select JBOSS_AS_MANAGED_6.X
> * UI appears to hang - I've seen it take > 20 min to reply - can we add a progress meter here?
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 11 months