diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml index f906ae2ec2..0a42cde984 100644 --- a/build/build.xml +++ b/build/build.xml @@ -479,6 +479,7 @@ <target name="compile-widgetset" description="Compiles the widgetset given as the first parameter" depends="ivy-resolve"> <fail unless="widgetset" message="No widgetset parameter set"/> <echo>Compiling widgetset ${widgetset}. Output directory: ${widgetsets-output-dir}</echo> + <mkdir dir="${widgetsets-output-dir}"/> <java classname="com.google.gwt.dev.Compiler" failonerror="yes" fork="yes" maxmemory="512m"> <classpath> <path refid="client-side.compile.classpath" /> |