clojure-ant-tasks icon indicating copy to clipboard operation
clojure-ant-tasks copied to clipboard

Conditional compilation based on age should support transitive dependencies

Open jmcconnell opened this issue 15 years ago • 0 comments

Currently, the compilation task will only compile namespaces for which there is no class file or the class file is older than the source file. This results in transitive dependencies not being re-compiled when they are modified.

jmcconnell avatar Aug 12 '09 16:08 jmcconnell