summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-01-27 12:41:43 +0200
committerAlon Levy <alon@pobox.com>2015-01-27 12:41:43 +0200
commit4db8cf6cafdd931061c6f41306cfccc9f58ddc4b (patch)
tree7a37f0b8c6aa16bd28f607d13c3800005db355d0
parentcdef1070a3afc78ce377f0d583b50166629bc93f (diff)
build.ant: ignore missing htpasswd (used only for run-local.sh)
-rw-r--r--build.ant3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.ant b/build.ant
index 67536b3b..a612ab3c 100644
--- a/build.ant
+++ b/build.ant
@@ -79,7 +79,8 @@
<copy file="res/etc/rhizi-server.conf"
tofile="${targetDeploymentDir}/etc/rhizi-server.conf" />
<copy file="res/etc/htpasswd"
- tofile="${targetDeploymentDir}/etc/htpasswd" />
+ tofile="${targetDeploymentDir}/etc/htpasswd"
+ failonerror="false" quiet="true"/>
<rsync src="res/templates/" dst="${targetDeploymentDir}/templates" />
</parallel>