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

Path overlap error thrown on push-snapshot #15

Open
ghost opened this issue Aug 18, 2016 · 0 comments
Open

Path overlap error thrown on push-snapshot #15

ghost opened this issue Aug 18, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 18, 2016

boot build-jar push-snapshot
clojure.lang.ExceptionInfo: Assert failed: The :source-paths, :resource-paths, and :asset-paths must not overlap.
                            (empty? (set/intersection paths parents))
    data: {:file
           "/var/folders/fq/_rst8fw93jl0dqjsc3vhqzrh0000gn/T/boot.user4186625119410084883.clj",
           :line 11}
  java.lang.AssertionError: Assert failed: The :source-paths, :resource-paths, and :asset-paths must not overlap.
                            (empty? (set/intersection paths parents))
  boot.core/assert-disjoint                          core.clj:  619
               boot.core/fn                          core.clj:  625
                        ...
    clojure.core/partial/fn                          core.clj: 2495
                        ...
         clojure.core/apply                          core.clj:  632
     clojure.core/update-in                          core.clj: 5923
                        ...
         clojure.core/swap!                          core.clj: 2241
                        ...
         boot.core/set-env!                          core.clj:  661
                        ...
         clojure.core/apply                          core.clj:  630
       boot.core/merge-env!                          core.clj:  669
                        ...
adzerk.bootlaces/bootlaces!                     bootlaces.clj:   24
                        ...
          boot.user/eval961  boot.user4186625119410084883.clj:   11
                        ...
         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

build.boot: https://github.com/talexand/hallo-color/blob/master/build.boot

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

0 participants