(collect-all-poms root)
Returns a set of all files in under root
that end in .pom.
Returns a set of all files in under `root` that end in .pom.
(mk-tmp-dir!)
Creates a unique temporary directory on the filesystem. Typically in /tmp on *NIX systems. Returns a File object pointing to the new directory. Raises an exception if the directory couldn't be created after 10000 tries.
Creates a unique temporary directory on the filesystem. Typically in /tmp on *NIX systems. Returns a File object pointing to the new directory. Raises an exception if the directory couldn't be created after 10000 tries.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close