]> source.dussan.org Git - vaadin-framework.git/commitdiff
Ensure result dir exists before trying to write to it (#10918)
authorArtur Signell <artur@vaadin.com>
Tue, 19 Feb 2013 22:48:37 +0000 (00:48 +0200)
committerVaadin Code Review <review@vaadin.com>
Wed, 20 Feb 2013 07:13:40 +0000 (07:13 +0000)
Change-Id: I7d01a80c10b8efd66b067023a7c56c6ba43e8265

common.xml

index 7a3f2f17c66a5ce3b57480cff2d4fc8a3199ddb7..163ce8827d8ae3e7b1fecc5c81aebd2cb006714a 100644 (file)
@@ -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>