Changeset 1274:2f327d07c235

Show
Ignore:
Timestamp:
06/18/10 20:12:39 (3 years ago)
Author:
Thomas Gambet <tgambet@…>
Branch:
default
Message:

fixed task war if media folder does not exists

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • build.xml

    r1273 r1274  
    5252        <target name="war" depends="compile" description="--> compile and package Unicorn as a war"> 
    5353                <mkdir dir="${dist.dir}"/> 
     54                <mkdir dir="${build.dir}/medias"/> 
    5455                <war destfile="${dist.dir}/${war.file}" webxml="WebContent/WEB-INF/web.xml" update="true"> 
    5556                        <classes dir="${build.dir}/classes"/>