From 1644b1c249f5cad91e691127a4cc10fcdc25ec6d Mon Sep 17 00:00:00 2001 From: mark_story Date: Thu, 5 Jan 2012 22:01:40 -0500 Subject: [PATCH] Fix a few problems with the build.xml - Fix condition checking. Phing was barfing on the old 'code' - Packages would always be made for the previous release. Fix that. - Check return codes so we don't blunder ahead when things go wrong. - Put in invalid data so accidents don't happen. --- build.properties | 2 +- build.xml | 38 ++++++++++++++++++++++---------------- 2 files changed, 23 insertions(+), 17 deletions(-) diff --git a/build.properties b/build.properties index d3c5d4b2a..e3c99ca91 100644 --- a/build.properties +++ b/build.properties @@ -2,7 +2,7 @@ project.name = CakePHP # Git stuff -git.remote = +git.remote = changeme! # Directories build.dir = build diff --git a/build.xml b/build.xml index f7e6a96a6..e69a5979e 100644 --- a/build.xml +++ b/build.xml @@ -47,13 +47,16 @@ - - + + + + + @@ -149,37 +152,39 @@ - + - + + + + - + - - - + + + - - - " + - - - + + + + - + - +