Closed jeluard closed 9 years ago
Hi,
I'm unable to reproduce this.
Somehow I can't reproduce either with latest boot. Not sure what triggered this.
Actually I was able to reproduce the issue on a project with lots of dependencies but using latest master of boot-cljx
fixes it. Must be some weird dependency conflict.
Perhaps this could be fixed by using a pod with no project dependencies? Currently boot-cljx is using a pod which contains all project dependencies plus cljx.
In cljx 0.6.0 the Leiningen plugin was changed to run cljx in Leiningen jvm instead of project jvm but I decided to keep using pods as they don't have the the same overhead as eval-in-project in Leiningen.
Oh, I only now read that the latest version works.
Do you have any plan to release 0.3.0
with current master changes?
Released.
Cool thanks!
I get the following exception when running
cljx
task withboot-cljx
version2.1.2
:This is with latest boot
rc9
.I can reproduce this issue with saapas. Everything works fine with
boot-cljx
version2.1.1
.