From 70d574c2fbf99ed95c92f9037deeb3543f8fec18 Mon Sep 17 00:00:00 2001 From: Yohann Roussel Date: Fri, 20 Mar 2015 15:45:04 +0100 Subject: Fix strange compilation behavior of jack-intermediate by Ant Making ant after ant clean && ant was still compiling jack-intermediates. An extra call to ant was needed to reach a fixed point. Also remove invalid of jack-intermediate-check Change-Id: I9bbb04423fa10d46c5ec21d3b0ed449822552350 --- build.xml | 46 +++++++++++++++++++++------------------------- 1 file changed, 21 insertions(+), 25 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index cacc268..3e37e92 100644 --- a/build.xml +++ b/build.xml @@ -32,6 +32,7 @@ jack-api-lib-clean, jack-api-src-clean, jack-annotations-lib-clean, + jack-intermediate-clean, jackunittests-lib-clean, jackunittests-clean, jack-tests-clean, @@ -230,44 +231,39 @@ - - - - - - - - - - + - - - - - + + + + + + + + + - + - - + - + @@ -287,7 +283,7 @@ - + @@ -298,7 +294,7 @@ - + @@ -1575,7 +1571,7 @@ - + @@ -1586,7 +1582,7 @@ - + @@ -1629,7 +1625,7 @@ - + -- cgit v1.1