aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonrad Hinsen <konrad.hinsen@laposte.net>2009-06-17 15:13:16 +0200
committerKonrad Hinsen <konrad.hinsen@laposte.net>2009-06-17 15:13:16 +0200
commit3073f0dc0614cb8c95f2debd0b7e6a75c1736ece (patch)
tree97f5ee9230c043b93cb66f50cd5a501e8c79fdc2
parent7ea70da82e42416864e2f97e3d314aced34af682 (diff)
build.xml: run compile-clojure in headless mode
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index bd280b98..6e1e337c 100644
--- a/build.xml
+++ b/build.xml
@@ -112,6 +112,7 @@
<path location="${clojure.jar}"/>
</classpath>
<sysproperty key="clojure.compile.path" value="${build}"/>
+ <sysproperty key="java.awt.headless" value="true"/>
<arg value="clojure.contrib.accumulators"/>
<arg value="clojure.contrib.agent-utils"/>
<arg value="clojure.contrib.classpath"/>