summaryrefslogtreecommitdiff
path: root/build.ant
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-04-20 14:54:57 +0300
committerLV-426 <lv-426@taproot.org.il>2015-04-20 18:46:13 +0300
commit131e7436bc5079c4259f8952d710aad1c7c4caa8 (patch)
treead4ba4faa89c6a711871975229e5d961a46842f3 /build.ant
parentfce962e2d02852ee0c295c4ce0585b0362db1513 (diff)
build.ant: continue on missing domain-specific fragments
Diffstat (limited to 'build.ant')
-rw-r--r--build.ant3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.ant b/build.ant
index 812a8181..4321d4fc 100644
--- a/build.ant
+++ b/build.ant
@@ -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>