From 98ec1415dcfcf5a2d5654998fc2334c943bdb6e6 Mon Sep 17 00:00:00 2001 From: Mikael Vappula Date: Mon, 5 Dec 2011 12:10:38 +0200 Subject: Prevent multiple ivy:configure calls Added a controlling property deps.initialized to prevent multiple Ivy configuration and task definition initialization within same Ant run. --- build/common.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'build') diff --git a/build/common.xml b/build/common.xml index 69e8065231..aff5c36cb3 100644 --- a/build/common.xml +++ b/build/common.xml @@ -13,7 +13,9 @@ + depends="init-taskdefs" unless="deps.initialized"> + + @@ -26,7 +28,7 @@ - + @@ -34,7 +36,7 @@ - + Loading Ant tasks -- cgit v1.2.3