diff options
-rw-r--r-- | common.xml | 1 |
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> |