Skip to content

Commit

Permalink
Fix up dependencies so ant test works without ant jar first
Browse files Browse the repository at this point in the history
  • Loading branch information
toddlipcon committed May 5, 2010
1 parent fdf6053 commit 15e8395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Expand Up @@ -258,7 +258,7 @@

</target>

<target name="compile" depends="compile-java"
<target name="compile" depends="compile-java,buildinfo"
description="Compile all">
</target>

Expand All @@ -284,7 +284,7 @@
<!-- ================================================================== -->
<!-- Compile test code -->
<!-- ================================================================== -->
<target name="compile-java-test" depends="compile-java">
<target name="compile-java-test" depends="compile">
<javac
encoding="${build.encoding}"
srcdir="${test.src.dir}"
Expand Down

0 comments on commit 15e8395

Please sign in to comment.