[JBoss JIRA] (JBIDE-17025) Patching EAP 6.2 breaks classpath jar files
by Hernán Chanfreau (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17025?page=com.atlassian.jira.plugi... ]
Hernán Chanfreau commented on JBIDE-17025:
------------------------------------------
Hi!
Is there any chance to get this fixed for 4.1.x version?
Thanks in advance!
> Patching EAP 6.2 breaks classpath jar files
> -------------------------------------------
>
> Key: JBIDE-17025
> URL: https://issues.jboss.org/browse/JBIDE-17025
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.1.2.Final
> Environment: Windows 7, Kepler SR2
> Reporter: Jesper Skov
> Assignee: Rob Stryker
> Priority: Blocker
> Fix For: 4.2.0.Beta2
>
>
> Using the JBoss CLI command 'patch apply .../eap-6.2.2.zip' breaks some of the module jars (the files become invalid ZIP-archives).
> This is apparently done as a way to mark the modules off-limits for the container, while still allowing roll-back if necessary.
> See https://access.redhat.com/site/discussions/726623
> Unfortunately, Eclipse includes these jars in the JBossTools-defined classpath. When scanned, these will be found corrupt, and the project classpath marked as broken.
> On my installation, the first few files to trigger this problem are:
> * modules/system/layers/base/javax/el/api/main/jboss-el-api_2.2_spec-1.0.2.Final-redhat-1.jar
> * modules/system/layers/base/javax/el/api/main/jboss-el-api_2.2_spec-1.0.2.Final-redhat-1.jar
> I guess it might be possible to adjust the server definition's Default Classpath Entries in Eclipse preferences. But I decided to just copy the original EAP 6.2 files on top of the runtime and get on with work...
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17748) Update TP with Tern.java v.0.4.0.201407021311
by Victor Rubezhny (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17748?page=com.atlassian.jira.plugi... ]
Victor Rubezhny updated JBIDE-17748:
------------------------------------
Assignee: Mickael Istria (was: Victor Rubezhny)
> Update TP with Tern.java v.0.4.0.201407021311
> ---------------------------------------------
>
> Key: JBIDE-17748
> URL: https://issues.jboss.org/browse/JBIDE-17748
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: target-platform
> Affects Versions: 4.2.0.Beta3
> Reporter: Victor Rubezhny
> Assignee: Mickael Istria
> 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, 9 months
[JBoss JIRA] (JBIDE-17748) Update TP with Tern.java v.0.4.0.201407021311
by Victor Rubezhny (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17748?page=com.atlassian.jira.plugi... ]
Victor Rubezhny updated JBIDE-17748:
------------------------------------
Component/s: target-platform
(was: jsp/jsf/xml/html source editing)
> Update TP with Tern.java v.0.4.0.201407021311
> ---------------------------------------------
>
> Key: JBIDE-17748
> URL: https://issues.jboss.org/browse/JBIDE-17748
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: target-platform
> Affects Versions: 4.2.0.Beta3
> Reporter: Victor Rubezhny
> Assignee: Victor Rubezhny
> 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, 9 months
[JBoss JIRA] (JBIDE-17748) Update TP with Tern.java v.0.4.0.201407021311
by Victor Rubezhny (JIRA)
Victor Rubezhny created JBIDE-17748:
---------------------------------------
Summary: Update TP with Tern.java v.0.4.0.201407021311
Key: JBIDE-17748
URL: https://issues.jboss.org/browse/JBIDE-17748
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
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, 9 months
[JBoss JIRA] (JBIDE-17673) Need to switch jst.jsdt to the latest tested Tern v.0.4.0.201407021311
by Victor Rubezhny (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17673?page=com.atlassian.jira.plugi... ]
Victor Rubezhny commented on JBIDE-17673:
-----------------------------------------
The fix that forces jst.jsdt to use Tern.java v.0.4.0.201407021311 is in https://github.com/vrubezhny/jbosstools-jst/tree/jbide17673
PR isn't made yet because we need to include that Tern version into TP first
> 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
> 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, 9 months
[JBoss JIRA] (JBIDE-17673) Need to switch jst.jsdt to the latest tested Tern v.0.4.0.201407021311
by Victor Rubezhny (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17673?page=com.atlassian.jira.plugi... ]
Victor Rubezhny updated JBIDE-17673:
------------------------------------
Description:
*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
was:
** 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
> 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
> 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, 9 months
[JBoss JIRA] (JBIDE-17625) Checking an installed/up-to-date feature enables update anyway
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17625?page=com.atlassian.jira.plugi... ]
Mickael Istria commented on JBIDE-17625:
----------------------------------------
At this point INSTALLED is written in black with no additional data. It menas that the background jobs are still polling the repository in order to check whether an update is available or not. When those jobs are complete, the status is updated and then, the install/update buttons are updated.
By default, we count an installed feature as updatable because even if you click update and no update is available, it just won't show the feature in the installation wizard.
> Checking an installed/up-to-date feature enables update anyway
> --------------------------------------------------------------
>
> Key: JBIDE-17625
> URL: https://issues.jboss.org/browse/JBIDE-17625
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.2.0.Beta2
> Reporter: Mickael Istria
> Assignee: Mickael Istria
> Priority: Minor
> Fix For: 4.2.0.Beta3
>
>
> When selecting a connector that is already installed and up to date, this one shouldn't increment the number of item to install or update.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBIDE-17673) Need to switch jst.jsdt to the latest tested Tern v.0.4.0.201407021311
by Victor Rubezhny (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17673?page=com.atlassian.jira.plugi... ]
Victor Rubezhny updated JBIDE-17673:
------------------------------------
Description:
** 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
was:
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
> 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
> 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, 9 months