From 6f87918bbd5bbbd1f2a7c641acd210058cbf3cf1 Mon Sep 17 00:00:00 2001 From: Doni Pracner Date: Thu, 26 Sep 2013 00:13:44 +0200 Subject: [PATCH 1/1] ant build - foreach with samples; samples temp dir that can be cleaned out --- build.xml | 53 ++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 46 insertions(+), 7 deletions(-) diff --git a/build.xml b/build.xml index 4b35a7a..93d03ce 100644 --- a/build.xml +++ b/build.xml @@ -1,5 +1,11 @@ - + + + + + + + @@ -7,6 +13,9 @@ + + + Possible options: all - build the tool and the compiler and test on the samples @@ -19,6 +28,12 @@ + + + + + + @@ -36,15 +51,26 @@ - - - + + + + + + + + + + + + + + - + - + @@ -57,8 +83,19 @@ + + + + + + + + + + + - + @@ -71,10 +108,12 @@ + + -- 2.17.1