From 426880a70cbebea4f6b62d0035b13723677baa17 Mon Sep 17 00:00:00 2001 From: Nicola Ken Barozzi Date: Mon, 8 Apr 2002 17:32:31 +0000 Subject: [PATCH] Updated build for running dist and distlight targets. Added uptodate checks before unjarring the cents. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352374 13f79535-47bb-0310-9956-ffa450edef68 --- .cvsignore | 20 +++--------- build.xml | 38 ++++++++++++++++++++--- tools/antipede/build.xtarget | 54 ++++++++++++++++++++++----------- tools/antipede/tasks.properties | 5 ++- 4 files changed, 78 insertions(+), 39 deletions(-) diff --git a/.cvsignore b/.cvsignore index 322613f28..53bed8c0f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,19 +1,7 @@ -.ant.properties +*.properties dist -build -distributions -prj.el -emacs-jprj.el -docs -todo -hdf.log -hpsf.log -hssf.log -poifs.log -util.log -poi.ipr -release-bin -POILogger.log -jakarta-poi.ipr +*.el +*.ipr build.number log*.* +*.log \ No newline at end of file diff --git a/build.xml b/build.xml index b09bbf108..3ae7a4d7b 100644 --- a/build.xml +++ b/build.xml @@ -145,7 +145,7 @@ printed. - + @@ -176,7 +176,7 @@ printed. - + @@ -250,9 +250,25 @@ printed. - + + + ********************************************** + * + * Build all distributions: + * - source distribution for windows/unix. + * - binary distribution for windows/unix. + * + * Since *all* main targets are tested, + * first indipendently and then together to + * check that everything is ok, + * this may take a while... + * + *********************************************** + + + @@ -260,6 +276,20 @@ printed. + + + + + + + + + + + + + diff --git a/tools/antipede/build.xtarget b/tools/antipede/build.xtarget index be9f7f338..8a17b93d2 100644 --- a/tools/antipede/build.xtarget +++ b/tools/antipede/build.xtarget @@ -51,11 +51,14 @@ - + - + + + + @@ -63,7 +66,7 @@ - + @@ -73,6 +76,10 @@ + + + + @@ -80,40 +87,51 @@ - + - + + + + + + - + - + - - - - - - - + + + + + + - - + - - + + + + + + + + diff --git a/tools/antipede/tasks.properties b/tools/antipede/tasks.properties index 4f804087e..05588d12a 100644 --- a/tools/antipede/tasks.properties +++ b/tools/antipede/tasks.properties @@ -1,5 +1,8 @@ + +#Antipede tasks antipede-foreach=net.sf.antcontrib.logic.ForEach antipede-if=net.sf.antcontrib.logic.IfTask antipede-propertycopy=net.sf.antcontrib.property.PropertyCopy antipede-switch=net.sf.antcontrib.logic.Switch -antipede-trycatch=net.sf.antcontrib.logic.TryCatchTask \ No newline at end of file +antipede-trycatch=net.sf.antcontrib.logic.TryCatchTask +