diff options
-rw-r--r-- | build/build-properties.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/build/build-properties.xml b/build/build-properties.xml index a94410d9d..a5766ac07 100644 --- a/build/build-properties.xml +++ b/build/build-properties.xml @@ -114,8 +114,10 @@ </target> <target name="init-directories" - depends="init-properties" - unless="init-directories.done" > + depends="init-properties"> +<!-- some flows take us through this target twice in one build and it needs to + successfully execute twice --> +<!-- unless="init-directories.done" --> <mkdir dir="${aj.results.dir}" /> <mkdir dir="${aj.build.dir}" /> <mkdir dir="${aj.temp.dir}" /> |