Skip to content
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

"once" builds should have non-zero exit codes on failure #708

Open
palfrey opened this issue Jul 7, 2018 · 0 comments
Open

"once" builds should have non-zero exit codes on failure #708

palfrey opened this issue Jul 7, 2018 · 0 comments

Comments

@palfrey
Copy link

palfrey commented Jul 7, 2018

I've got a build under Docker where I failed to copy in some of the source files prior to running figwheel as lein figwheel :once dev, and got the below error. I can fix it, but I was surprised at the non-zero exit code. I can't seem to find anything to make this error output when exceptions like this are hit.

Compiling build :dev to "resources/public/js/compiled/app.js" from ["src/cljs"]...
Failed to compile build :dev from ["src/cljs"] in 0.333 seconds.
----  Exception    ----

  src/cljs (No such file or directory)

----  Exception Stack Trace  ----

java.io.FileNotFoundException: src/cljs (No such file or directory)
 at java.io.FileInputStream.open0 (FileInputStream.java:-2)
    java.io.FileInputStream.open (FileInputStream.java:195)
    java.io.FileInputStream.<init> (FileInputStream.java:138)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant