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

Wrong pathnames when using linked source folders #17

Closed nidefawl closed 2 years ago

nidefawl commented 6 years ago

When using linked source folders in projects the jsweet plugin does not resolve the absolute pathnames of source files correctly.

Currently all source folders have to reside inside the project directory to get transpilation to work. But some of my source folders are outside of my workspace or in different projects, which works fine with the eclipse java compiler.

Also I don't get any error logs when trying to compile this way. There is simply no javascript or typescript produced.