Created
March 6, 2015 02:16
-
-
Save mfikes/34096bd9e42b3816efe5 to your computer and use it in GitHub Desktop.
uberjar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mike-Fikess-MacBook-Pro:clojurescript mfikes$ script/uberjar | |
++ git --no-replace-objects describe --match v0.0 | |
+ REVISION=v0.0-3002-g195b254 | |
+ REVISION=3002-g195b254 | |
+ REVISION=3002 | |
++ mktemp /tmp/compiler.clj.XXXXXXXXXXX | |
+ COMP_FILE=/tmp/compiler.clj.TFJAWu0Gx3G | |
+ sed -e 's/^.def ^:dynamic \*clojurescript-version\*.*$/(def ^:dynamic *clojurescript-version* {:major 0, :minor 0, :qualifier 3002})/' src/clj/cljs/util.clj | |
+ mv /tmp/compiler.clj.TFJAWu0Gx3G src/clj/cljs/util.clj | |
++ mktemp /tmp/core.cljs.XXXXXXXXXXX | |
+ CLJS_FILE=/tmp/core.cljs.W1GhjOy6CqI | |
+ sed -e 's/^.def \*clojurescript-version\*.*$/(def *clojurescript-version* "0.0-3002")/' src/cljs/cljs/core.cljs | |
+ mv /tmp/core.cljs.W1GhjOy6CqI src/cljs/cljs/core.cljs | |
+ rm -f src/cljs/cljs/core.aot.js | |
+ rm -f src/cljs/cljs/core.aot.js.map | |
+ rm -f src/cljs/cljs/core.cljs.cache.aot.edn | |
+ ./script/aot_core | |
Error: Could not find or load main class clojure.main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment