Skip to content

Commit

Permalink
Compile Java test source in the ant build.
Browse files Browse the repository at this point in the history
Signed-off-by: Stuart Halloway <stu@thinkrelevance.com>
  • Loading branch information
pjstadig authored and stuarthalloway committed Mar 9, 2012
1 parent 30616fa commit c52027f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.xml
Expand Up @@ -78,10 +78,9 @@
<target name="compile-tests"
description="Compile the subset of tests that require compilation."
unless="maven.test.skip">
<delete dir="${test-classes}"/>
<mkdir dir="${test-classes}"/>
<!-- <javac srcdir="${jtestsrc}" destdir="${test-classes}" includeJavaRuntime="yes" -->
<!-- debug="true" source="1.5" target="1.5" includeantruntime="no"/> -->
<javac srcdir="${jtestsrc}" destdir="${test-classes}" includeJavaRuntime="yes"
debug="true" source="1.5" target="1.5" includeantruntime="no"/>
<java classname="clojure.lang.Compile"
classpath="${test-classes}:${test}:${build}:${cljsrc}"
failonerror="true"
Expand Down

0 comments on commit c52027f

Please sign in to comment.