diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-04-20 14:54:57 +0300 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-04-20 18:46:13 +0300 |
| commit | 131e7436bc5079c4259f8952d710aad1c7c4caa8 (patch) | |
| tree | ad4ba4faa89c6a711871975229e5d961a46842f3 /build.ant | |
| parent | fce962e2d02852ee0c295c4ce0585b0362db1513 (diff) | |
build.ant: continue on missing domain-specific fragments
Diffstat (limited to 'build.ant')
| -rw-r--r-- | build.ant | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -130,7 +130,8 @@ <copy file="src/local/domain/${targetDomain}/domain_types.js" tofile="${targetDeploymentDir}/static/model/domain_types.js" /> <copy todir="${targetDeploymentDir}/templates/fragment" - overwrite="true"> + overwrite="true" + failonerror="false" > <fileset dir="res/local/template/fragment/by-domain/${targetDomain}" /> </copy> |
