cincheo / jsweet-eclipse-plugin

The official Eclipse plugin for the JSweet transpiler
http://www.jsweet.org
Apache License 2.0
20 stars 10 forks source link

jsweetconfig.json support #22

Open pascalheraud opened 6 years ago

pascalheraud commented 6 years ago

Does the plugin supports jsweetconfig.json and how ?

I have a transpiler extension working very well through maven plugin but no way to make it working using eclipse's one.

Is there a way for the plugin to call maven generate-sources ?

lgrignon commented 6 years ago

Hello. Eclipse plugin for JSweet support is pretty minimal and as far as I remember it doesn't support jsweetconfig.json or extensions. JSweet maven plugin, on the hand, provides full integration.

Anyway, contributions are more than welcome if you to give it a try and PR to this project :)

pascalheraud commented 6 years ago

Does that PR from @renaudpawlak does that : https://github.com/cincheo/jsweet-eclipse-plugin/pull/16/files ? Seems not working for me.

lgrignon commented 6 years ago

My bad, it seems that it should work indeed. I am not sure that classpath is properly set with this PR though