Return-Path: Delivered-To: apmail-jakarta-avalon-cvs-archive@apache.org Received: (qmail 71476 invoked from network); 26 Jul 2002 14:22:13 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 26 Jul 2002 14:22:13 -0000 Received: (qmail 13632 invoked by uid 97); 26 Jul 2002 14:22:31 -0000 Delivered-To: qmlist-jakarta-archive-avalon-cvs@jakarta.apache.org Received: (qmail 13451 invoked by uid 97); 26 Jul 2002 14:22:29 -0000 Mailing-List: contact avalon-cvs-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon CVS List" Reply-To: "Avalon Developers List" Delivered-To: mailing list avalon-cvs@jakarta.apache.org Received: (qmail 13305 invoked by uid 97); 26 Jul 2002 14:22:28 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: 26 Jul 2002 14:21:59 -0000 Message-ID: <20020726142159.2640.qmail@icarus.apache.org> From: leosimons@apache.org To: jakarta-avalon-apps-cvs@apache.org Subject: cvs commit: jakarta-avalon-apps/db build.xml default.properties X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N leosimons 2002/07/26 07:21:59 Modified: . build.xml cocoonbuild.xml xcommander build.xml site build.xml simpleserver build.xml sevak build.xml overlord build.xml httpproxy build.xml hsql build.xml ftpserver build.xml default.properties demo build.xml default.properties db build.xml default.properties Added: . build-sites.sh simpleserver default.properties sevak default.properties overlord default.properties httpproxy default.properties hsql default.properties demo newbuild.xml Log: fix documentation generation scripts for avalon-apps. Revision Changes Path 1.3 +77 -67 jakarta-avalon-apps/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-apps/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build.xml 16 Jul 2002 16:51:31 -0000 1.2 +++ build.xml 26 Jul 2002 14:21:58 -0000 1.3 @@ -25,7 +25,7 @@ MODULE SETUP ========================================================================================== --> - + @@ -35,7 +35,7 @@ - + @@ -55,7 +55,7 @@ - + @@ -91,18 +91,18 @@ DEFAULT TARGETS ========================================================================================== --> - - + + - + + - - + - + - + @@ -133,12 +133,12 @@ - + - + @@ -152,7 +152,7 @@ - + @@ -161,7 +161,7 @@ - + @@ -173,13 +173,13 @@ ========================================================================================== --> - + - + @@ -193,7 +193,7 @@ - + @@ -202,18 +202,18 @@ config="${conf.dir}/${name}-config.xml" environment="${conf.dir}/${name}-environment.xml" assembly="${conf.dir}/${name}-assembly.xml" > - + - + - + - + @@ -222,37 +222,37 @@ - + - + - + - + - + - + - + - + @@ -262,7 +262,7 @@ - + @@ -275,9 +275,9 @@ - + - + @@ -285,49 +285,49 @@ - - - + + + - + - + - + - + - + - + - + - + - + - + - + - + @@ -335,13 +335,13 @@ - + - + - + @@ -350,7 +350,7 @@ - + @@ -359,7 +359,7 @@ - + @@ -368,7 +368,7 @@ - + @@ -379,10 +379,10 @@ ========================================================================================== --> - + - + @@ -418,13 +418,13 @@ - + - + @@ -466,6 +466,8 @@ + + @@ -492,14 +494,14 @@ - - + @@ -508,18 +510,20 @@ - + - + + + - + @@ -529,7 +533,7 @@ - + @@ -537,14 +541,20 @@ - - + + + + + + + + - - + + 1.4 +23 -14 jakarta-avalon-apps/cocoonbuild.xml Index: cocoonbuild.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-apps/cocoonbuild.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- cocoonbuild.xml 16 Jul 2002 16:47:19 -0000 1.3 +++ cocoonbuild.xml 26 Jul 2002 14:21:58 -0000 1.4 @@ -29,10 +29,10 @@ - - - - + + + + @@ -46,6 +46,7 @@ + @@ -72,14 +73,14 @@ - - + @@ -88,18 +89,20 @@ - + - + + + - + @@ -109,7 +112,7 @@ - + @@ -117,14 +120,20 @@ - - + + + + + + + + - - + + 1.1 jakarta-avalon-apps/build-sites.sh Index: build-sites.sh =================================================================== #!/bin/sh # quick stupid script by LSD # this script is in the public domain # update these projects PROJECTS="db demo enterprise ftpserver hsql httpproxy overlord sevak simpleserver xcommander" MULTI_PROCESS="no" ANT_COMMAND="ant site" echo "*---------------------------------------------------*" echo "| This is the Morning Cappuchino script |" echo "|---------------------------------------------------|" echo "| Go and grab yourself a coffee while I build the |" echo "| following projects for you: |" echo "*---------------------------------------------------*" for module in ${PROJECTS} do echo " - ${module}" done echo "*---------------------------------------------------*" echo "" CURRDIR=${PWD} for module in ${PROJECTS} do echo "updating module: " ${module} if [ "${MULTI_PROCESS}" = "yes" ] then $(cd ${CURRDIR}/${module}; ${ANT_COMMAND}) & else cd ${CURRDIR}/${module}; ${ANT_COMMAND} fi done 1.17 +1 -1 jakarta-avalon-apps/xcommander/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-apps/xcommander/build.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- build.xml 16 Jul 2002 16:51:31 -0000 1.16 +++ build.xml 26 Jul 2002 14:21:58 -0000 1.17 @@ -34,7 +34,7 @@ ========================================================================================== --> - + 1.11 +1 -1 jakarta-avalon-apps/site/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-apps/site/build.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- build.xml 14 Jul 2002 16:43:31 -0000 1.10 +++ build.xml 26 Jul 2002 14:21:58 -0000 1.11 @@ -17,7 +17,7 @@ - + 1.14 +62 -127 jakarta-avalon-apps/simpleserver/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-apps/simpleserver/build.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- build.xml 6 Jun 2002 20:48:40 -0000 1.13 +++ build.xml 26 Jul 2002 14:21:58 -0000 1.14 @@ -2,21 +2,19 @@ - - - - - - - - - - - - + + + + + + + + + + + @@ -206,135 +204,30 @@ - - + + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -431,7 +324,7 @@ - + @@ -482,4 +375,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1.1 jakarta-avalon-apps/simpleserver/default.properties Index: default.properties =================================================================== # ============================================================================ # Standard Build Properties for SimpleServer # ============================================================================ # Overrides the incorrect values in ../default.properties. # ---------------------------------------------------------------------------- # DOC GENERATION CONFIGURATION # ---------------------------------------------------------------------------- name = simpleserver Name = Avalon Apps SimpleServer dir-name = simpleserver version = 0.7 package-version = 1.0 year = 2000-2002 1.9 +55 -121 jakarta-avalon-apps/sevak/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-apps/sevak/build.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- build.xml 24 Jul 2002 03:14:49 -0000 1.8 +++ build.xml 26 Jul 2002 14:21:58 -0000 1.9 @@ -2,21 +2,19 @@ - - - - - - - - - - - - + + + + + + + + + + + @@ -408,112 +406,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -757,4 +649,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1.1 jakarta-avalon-apps/sevak/default.properties Index: default.properties =================================================================== # ============================================================================ # Standard Build Properties for Sevak # ============================================================================ # Overrides the incorrect values in ../default.properties. # ---------------------------------------------------------------------------- # DOC GENERATION CONFIGURATION # ---------------------------------------------------------------------------- name = sevak Name = Avalon Apps Sevak dir-name = sevak version = 0.6 package-version = 1.0 year = 2000-2002 1.15 +55 -120 jakarta-avalon-apps/overlord/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-apps/overlord/build.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- build.xml 6 Jun 2002 20:48:40 -0000 1.14 +++ build.xml 26 Jul 2002 14:21:59 -0000 1.15 @@ -2,21 +2,19 @@ - - - - - - - - - - - - + + + + + + + + + + + @@ -211,112 +209,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -463,4 +356,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1.1 jakarta-avalon-apps/overlord/default.properties Index: default.properties =================================================================== # ============================================================================ # Standard Build Properties for Overlord # ============================================================================ # Overrides the incorrect values in ../default.properties. # ---------------------------------------------------------------------------- # DOC GENERATION CONFIGURATION # ---------------------------------------------------------------------------- name = overlord Name = Avalon Apps Overlord dir-name = overlord version = 0.1 package-version = 1.0 year = 2000-2002 1.19 +55 -120 jakarta-avalon-apps/httpproxy/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-apps/httpproxy/build.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- build.xml 6 Jun 2002 20:48:39 -0000 1.18 +++ build.xml 26 Jul 2002 14:21:59 -0000 1.19 @@ -2,21 +2,19 @@ - - - - - - - - - - - - + + + + + + + + + + + @@ -208,111 +206,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -460,4 +353,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1.1 jakarta-avalon-apps/httpproxy/default.properties Index: default.properties =================================================================== # ============================================================================ # Standard Build Properties for HTTP Proxy # ============================================================================ # Overrides the incorrect values in ../default.properties. # ---------------------------------------------------------------------------- # DOC GENERATION CONFIGURATION # ---------------------------------------------------------------------------- name = httpproxy Name = Avalon Apps HTTP Proxy dir-name = httpproxy version = 0.7 package-version = 1.0 year = 2000-2002 1.26 +61 -128 jakarta-avalon-apps/hsql/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-apps/hsql/build.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- build.xml 6 Jun 2002 20:48:39 -0000 1.25 +++ build.xml 26 Jul 2002 14:21:59 -0000 1.26 @@ -2,21 +2,19 @@ - - - - - - - - - - - - + + + + + + + + + + + @@ -188,138 +186,31 @@ - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -464,4 +355,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1.1 jakarta-avalon-apps/hsql/default.properties Index: default.properties =================================================================== # ============================================================================ # Standard Build Properties for HyperSQL # ============================================================================ # Overrides the incorrect values in ../default.properties. # ---------------------------------------------------------------------------- # DOC GENERATION CONFIGURATION # ---------------------------------------------------------------------------- name = hsql Name = Avalon Apps HyperSQL dir-name = hsql version = 0.7 package-version = 1.0 year = 2000-2002 1.40 +7 -5 jakarta-avalon-apps/ftpserver/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-apps/ftpserver/build.xml,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- build.xml 14 Jul 2002 16:43:31 -0000 1.39 +++ build.xml 26 Jul 2002 14:21:59 -0000 1.40 @@ -6,13 +6,15 @@ PROPERTY SETUP ========================================================================================== --> - + - - - + + + + + @@ -163,7 +165,7 @@ - + 1.2 +8 -63 jakarta-avalon-apps/ftpserver/default.properties Index: default.properties =================================================================== RCS file: /home/cvs/jakarta-avalon-apps/ftpserver/default.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- default.properties 14 Jul 2002 16:43:31 -0000 1.1 +++ default.properties 26 Jul 2002 14:21:59 -0000 1.2 @@ -1,70 +1,15 @@ -# ------------------------------------------------------------------- -# B U I L D P R O P E R T I E S -# ------------------------------------------------------------------- -# Specifies default property values -# Overridden by ../default.properties and all ant.properties -# Not user-editable; use ant.properties files instead +# ============================================================================ +# Standard Build Properties for Demos +# ============================================================================ +# Overrides the incorrect values in ../default.properties. -# -------------------------------------------------- +# ---------------------------------------------------------------------------- # DOC GENERATION CONFIGURATION -# -------------------------------------------------- +# ---------------------------------------------------------------------------- name=ftp-server Name=Avalon Apps FtpServer -dir-name=xcommander +dir-name=ftpserver version=1.0 package-version=1.0 -year=2001-2002 - -# -------------------------------------------------- -# REQUIRED LIBRARIES -# -------------------------------------------------- - -# ----- Avalon Framework ----- -avalon-framework.home=${basedir}/../../jakarta-avalon -avalon-framework.lib=${avalon-framework.home}/build/lib -avalon-framework.jar=${avalon-framework.lib}/avalon-framework.jar - -# -------------------------------------------------- -# COMPILATION ENVIRONMENT -# -------------------------------------------------- - -# Settings used to configure compile environment -build.debug = on -build.optimize = off -build.deprecation = on -build.compress = false -junit.failonerror = false - -# location of intermediate products -build.dir = build -build.testsrc = ${build.dir}/testsrc -build.testclasses = ${build.dir}/testclasses -build.lib = ${build.dir}/lib -build.conf = ${build.dir}/conf -build.classes = ${build.dir}/classes -build.tests = ${build.dir}/tests -build.reports = ${build.dir}/reports -build.docs = ${build.dir}/docs -build.javadocs = ${build.docs}/api - -# Set the properties for source directories -src.dir = src -java.dir = ${src.dir}/java -conf.dir = ${src.dir}/conf -test.dir = ${src.dir}/test - -# Set the properties for distribution directories -dist.dir = dist -dist.javadocs = ${dist.dir}/docs/api - -# name of .zip/.tar.gz/.bz2 files and their top-level directory -dist.name = ${name}-${version} - -# name of jar file -jar.name = ${name}-${version}.jar - -# property indicating directory where all distribution archives are placed -dist.base = distributions - -depchecker.prefix=. +year=2001-2002 \ No newline at end of file 1.59 +14 -8 jakarta-avalon-apps/demo/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-apps/demo/build.xml,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- build.xml 14 Jul 2002 16:43:31 -0000 1.58 +++ build.xml 26 Jul 2002 14:21:59 -0000 1.59 @@ -1,14 +1,20 @@ - + + + + - - - + + - + + + @@ -563,10 +569,10 @@ ========================================================================================== --> - + - + @@ -597,7 +603,7 @@ - + 1.2 +18 -66 jakarta-avalon-apps/demo/default.properties Index: default.properties =================================================================== RCS file: /home/cvs/jakarta-avalon-apps/demo/default.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- default.properties 14 Jul 2002 16:43:31 -0000 1.1 +++ default.properties 26 Jul 2002 14:21:59 -0000 1.2 @@ -1,70 +1,22 @@ -# ------------------------------------------------------------------- -# B U I L D P R O P E R T I E S -# ------------------------------------------------------------------- -# Specifies default property values -# Overridden by ../default.properties and all ant.properties -# Not user-editable; use ant.properties files instead +# ============================================================================ +# Standard Build Properties for Demos +# ============================================================================ +# Overrides the incorrect values in ../default.properties. -# -------------------------------------------------- +# ---------------------------------------------------------------------------- # DOC GENERATION CONFIGURATION -# -------------------------------------------------- +# ---------------------------------------------------------------------------- -name=demo -Name=Demo -dir-name=demo -version=0.7 -package-version=1.0 -year=2000-2002 +name = demo +Name = Avalon Apps Demos +dir-name = demo +version = 0.7 +package-version = 1.0 +year = 2000-2002 + +# ---------------------------------------------------------------------------- +# OVERRIDE SOME STANDARD TARGETS +# ---------------------------------------------------------------------------- -# -------------------------------------------------- -# REQUIRED LIBRARIES -# -------------------------------------------------- - -# ----- Avalon Framework ----- -avalon-framework.home=${basedir}/../../jakarta-avalon -avalon-framework.lib=${avalon-framework.home}/build/lib -avalon-framework.jar=${avalon-framework.lib}/avalon-framework.jar - -# -------------------------------------------------- -# COMPILATION ENVIRONMENT -# -------------------------------------------------- - -# Settings used to configure compile environment -build.debug = on -build.optimize = off -build.deprecation = on -build.compress = false -junit.failonerror = false - -# location of intermediate products -build.dir = build -build.testsrc = ${build.dir}/testsrc -build.testclasses = ${build.dir}/testclasses -build.lib = ${build.dir}/lib -build.conf = ${build.dir}/conf -build.classes = ${build.dir}/classes -build.tests = ${build.dir}/tests -build.reports = ${build.dir}/reports -build.docs = ${build.dir}/docs -build.javadocs = ${build.docs}/api - -# Set the properties for source directories -src.dir = src -java.dir = ${src.dir}/java -conf.dir = ${src.dir}/conf -test.dir = ${src.dir}/test - -# Set the properties for distribution directories -dist.dir = dist -dist.javadocs = ${dist.dir}/docs/api - -# name of .zip/.tar.gz/.bz2 files and their top-level directory -dist.name = ${name}-${version} - -# name of jar file -jar.name = ${name}-${version}.jar - -# property indicating directory where all distribution archives are placed -dist.base = distributions - -depchecker.prefix=. +override.compile = true +override.sar = true \ No newline at end of file 1.1 jakarta-avalon-apps/demo/newbuild.xml Index: newbuild.xml =================================================================== 1.56 +5 -8 jakarta-avalon-apps/db/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-apps/db/build.xml,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- build.xml 14 Jul 2002 16:43:31 -0000 1.55 +++ build.xml 26 Jul 2002 14:21:59 -0000 1.56 @@ -6,17 +6,14 @@ PROPERTY SETUP ========================================================================================== --> - + - - - + + - - - - + + 1.2 +12 -66 jakarta-avalon-apps/db/default.properties Index: default.properties =================================================================== RCS file: /home/cvs/jakarta-avalon-apps/db/default.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- default.properties 14 Jul 2002 16:43:31 -0000 1.1 +++ default.properties 26 Jul 2002 14:21:59 -0000 1.2 @@ -1,70 +1,16 @@ -# ------------------------------------------------------------------- -# B U I L D P R O P E R T I E S -# ------------------------------------------------------------------- -# Specifies default property values -# Overridden by ../default.properties and all ant.properties -# Not user-editable; use ant.properties files instead +# ============================================================================ +# Standard Build Properties for AvalonDB +# ============================================================================ +# Overrides the incorrect values in ../default.properties. -# -------------------------------------------------- +# ---------------------------------------------------------------------------- # DOC GENERATION CONFIGURATION -# -------------------------------------------------- +# ---------------------------------------------------------------------------- -name=avalon-db -Name=AvalonDB -dir-name=db -version=0.3 -package-version=1.0 -year=2000-2002 +name = avalondb +Name = Avalon Apps AvalonDB +dir-name = db +version = 0.7 +package-version = 1.0 +year = 2000-2002 -# -------------------------------------------------- -# REQUIRED LIBRARIES -# -------------------------------------------------- - -# ----- Avalon Framework ----- -avalon-framework.home=${basedir}/../../jakarta-avalon -avalon-framework.lib=${avalon-framework.home}/build/lib -avalon-framework.jar=${avalon-framework.lib}/avalon-framework.jar - -# -------------------------------------------------- -# COMPILATION ENVIRONMENT -# -------------------------------------------------- - -# Settings used to configure compile environment -build.debug = on -build.optimize = off -build.deprecation = on -build.compress = false -junit.failonerror = false - -# location of intermediate products -build.dir = build -build.testsrc = ${build.dir}/testsrc -build.testclasses = ${build.dir}/testclasses -build.lib = ${build.dir}/lib -build.conf = ${build.dir}/conf -build.classes = ${build.dir}/classes -build.tests = ${build.dir}/tests -build.reports = ${build.dir}/reports -build.docs = ${build.dir}/docs -build.javadocs = ${build.docs}/api - -# Set the properties for source directories -src.dir = src -java.dir = ${src.dir}/java -conf.dir = ${src.dir}/conf -test.dir = ${src.dir}/test - -# Set the properties for distribution directories -dist.dir = dist -dist.javadocs = ${dist.dir}/docs/api - -# name of .zip/.tar.gz/.bz2 files and their top-level directory -dist.name = ${name}-${version} - -# name of jar file -jar.name = ${name}-${version}.jar - -# property indicating directory where all distribution archives are placed -dist.base = distributions - -depchecker.prefix=. -- To unsubscribe, e-mail: For additional commands, e-mail: