-
Notifications
You must be signed in to change notification settings - Fork 846
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java / Boot (Clojure build tool) does not work #277
Comments
FWIW, Leiningen, Clojure's other build tool, gets a little further. It's able to download itself so you can run |
With Build 14352, we get a little further, here's the With build 14352, we get a little further.
|
Boot now gets as far as completing the download of its core JAR but then hangs. Here's the
(all other processes show "detached"). |
Any traction on this? It would be great to have |
We're definitely getting a bit further now -- Boot seems to be able to download dependencies for projects but then fails with: boot repl |
The same thing happens for SBT (Scala Build Tool) although I'm using Java 8
|
Based on my latest tests on build 14946, with both OpenJDK 7 and Oracle Java 8, I think this issue can be closed since everything I've tried with Boot now works as expected. I'm able to run all sorts of very complex Boot tasks, compiling and testing Clojure code. I haven't fully exercised all our code base (some 40Kloc of Clojure) yet but that's mostly because I'll need Redis, MongoDB, MySQL and several other things installed to run everything. |
I'm happy to close my issue as "fixed" now. Thank you. #911 is a different issue (that also affects some of our actual code, as well as some of our other tooling). |
@seancorfield @calvinlfer Sorry for commenting on an old thread, but while I'm able to build most Leiningen projects without any issue (and in general work with Clojure code), I'm not able to run figwheel. The problem seems to be the file watcher, as I get the same |
@metasoarous I think that looks like it should be filed as a separate issue |
Per #49 I installed JDK 7u79 manually and
java -version
works.After downloading the
boot
shell script (which is a Java program with a shell prelude) and unningboot -h
, it hangs trying to download the base version 2.5.2.strace -f
on the main process yields:The
gettimeofday
call is not always present if you run thestrace
multiple times.The text was updated successfully, but these errors were encountered: