angelozerr / jsbuild-eclipse

Eclipse Plugin for Grunt, Gulp based on tern.java
Eclipse Public License 1.0
15 stars 3 forks source link

Issue in Eclipse Luna with "Tern - Embed Node JS" block #4

Closed johanchouquet closed 9 years ago

johanchouquet commented 9 years ago

Hi,

thanks for this work.

But i have an issue when trying to add New software with line "Tern - Embed Node.js".

Here is what i get:

tern - embed node js

PS: i use Eclipse Luna.

Have you any idea how i can fix this ? Thanks a lot.

angelozerr commented 9 years ago

@pascalleclercq could see this problem please for 1.0.0. It seems that some embed plugins are not hosted http://oss.opensagres.fr/jsbuild-eclipse/1.0.0-SNAPSHOT/plugins/ like tern.eclipse.ide.server.nodejs.embed.linux.gtk.x86

@dargoan I suggest you that you install tern.java before https://github.com/angelozerr/tern.java/wiki/Installation-Update-Site

johanchouquet commented 9 years ago

Thanks @angelozerr ! it worked. But when i create a project, by default, i have an ES 3 dependency for my JS project. Then, if i configure it as a Tern Project, I can choose which ES version i'd like to use (5 or 6).

angelozerr commented 9 years ago

Thanks @angelozerr ! it worked.

Cool!

But when i create a project, by default, i have an ES 3 dependency for my JS project. Then, if i configure it as a Tern Project, I can choose which ES version i'd like to use (5 or 6).

ES3 dependency comes from JSDT. tern.java doesn't use that. See https://github.com/angelozerr/tern.java/wiki/Tern-&-ECMAScript-support

Please note that ternjs starts supporting ES6 but there are a lot of work again.

I'm working too (for 1.0.0) with Tern Explorer https://github.com/angelozerr/tern.java/wiki/Tern-Outline-support and you will soon ES5 Class displayed in this view.

angelozerr commented 9 years ago

Thanks @pascalleclercq for your fix!