Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

JSDT/Confcalls/Minutes 2016108

JSDT Sync 08 Nov 2106

Attendees: Angel, Gorkem, Patrik

EclipseCon

good feedback, few people. code https://github.com/psuzzi/jsdt-demo-neon, http://www.slideshare.net/psuzzi/eclipse-lovesjava-script people interested in JSDT meet Jan Pilgrim from Numberfour see: https://numberfour.github.io/n4js/ will do a Fullstack

JSDT Issues

JSON Schema validation Snjeazana provided a patch for this, but it has limitations in some cases. Victor is trying this patch

ClosureCompiler

Victor is trying to include the CC in Orbit bundle. Gorkem: we should not build the CC, but we can just use the sources . The key here is removing optional dependencies and use the .class The key problem is CC is not an OSGi bundle, but a simple maven project. Gorkem is to share a version of bundle-ised CC Steps to use CC in JSDT: 1. create an CQ on Orbit to add CC as an Orbit bundle (with ebr recipe) 2. create a CQ on JSDT to use CC from Orbit

Back to the top