Welcome to the public discussion channel for the Ceylon programming language (https://ceylon-lang.org)
ceylon-tui/src/main/resources
there is this subtree : peu/ceylon/tui/Messages.properties
.car
archive now has the resources inside and in the proper place.
jffi.native
are exposed to jffi
?
jffi.native
is a fragment of jffi
.jnr-ffi
to define native bindings.
Folks, towards our goal of a 1.3.4 release that is basically 1.3.3 + fixes, I have automated development builds of the Ceylon distribution and Eclipse IDE. They are available at https://github.com/eclipse/ceylon/actions?query=workflow%3Aintegration-build.
Click on the latest successful build and download "ceylon-build-artifacts" which includes a zip file of the Ceylon distribution & IDE.
While these builds should be usable, they currently contain some unwanted new features and compatibility breaks, such as un-curried versions of fold(), etc. Over time, we will improve feature equivalence and compatibility with 1.3.3.
cannot find module source artifact 'ceylon.collection-1.3.3.osgi-5(.car|.jar|.src|.js)'
- dependency tree: 'peu.ceylon.tui/1.0.0' -> 'ceylon.test/1.3.3' -> 'ceylon.collection/1.3.3.osgi-5' module.ceylon /ceylon-tui/src/main/ceylon/peu/ceylon/tui line 5 Ceylon Module Dependency Error
cannot find module source artifact 'ceylon.file-1.3.3.osgi-5(.car|.jar|.src|.js)'
- dependency tree: 'peu.ceylon.tui/1.0.0' -> 'ceylon.test/1.3.3' -> 'ceylon.file/1.3.3.osgi-5' module.ceylon /ceylon-tui/src/main/ceylon/peu/ceylon/tui line 5 Ceylon Module Dependency Error
cannot find module source artifact 'ceylon.language-1.3.3.osgi-5(.car|.jar|.src|.js)'
- dependency tree: 'peu.ceylon.tui/1.0.0' -> 'ceylon.test/1.3.3' -> 'ceylon.language/1.3.3.osgi-5' module.ceylon /ceylon-tui/src/main/ceylon/peu/ceylon/tui line 5 Ceylon Module Dependency Error
cannot find module source artifact 'ceylon.runtime-1.3.3.osgi-5(.car|.jar|.src|.js)'
- dependency tree: 'peu.ceylon.tui/1.0.0' -> 'ceylon.test/1.3.3' -> 'ceylon.runtime/1.3.3.osgi-5' module.ceylon /ceylon-tui/src/main/ceylon/peu/ceylon/tui line 5 Ceylon Module Dependency Error
cannot find module source artifact 'com.redhat.ceylon.dist-1.3.3.osgi-5(.car|.jar|.src|.js)'
- dependency tree: 'peu.ceylon.tui/1.0.0' -> 'ceylon.test/1.3.3' -> 'com.redhat.ceylon.dist/1.3.3.osgi-5' module.ceylon /ceylon-tui/src/main/ceylon/peu/ceylon/tui line 5 Ceylon Module Dependency Error
1.3.4
and 1.3.4-SNAPSHOT
, but, these version were not found.
osgi-5
suffix is present on the module names? This happens at the cli as well. Perhaps there's a problem with my build script.
1.3.4-SNAPSHOT
modules, the Ceylon SDK ships separately from the dist, so you'll need to make the repository (directory) holding the sdk available to the compiler, or copy the modules to ~/.ceylon/repo
osgi-5
naming is not the cause of the error. It's more a confusing message related to the fact that the osgi dependency resolver is used at some point