From 8b6e51b5f23afaa854d36910b291d4b849781a7f Mon Sep 17 00:00:00 2001 From: wisberg Date: Fri, 17 Jun 2005 04:30:44 +0000 Subject: [PATCH] removed redundant properties, failonerror=false with build-aspectj using reporting, avoid multiple entries and ; in aspectjrt.path --- build/release/build.xml | 108 ++++++++++++++++++++-------------------- 1 file changed, 55 insertions(+), 53 deletions(-) diff --git a/build/release/build.xml b/build/release/build.xml index b6c530eb9..698ea0b81 100644 --- a/build/release/build.xml +++ b/build/release/build.xml @@ -32,22 +32,17 @@ - + - - - + location="${aspectj.modules.lib.dir}/ant"/> - + + @@ -65,42 +60,32 @@ - - - - - - - - - - + + + + + - - - - - - + + + + + + + + - - - - - - - - - - - + + + + + + + + + - - + @@ -119,8 +104,8 @@ - - + + @@ -135,9 +120,16 @@ - + + - + + + + - + + @@ -163,23 +160,27 @@ file/target -f ${run.ant.file} ${ant.target} options ${ant.verbose} ${ant.properties} output ${ant.output.file} + resultproperty ${resultproperty} + failonerror ${failonerror} + aspectjrt.path ${aspectjrt.path} - + - + @@ -190,8 +191,7 @@ path="${aspectj.ant.home}"/> - + + -- 2.39.5