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

Exception when using v.2.1.2 #8

Closed
jeluard opened this issue Feb 23, 2015 · 8 comments
Closed

Exception when using v.2.1.2 #8

jeluard opened this issue Feb 23, 2015 · 8 comments

Comments

@jeluard
Copy link

jeluard commented Feb 23, 2015

I get the following exception when running cljx task with boot-cljx version 2.1.2:

clojure.lang.Compiler$CompilerException: java.io.FileNotFoundException: Could not locate boot/repl__init.class or boot/repl.clj on classpath: , compiling:(deraen/boot_cljx.clj:1:1)
          java.io.FileNotFoundException: Could not locate boot/repl__init.class or boot/repl.clj on classpath:
                                    ...
                   clojure.core/load/fn                          core.clj: 5641
                      clojure.core/load                          core.clj: 5640
                                    ...
                  clojure.core/load-one                          core.clj: 5446
               clojure.core/load-lib/fn                          core.clj: 5486
                  clojure.core/load-lib                          core.clj: 5485

This is with latest boot rc9.

I can reproduce this issue with saapas.
Everything works fine with boot-cljx version 2.1.1.

@Deraen
Copy link
Owner

Deraen commented Mar 5, 2015

Hi,

I'm unable to reproduce this.

@jeluard
Copy link
Author

jeluard commented Mar 5, 2015

Somehow I can't reproduce either with latest boot. Not sure what triggered this.

@jeluard jeluard closed this as completed Mar 5, 2015
@jeluard
Copy link
Author

jeluard commented Mar 17, 2015

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.

@Deraen
Copy link
Owner

Deraen commented Mar 17, 2015

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.

@Deraen Deraen reopened this Mar 17, 2015
@Deraen
Copy link
Owner

Deraen commented Mar 17, 2015

Oh, I only now read that the latest version works.

@Deraen Deraen closed this as completed Mar 17, 2015
@jeluard
Copy link
Author

jeluard commented Apr 28, 2015

Do you have any plan to release 0.3.0 with current master changes?

@Deraen
Copy link
Owner

Deraen commented Apr 28, 2015

Released.

@jeluard
Copy link
Author

jeluard commented Apr 28, 2015

Cool thanks!

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

2 participants