ceylon-ide-eclipse icon indicating copy to clipboard operation
ceylon-ide-eclipse copied to clipboard

"Module not meant for this backend" error moves it to "(default module)"

Open quintesse opened this issue 9 years ago • 0 comments

To reproduce:

  • Create a project and only enable the JS backend
  • Create a module called javaimport
  • Mark its module descriptor native("jvm")
  • Observe how Eclipse moves the module to "source/(default modules)"

Just to be sure, with point 3 I simply mean:

native("jvm")
module javaimport "1.0.0" {
}

quintesse avatar Nov 18 '15 09:11 quintesse