This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 7fee1cb  Create docs dir as it has been removed from master branch and 
clean-docs fails without
7fee1cb is described below

commit 7fee1cb9a46812346f0e5265f2996fb475f97289
Author: Felix Schumacher <[email protected]>
AuthorDate: Mon Jun 17 12:05:57 2019 +0200

    Create docs dir as it has been removed from master branch and clean-docs 
fails without
---
 build.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.xml b/build.xml
index 6c5215e..fcb52f3 100644
--- a/build.xml
+++ b/build.xml
@@ -2484,6 +2484,7 @@ run JMeter unless all the JMeter jars are added.
   This should be done before regenerating the documents for a release so that 
any obsolete files are detected.
   -->
   <target name="clean-docs">
+    <mkdir dir="${dest.docs}" />
     <delete>
       <fileset dir="${dest.docs}" excludes=".svn/** api/**"/>
     </delete>

Reply via email to