martinklepsch / boot-garden

Boot task to compile Garden stylesheets.
Eclipse Public License 1.0
37 stars 6 forks source link

cli options broken in boot 2.5.0 #17

Closed pleasetrythisathome closed 8 years ago

pleasetrythisathome commented 8 years ago
clojure.lang.ExceptionInfo: cli: option vendors: expected optarg, got [str]
    data: {:file "org/martinklepsch/boot_garden.clj", :line 22}
       java.lang.Exception: cli: option vendors: expected optarg, got [str]
                                ...
           boot.cli/assert-argspecs                           cli.clj:  195
                     boot.cli/clifn                           cli.clj:  207
                                ...
               clojure.core/load/fn                          core.clj: 5892
     clojure.core/load/invokeStatic                          core.clj: 5891
                  clojure.core/load                          core.clj: 5875
                                ...
 clojure.core/load-one/invokeStatic                          core.clj: 5696
              clojure.core/load-one                          core.clj: 5691
           clojure.core/load-lib/fn                          core.clj: 5736
 clojure.core/load-lib/invokeStatic                          core.clj: 5735
              clojure.core/load-lib                          core.clj: 5716
                                ...
    clojure.core/apply/invokeStatic                          core.clj:  647
clojure.core/load-libs/invokeStatic                          core.clj: 5773
             clojure.core/load-libs                          core.clj: 5757
                                ...
    clojure.core/apply/invokeStatic                          core.clj:  647
  clojure.core/require/invokeStatic                          core.clj: 5795
               clojure.core/require                          core.clj: 5795
                                ...
    boot.user/eval1889/invokeStatic  boot.user8893141560425003768.clj:   39
                 boot.user/eval1889  boot.user8893141560425003768.clj:   39
                                ...
                 boot.main/-main/fn                          main.clj:  177
                    boot.main/-main                          main.clj:  177
                                ...
                   boot.App.runBoot                          App.java:  390
                      boot.App.main                          App.java:  467
                                ...
                   boot.Loader.main                       Loader.java:  253
pleasetrythisathome commented 8 years ago

https://github.com/martinklepsch/boot-garden/blob/master/src/org/martinklepsch/boot_garden.clj#L27-L28

martinklepsch commented 8 years ago

fixed in 1.2.5-8: https://github.com/martinklepsch/boot-garden/commit/3c2c62ec23d688ff55535d62b37199c9d6b46fe3