cincheo / jsweet

A Java to JavaScript transpiler.
http://www.jsweet.org
Other
1.46k stars 160 forks source link

External library import fails #528

Closed qualitesys closed 5 years ago

qualitesys commented 5 years ago

I would like to port a complete java project. An external library (org.apache.maven.plugin) is not recognized. What is the procedure to add it as a candy ? Thanks for your help

PS : I use version 2.3.0-SNASHOT

lgrignon commented 5 years ago

Did you see https://github.com/cincheo/jsweet/blob/master/doc/jsweet-language-specifications.md#generating-jsweet-candies-from-existing-typescript-definitions

and

https://github.com/cincheo/jsweet/tree/develop/candy-generator

?

Please tell me if this is what you were looking for.

lgrignon commented 5 years ago

Hello @qualitesys. Any news on this?