Skip to content

Commit

Permalink
added debugging info to test classes
Browse files Browse the repository at this point in the history
  • Loading branch information
goobsoft committed Sep 30, 2008
1 parent 07763cb commit 7975b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -38,7 +38,7 @@
<mkdir dir="${test.report.dir}"/> <mkdir dir="${test.report.dir}"/>
<mkdir dir="${test.report.dir}/html"/> <mkdir dir="${test.report.dir}/html"/>


<javac srcdir="${test.src.dir}" destdir="${test.build.dir}"> <javac srcdir="${test.src.dir}" destdir="${test.build.dir}" debug="on">
<classpath refid="test.classpath"/> <classpath refid="test.classpath"/>
</javac> </javac>


Expand Down

0 comments on commit 7975b52

Please sign in to comment.