Changeset 1274:2f327d07c235
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r1273
|
r1274
|
|
| 52 | 52 | <target name="war" depends="compile" description="--> compile and package Unicorn as a war"> |
| 53 | 53 | <mkdir dir="${dist.dir}"/> |
| | 54 | <mkdir dir="${build.dir}/medias"/> |
| 54 | 55 | <war destfile="${dist.dir}/${war.file}" webxml="WebContent/WEB-INF/web.xml" update="true"> |
| 55 | 56 | <classes dir="${build.dir}/classes"/> |