diff options
author | Stuart Halloway <stu@thinkrelevance.com> | 2009-04-09 17:52:32 +0000 |
---|---|---|
committer | Stuart Halloway <stu@thinkrelevance.com> | 2009-04-09 17:52:32 +0000 |
commit | 9ea45de2be0334513ff4230dcd842a06936bd7ad (patch) | |
tree | 98bc485a03bb4e1405c403d9f19d7eabd89e4182 /build.xml | |
parent | 19641235676df4355ada6dfd2acb8ce2190642de (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.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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}"/> |