Fork me on GitHub
#boot
<
2016-07-10
>
Petrus Theron10:07:28

I pulled my Clojure project code onto a different machine and when I run boot I see this exception:

Exception in thread "main" java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: boot.App.config(Ljava/lang/String;)Ljava/lang/String;
	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at boot.App.runBoot(App.java:248)
	at boot.App.main(App.java:356)
Caused by: java.lang.NoSuchMethodError: boot.App.config(Ljava/lang/String;)Ljava/lang/String;
	at boot.util$colorize_QMARK__system_default.invoke(util.clj:29)

Petrus Theron14:07:33

How can I package my compiled ClojureScript in my uberjar using boot?

micha17:07:49

@petrus it should end up in there

micha17:07:02

can you paste your boot script please?

myguidingstar18:07:12

just found a very strange boot problem on github https://github.com/zcaudate/one.love/issues/3

sekao22:07:36

@petrus: here's an example of how to package cljs into your jar https://github.com/oakes/full-stack-boot-example