diff options
author | Konrad Hinsen <konrad.hinsen@laposte.net> | 2009-06-17 15:13:16 +0200 |
---|---|---|
committer | Konrad Hinsen <konrad.hinsen@laposte.net> | 2009-06-17 15:13:16 +0200 |
commit | 3073f0dc0614cb8c95f2debd0b7e6a75c1736ece (patch) | |
tree | 97f5ee9230c043b93cb66f50cd5a501e8c79fdc2 | |
parent | 7ea70da82e42416864e2f97e3d314aced34af682 (diff) |
build.xml: run compile-clojure in headless mode
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"/> |