Closed FroMage closed 11 years ago
I have now restructured the project to be fully compliant (as far as I know) and it runs fine in Eclipse. From the command line compilation is fine () but I still get this problem at run time(*).
() With Java 7 no warnings, with Java 8 lots of warnings. (*) Same error using either Java 7 or Java 8.
If anyone want to try out the examples I am working on they are here: https://github.com/russel/Pi_Quadrature/tree/master/Ceylon
I'm not able to reproduce this, can you give more code/details?
@russel I'm not sure but it seems you commented on the wrong issue perhaps?
Ah I see now there was a relevant issue opened on the compiler project ceylon/ceylon-compiler#1348
@FroMage Where you able to reproduce this yourself? If so, can you give details?
Haven't tried yet so no.
I'm not able to reproduce this at all and with @FroMage 's fix for ceylon/ceylon-compiler#1348 it's not even possible anymore to compile code using undeclared imports.
So closing unless someone can reproduce. If so, please reopen with detailed instructions as to how.
This is perhaps related to ceylon/ceylon-js#258 but for the JVM:
This happens apparently after compiling a module which depends on
java.base/7
but did not declare it.