unicorn commit: fixed task war if media folder does not exists

changeset:   1274:2f327d07c235
tag:         tip
user:        Thomas Gambet <tgambet@w3.org>
date:        Fri Jun 18 16:12:39 2010 -0400
files:       build.xml
description:
fixed task war if media folder does not exists


diff -r 7f382380d100 -r 2f327d07c235 build.xml
--- a/build.xml	Fri Jun 18 16:10:33 2010 -0400
+++ b/build.xml	Fri Jun 18 16:12:39 2010 -0400
@@ -51,6 +51,7 @@
 	
 	<target name="war" depends="compile" description="--> compile and package Unicorn as a war">
 		<mkdir dir="${dist.dir}"/>
+		<mkdir dir="${build.dir}/medias"/>
 		<war destfile="${dist.dir}/${war.file}" webxml="WebContent/WEB-INF/web.xml" update="true">
 			<classes dir="${build.dir}/classes"/>
 			<lib dir="${lib.dir}" />

Received on Friday, 18 June 2010 20:13:15 UTC