commit ee4d69d4bfed2b8d11227881b3398e59e6b56c7c Author: hiromipaw hiro@torproject.org Date: Fri Nov 18 15:09:58 2016 +0100
Revert "Prepare metrics-lib for jenkins build. Exclude checks when building in jenkins. Add clean task as dep for test."
This reverts commit d154982e5a974bf451086241e79f9b3d9f56b2c6. --- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.xml b/build.xml index 1c1cf6a..794188f 100644 --- a/build.xml +++ b/build.xml @@ -140,7 +140,7 @@ </javac> </target>
- <target name="test" depends="clean,compile,testcompile"> + <target name="test" depends="compile,testcompile"> <junit fork="true" haltonfailure="true" printsummary="off"> <classpath refid="test.classpath"/> <formatter type="plain" usefile="false"/> @@ -162,7 +162,7 @@ <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"> <classpath refid="checkstyle.classpath" /> </taskdef> - <target name="checks" depends="compile" unless="jenkins"> + <target name="checks" depends="compile"> <checkstyle config="${testresources}/metrics_checks.xml"> <fileset dir="${sources}" includes="**/*.java" />