Fork me on GitHub
#tools-build
<
2021-11-22
>
kardan12:11:56

I was playing with the uberjar example at https://clojure.org/guides/tools_build and ran into the issue that I “Execution error (DirectoryNotEmptyException) at sun.nio.fs.UnixCopyFile/copy (UnixCopyFile.java:586). ./target/classes” This was until I added org.clojure/tools.cli {:mvn/version “1.0.206"} as a dependency. Is this to be expected?

kardan12:11:12

I clearly just dipped my toes with tools.build and have not internalised how it all hangs together but tried to follow the guide and was a bit suprised.

kardan12:11:49

Removed the dependency and things still work. Sorry, this have to have been some cache issue. Thought I started from scratch and cleaned out, but apparently not 😊

Alex Miller (Clojure team)13:11:02

If you get a repro, would be interested to understand more

👍 1