Skip to content

Instantly share code, notes, and snippets.

@darwin
Created June 25, 2017 22:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darwin/d83d315ca889dc1d99d73141d1335536 to your computer and use it in GitHub Desktop.
Save darwin/d83d315ca889dc1d99d73141d1335536 to your computer and use it in GitHub Desktop.
> boot -d boot/new new -t tenzing -n your-app
Retrieving classlojure-0.6.6.jar from https://clojars.org/repo/
Retrieving bultitude-0.2.8.jar from https://clojars.org/repo/
Retrieving pedantic-0.2.0.jar from https://clojars.org/repo/
Retrieving useful-0.8.3-alpha8.jar from https://clojars.org/repo/
Retrieving io-0.3.1.jar from https://clojars.org/repo/
Retrieving leiningen-core-2.5.3.jar from https://clojars.org/repo/
Retrieving lein-template-0.5.1.jar from https://clojars.org/repo/
Generating fresh 'lein new' tenzing project.
> cd your-app/
# edited build.boot according to https://github.com/boot-clj/boot-figreload#dirac
> boot dev
Retrieving boot-cljs-2.1.0-20170514.205908-1.jar from https://clojars.org/repo/
Retrieving boot-figreload-0.1.1-20170521.230833-2.jar from https://clojars.org/repo/
Retrieving boot-cljs-repl-0.3.3.jar from https://clojars.org/repo/
Retrieving boot-http-0.7.6.jar from https://clojars.org/repo/
Retrieving boot-cljs-devtools-0.2.0.jar from https://clojars.org/repo/
Retrieving weasel-0.7.0.jar from https://clojars.org/repo/
Retrieving clojurescript-0.0-3165.jar from https://repo1.maven.org/maven2/
Retrieving tools.reader-0.8.16.jar from https://repo1.maven.org/maven2/
clojure.lang.ExceptionInfo: No such var: butil/dbug*
data: {:file "powerlaces/boot_figreload.clj", :line 76}
java.lang.RuntimeException: No such var: butil/dbug*
...
clojure.core/load/fn core.clj: 5893
clojure.core/load/invokeStatic core.clj: 5892
clojure.core/load core.clj: 5876
...
clojure.core/load-one/invokeStatic core.clj: 5697
clojure.core/load-one core.clj: 5692
clojure.core/load-lib/fn core.clj: 5737
clojure.core/load-lib/invokeStatic core.clj: 5736
clojure.core/load-lib core.clj: 5717
...
clojure.core/apply/invokeStatic core.clj: 648
clojure.core/load-libs/invokeStatic core.clj: 5774
clojure.core/load-libs core.clj: 5758
...
clojure.core/apply/invokeStatic core.clj: 648
clojure.core/require/invokeStatic core.clj: 5796
clojure.core/require core.clj: 5796
...
boot.user/eval179/invokeStatic boot.user613185718656599451.clj: 21
boot.user/eval179 boot.user613185718656599451.clj: 21
...
boot.main/-main/fn main.clj: 192
boot.main/-main main.clj: 192
...
boot.App.runBoot App.java: 390
boot.App.main App.java: 467
...
Boot.main Boot.java: 258
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment