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

Creation of new project from template fails #5

Open
jeroenvandijk opened this issue May 23, 2019 · 2 comments
Open

Creation of new project from template fails #5

jeroenvandijk opened this issue May 23, 2019 · 2 comments

Comments

@jeroenvandijk
Copy link

This works with boot-clj (installed via homebrew, version 2.7.1)

boot -d boot/new new -t app -n myapp

But with this project (tested with 55538d9) it fails

                              java.lang.Thread.run              Thread.java:  748
java.util.concurrent.ThreadPoolExecutor$Worker.run  ThreadPoolExecutor.java:  624
 java.util.concurrent.ThreadPoolExecutor.runWorker  ThreadPoolExecutor.java: 1149
               java.util.concurrent.FutureTask.run          FutureTask.java:  266
                                               ...
               clojure.core/binding-conveyor-fn/fn                 core.clj: 2030
                                 boot.core/boot/fn                 core.clj: 1033
                                               ...
                         boot.core/construct-tasks                 core.clj:  987
java.lang.IllegalArgumentException: No such task (boot/new)
        clojure.lang.ExceptionInfo: No such task (boot/new)
@burn2delete
Copy link
Contributor

hm, it would seem the new dependency is not being added to the env.

Could you please provide the full output from boot, also what happens when you go boot -d boot/new show -e

@jeroenvandijk
Copy link
Author

Here is the full output

➜  bootstrap git:(master) bin/boot.sh -d boot/new new -t app -n myapp
                              java.lang.Thread.run              Thread.java:  748
java.util.concurrent.ThreadPoolExecutor$Worker.run  ThreadPoolExecutor.java:  624
 java.util.concurrent.ThreadPoolExecutor.runWorker  ThreadPoolExecutor.java: 1149
               java.util.concurrent.FutureTask.run          FutureTask.java:  266
                                               ...
               clojure.core/binding-conveyor-fn/fn                 core.clj: 2030
                                 boot.core/boot/fn                 core.clj: 1033
                                               ...
                         boot.core/construct-tasks                 core.clj:  987
java.lang.IllegalArgumentException: No such task (boot/new)
        clojure.lang.ExceptionInfo: No such task (boot/new)
    line: 62
➜  bootstrap git:(master) bin/boot.sh -d boot/new show -e
                              java.lang.Thread.run              Thread.java:  748
java.util.concurrent.ThreadPoolExecutor$Worker.run  ThreadPoolExecutor.java:  624
 java.util.concurrent.ThreadPoolExecutor.runWorker  ThreadPoolExecutor.java: 1149
               java.util.concurrent.FutureTask.run          FutureTask.java:  266
                                               ...
               clojure.core/binding-conveyor-fn/fn                 core.clj: 2030
                                 boot.core/boot/fn                 core.clj: 1033
                                               ...
                         boot.core/construct-tasks                 core.clj:  987
java.lang.IllegalArgumentException: No such task (boot/new)
        clojure.lang.ExceptionInfo: No such task (boot/new)
    line: 62
➜  bootstrap git:(master)

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