aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorStuart Halloway <stu@thinkrelevance.com>2009-04-09 17:52:32 +0000
committerStuart Halloway <stu@thinkrelevance.com>2009-04-09 17:52:32 +0000
commit9ea45de2be0334513ff4230dcd842a06936bd7ad (patch)
tree98bc485a03bb4e1405c403d9f19d7eabd89e4182 /build.xml
parent19641235676df4355ada6dfd2acb8ce2190642de (diff)
added Perry Trolard's properties helpers
added tests that use a fixture dir (we should standardize on something here)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 7aa9b15c..c0235427 100644
--- a/build.xml
+++ b/build.xml
@@ -8,6 +8,7 @@
<property name="src" location="src"/>
<property name="build" location="classes"/>
+ <property name="test.temp.dir" location="test/tmp"/>
<available property="hasclojure" file="${clojure.jar}"/>
@@ -48,6 +49,7 @@
<target name="test_contrib"
description = "Run contrib tests"
if="hasclojure">
+ <mkdir dir="${test.temp.dir}"/>
<java classname="clojure.main">
<classpath>
<path location="${build}"/>