You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.
There are multiple problems with using vertx run and Ceylon:
First, Ceylon support is not enabled by default (!) and this is not mentioned in the Vert.x documentation. Instead it is mentioned here. But it's unreasonable to expect people to know to look for it there.
Second, when vertx is installed via Homebrew, there is no vertx-stack.json file installed, so the instructions don't actually work in that case.
Finally, it seems that in the latest release, vertx run simply doesn't work with Ceylon modules at all, even after running vertx resolve. This command:
vertx run ceylon:examples.core.http.simple.server/1.0.0
Finally, it seems that in the latest release, vertx run simply doesn't work with Ceylon modules at all, even after running vertx resolve.
OK, that's not right. The problem was that I have to run vertx resolve from within my Vert.x installation directory, which is not mentioned in the instructions, and doesn't even seem to be properly documented here:
@cescoffier@vietj I think it's a bug in vertx resolve that it will happily download everything into my project's lib directory without telling me something is wrong.
There are multiple problems with using
vertx run
and Ceylon:First, Ceylon support is not enabled by default (!) and this is not mentioned in the Vert.x documentation. Instead it is mentioned here. But it's unreasonable to expect people to know to look for it there.
Second, when
vertx
is installed via Homebrew, there is novertx-stack.json
file installed, so the instructions don't actually work in that case.Finally, it seems that in the latest release,
vertx run
simply doesn't work with Ceylon modules at all, even after runningvertx resolve
. This command:Results in this error:
The text was updated successfully, but these errors were encountered: