tools-build

kardan 2021-11-22T12:04:56.255900Z

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?

kardan 2021-11-22T12:06:12.257Z

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.

kardan 2021-11-22T12:19:49.258100Z

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) 2021-11-22T13:31:02.258800Z

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

👍 1