Author: jhm
Date: Sat Jul 10 06:09:12 2010
New Revision: 962766
URL: http://svn.apache.org/viewvc?rev=962766&view=rev
Log:
Let "RAT" clean the output directory before running.
Modified:
ant/ivy/core/trunk/build-release.xml
Modified: ant/ivy/core/trunk/build-release.xml
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/build-release.xml?rev=962766&r1=962765&r2=962766&view=diff
==============================================================================
--- ant/ivy/core/trunk/build-release.xml (original)
+++ ant/ivy/core/trunk/build-release.xml Sat Jul 10 06:09:12 2010
@@ -442,6 +442,7 @@
uri="antlib:org.apache.rat.anttasks"
classpathref="rat.classpath" />
+ <delete dir="${rat.report.dir}"/>
<mkdir dir="${rat.report.dir}"/>
<rat:report xmlns:rat="antlib:org.apache.rat.anttasks"
reportFile="${rat.report.dir}/rat-report.txt">
<fileset dir="${basedir}">