OK, real problem this time...
Problem here with include
and exclude
. Empty seqs throw an exception:
java.lang.AssertionError: Assert failed: boot.core/file-filter requires a list of criteria but nil was passed in, make sure your `by-*` calls are passing them.
(seq criteria)
OK, I had to make these. However, I feel like these two fns in boot.core
should do this.
in other words, by-re
should be a no-op if res
is empty/nil
Also, having trouble using bootlaces to push my jar to clojars
OK, I see that my git repo had local changes that were not committed
getting this now:
java.lang.NoSuchMethodError: org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.getBufferCapacityForTransfer(J)I
clojure.lang.ExceptionInfo: org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.getBufferCapacityForTransfer(J)I
found this: https://github.com/boot-clj/boot/issues/745