Skip to content

Commit 4d661fb

Browse files
committed
more windows test debug
1 parent cc8017e commit 4d661fb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • src/main/clojure/clojure/tools/build/tasks

src/main/clojure/clojure/tools/build/tasks/uber.clj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,11 @@
156156
Returns possibly updated state for further exploding."
157157
[^InputStream is ^String path dir? ^FileTime last-modified-time
158158
^File out-file lib {:keys [out-dir buffer exclude handlers] :as context} state]
159+
(when (= path "META-INF\\LICENSE.txt")
160+
(println "in explode1"
161+
(exclude-from-uber? exclude path)
162+
dir?
163+
(.exists out-file)))
159164
(cond
160165
;; excluded or directory - do nothing
161166
(or (exclude-from-uber? exclude path) dir?)

0 commit comments

Comments
 (0)