talios / clojure-maven-plugin

Apache Maven Mojo for compiling clojure scripts to class files
252 stars 74 forks source link

Compiling with temporaryOutputDirectory does not clean up the compiled files #29

Open hugoduncan opened 13 years ago

hugoduncan commented 13 years ago

In order to prevent build up of disk usage, compiling with temporaryOutputDirectory set to true should remove all compiled class files after compilation.

juergenhoetzel commented 13 years ago

BTW: If the only use case of temporaryOutputDirectory is

take advantage of the compilers syntax checking

like descriped in the README, I wonder if it isn't more useful to just load/require all namespaces.

laurentpetit commented 9 years ago

working on this