Mercurial > public > develkit
changeset 7:361f0d420ad4
TL-32: Attempt to handle working off-line
author | smith@nwoca.org |
---|---|
date | Sat, 18 Dec 2010 11:54:16 -0500 |
parents | e779cd205e30 |
children | 26a4d8410fdf |
files | bootstrap.xml |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/bootstrap.xml Fri Dec 17 21:25:13 2010 -0500 +++ b/bootstrap.xml Sat Dec 18 11:54:16 2010 -0500 @@ -15,7 +15,7 @@ <sequential> <get dest="${ssdt.devel.kit}/@{file}" src="${ssdt.devel.kit.src}/@{file}" - usetimestamp="true" verbose="false" /> + usetimestamp="true" verbose="false" ignoreerrors="true" /> <import file="${ssdt.devel.kit}/@{file}"/> </sequential> </macrodef> @@ -26,7 +26,7 @@ <sequential> <get dest="@{dest}" src="@{src}" - usetimestamp="true" verbose="false" /> + usetimestamp="true" verbose="false" ignoreerrors="true"/> </sequential> </macrodef> @@ -38,5 +38,4 @@ <ssdt:import-ant file="ivy-ant.xml"/> <ssdt:import-ant file="antcontrib-ant.xml"/> <ssdt:import-ant file="ssdt-common-build.xml"/> - </project>