jsweet-eclipse-plugin icon indicating copy to clipboard operation
jsweet-eclipse-plugin copied to clipboard

Java 11 support

Open regrog opened this issue 5 years ago • 2 comments

Hello

is this plugin available for the jdk 11?

Thanks

regrog avatar Jul 21 '20 10:07 regrog

Nope. Sorry. Maintaining a plugin for Eclipse is too much work for the benefits. On our side, we set up the classpath accordingly in Eclipse and we transpile/build using:

  • the JSweet Maven plugin for Maven projects,
  • or an Ant task (or even a main class) calling the JSweet's command line launcher class, for non-Maven projects.

renaudpawlak avatar Jul 21 '20 11:07 renaudpawlak

Relates to https://github.com/cincheo/jsweet-eclipse-plugin/issues/29

lgrignon avatar Oct 22 '20 07:10 lgrignon