diff options
| author | Alon Levy <alon@pobox.com> | 2015-01-27 12:41:43 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-01-27 12:41:43 +0200 |
| commit | 4db8cf6cafdd931061c6f41306cfccc9f58ddc4b (patch) | |
| tree | 7a37f0b8c6aa16bd28f607d13c3800005db355d0 | |
| parent | cdef1070a3afc78ce377f0d583b50166629bc93f (diff) | |
build.ant: ignore missing htpasswd (used only for run-local.sh)
| -rw-r--r-- | build.ant | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |
