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
Immediately after install (via brew) mill can't report its version. It fails with an inauspicious "java.lang.Exception: Failed to connect to server"
The raw Exception gives no clue why mill can't connect to a server. The message text doesn't say what server it was trying to connect to. (Further a build tool shouldn't have to connect to a server to come up with its version.)
Error: mill 0.5.0 already installed
1 dwalend@Davids-MacBook-Pro:~/projects > mill --version
Exception in thread "main" java.lang.Exception: Failed to connect to server
at mill.main.client.MillClientMain.run(MillClientMain.java:170)
at mill.main.client.MillClientMain.main0(MillClientMain.java:101)
at mill.main.client.MillClientMain.main(MillClientMain.java:69)
The text was updated successfully, but these errors were encountered:
This adds Windows support to the mill action, using the `--no-server`
option since it fails on the Github CI with a similar error message
to com-lihaoyi/mill#675.
Immediately after install (via brew) mill can't report its version. It fails with an inauspicious "java.lang.Exception: Failed to connect to server"
The raw Exception gives no clue why mill can't connect to a server. The message text doesn't say what server it was trying to connect to. (Further a build tool shouldn't have to connect to a server to come up with its version.)
Error: mill 0.5.0 already installed
1 dwalend@Davids-MacBook-Pro:~/projects > mill --version
Exception in thread "main" java.lang.Exception: Failed to connect to server
at mill.main.client.MillClientMain.run(MillClientMain.java:170)
at mill.main.client.MillClientMain.main0(MillClientMain.java:101)
at mill.main.client.MillClientMain.main(MillClientMain.java:69)
The text was updated successfully, but these errors were encountered: