You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2016/11/13 16:34:50 UTC

svn commit: r1769516 - /jmeter/trunk/build.xml

Author: pmouawad
Date: Sun Nov 13 16:34:50 2016
New Revision: 1769516

URL: http://svn.apache.org/viewvc?rev=1769516&view=rev
Log:
create reports folder to avoid failure

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1769516&r1=1769515&r2=1769516&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Sun Nov 13 16:34:50 2016
@@ -3274,6 +3274,7 @@ run JMeter unless all the JMeter jars ar
         <pathelement location="${lib.opt}/${rat-tasks.jar}"/>
       </classpath>
     </taskdef>
+  	<mkdir dir="${basedir}/reports/" />
     <rat:report reportfile="reports/rat-report.txt">
         <fileset dir="." excludesfile="rat-excludes.txt"/>
     </rat:report>