leiningen/src/leiningen/util
Matjaz Gregoric 32ebf41f23 Call System/gc before deleting files recursively.
Calling System/gc can help release files on windows.
It will hopefuly help with issues such as #252 and #309.

I wasn't able to reproduce those two issues on Windows
Vista, but I have experienced a related problem when
running the leiningen test suite when some jar files
failed to be deleted. Calling System/gc resolved the
issue in that case.
2011-11-12 09:00:19 +01:00
..
file.clj Call System/gc before deleting files recursively. 2011-11-12 09:00:19 +01:00
maven.clj Check for :compile-path in prep. Default to "" for project :root. 2011-11-10 06:44:58 -08:00
ns.clj Don't need a message for ns-finding read failures. 2011-11-09 09:13:28 -08:00
paths.clj Extract native libs for all arch's into native/ dir. 2011-08-16 16:29:39 -04:00