summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-02-20 00:48:37 +0200
committerVaadin Code Review <review@vaadin.com>2013-02-20 07:13:40 +0000
commit74557919f3000f172245479e7200311a136fe258 (patch)
treed6e432c0a3c60502cbd0e04aba4975174208b5ca
parent696ef550ad583ac3c317704fcc093f87b78b64e4 (diff)
downloadvaadin-framework-74557919f3000f172245479e7200311a136fe258.tar.gz
vaadin-framework-74557919f3000f172245479e7200311a136fe258.zip
Ensure result dir exists before trying to write to it (#10918)
Change-Id: I7d01a80c10b8efd66b067023a7c56c6ba43e8265
-rw-r--r--common.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.xml b/common.xml
index 7a3f2f17c6..163ce8827d 100644
--- a/common.xml
+++ b/common.xml
@@ -68,6 +68,7 @@
</target>
<target name="fetch-release-notes-tickets" unless="built.release-notes" if="build.release-notes">
+ <mkdir dir="${vaadin.basedir}/result"/>
<subant buildpath="${vaadin.basedir}/buildhelpers" target="fetch-release-notes-tickets" antfile="build.xml" inheritall="true">
<property name="output" location="${release-notes-tickets-file}" />
</subant>