aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorscgilardi <scgilardi@gmail.com>2009-08-15 13:18:56 -0400
committerscgilardi <scgilardi@gmail.com>2009-08-15 13:18:56 -0400
commitf1dac079c1fec627a68919a3e3984a769b0739b7 (patch)
tree8fa7226be804e5a059b110731de0a98887b7eac1 /build.xml
parentd596fee7fbe2f428a34ebecbaaf9451e215d5bdf (diff)
make compile_clojure depend on compile_classes, fixes test failure
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index c6904a2e..fc5fa65f 100644
--- a/build.xml
+++ b/build.xml
@@ -90,7 +90,7 @@
</java>
</target>
- <target name="compile_clojure" depends="init,check_hasclojure"
+ <target name="compile_clojure" depends="init,check_hasclojure,compile_classes"
description="Compile Clojure sources."
if="hasclojure">
<java classname="clojure.lang.Compile">