adzerk-oss / bootlaces

Adzerk's boot configurations for Clojure libraries
Eclipse Public License 1.0
44 stars 18 forks source link

Path overlap error thrown on push-snapshot #15

Open ghost opened 8 years ago

ghost commented 8 years ago
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