# HG changeset patch # User Simon Howkins # Date 1250687956 -3600 # Node ID bed8f6bc974ba1b649f86c0d0ef208f6577c0cb9 # Parent cde2244c8ea666bb551aeda8d6d15c9bdb2f3d29 Added disk space check for all builds. Made the platform build configurable via props and refs in the same way that the package build is. diff -r cde2244c8ea6 -r bed8f6bc974b common/build.xml --- a/common/build.xml Wed Aug 19 11:53:12 2009 +0100 +++ b/common/build.xml Wed Aug 19 14:19:16 2009 +0100 @@ -57,20 +57,32 @@ - [SF-PREP] + + + + + + + + + + +Insufficient space to run this build to completion. (Was looking for ${sf.drive.space.needed}.) To suppress this check, set the property sf.suppress.drive.space.check to any value. + + - - + + - - - - + + + + diff -r cde2244c8ea6 -r bed8f6bc974b common/common_props.ant.xml --- a/common/common_props.ant.xml Wed Aug 19 11:53:12 2009 +0100 +++ b/common/common_props.ant.xml Wed Aug 19 14:19:16 2009 +0100 @@ -2,6 +2,8 @@ + + @@ -13,7 +15,6 @@ - @@ -24,8 +25,6 @@ - - diff -r cde2244c8ea6 -r bed8f6bc974b sf-package/package_props.ant.xml --- a/sf-package/package_props.ant.xml Wed Aug 19 11:53:12 2009 +0100 +++ b/sf-package/package_props.ant.xml Wed Aug 19 14:19:16 2009 +0100 @@ -2,6 +2,8 @@ + + diff -r cde2244c8ea6 -r bed8f6bc974b sf-platform/build.xml --- a/sf-platform/build.xml Wed Aug 19 11:53:12 2009 +0100 +++ b/sf-platform/build.xml Wed Aug 19 14:19:16 2009 +0100 @@ -3,6 +3,15 @@ + + + + + + + + + @@ -448,8 +457,5 @@ - - - diff -r cde2244c8ea6 -r bed8f6bc974b sf-platform/platform_props.ant.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sf-platform/platform_props.ant.xml Wed Aug 19 14:19:16 2009 +0100 @@ -0,0 +1,7 @@ + + + + + + + diff -r cde2244c8ea6 -r bed8f6bc974b sf-platform/platform_refs.ant.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sf-platform/platform_refs.ant.xml Wed Aug 19 14:19:16 2009 +0100 @@ -0,0 +1,5 @@ + + + + +