You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ha...@apache.org on 2002/08/10 23:14:37 UTC

cvs commit: jakarta-avalon-excalibur/zip build.xml

hammant     2002/08/10 14:14:36

  Modified:    altrmi   build.xml
               .        ant.properties.sample
               baxter   build.xml
               bzip2    build.xml
               cache    build.xml
               cli      build.xml
               collections build.xml
               component ant.properties.sample build.xml
               component/examples/instrument-manager ant.properties.sample
               concurrent build.xml
               configuration build.xml
               containerkit build.xml
               converter build.xml
               datasource ant.properties.sample build.xml
               event    ant.properties.sample build.xml
               extension build.xml
               fortress build.xml
               i18n     build.xml
               instrument build.xml
               instrument/example/client ant.properties.sample
               io       build.xml
               jprocess build.xml
               logger   build.xml
               merlin   build.xml
               monitor  build.xml
               naming   build.xml
               pool     build.xml
               site     build.xml
               site/src/xdocs menu.xml
               sourceresolve build.xml
               store    build.xml
               tar      build.xml
               template-product build.xml
               testcase build.xml
               thread   ant.properties.sample build.xml
               threadcontext build.xml
               tweety   build.xml
               util     build.xml
               xmlbundle build.xml
               xmlutil  build.xml
               zip      build.xml
  Log:
  Site docs nearly ready for building again.
  
  Revision  Changes    Path
  1.30      +2 -1      jakarta-avalon-excalibur/altrmi/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/altrmi/build.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- build.xml	8 Aug 2002 14:18:39 -0000	1.29
  +++ build.xml	10 Aug 2002 21:14:32 -0000	1.30
  @@ -290,7 +290,7 @@
   
       <!-- Creates the distribution -->
       <target name="dist"
  -        depends="jar, test-reports, checkstyle-report, site"
  +        depends="jar, test-reports, checkstyle-report, docs, javadocs"
           description="Generates a distribution (jar + docs + javadocs + unit tests + checkstyle reports)">
   
           <mkdir dir="${dist.dir}"/>
  @@ -409,6 +409,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="**/*~" defaultexcludes="no"/>
  
  
  
  1.17      +3 -3      jakarta-avalon-excalibur/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/ant.properties.sample,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- ant.properties.sample	4 Aug 2002 01:07:38 -0000	1.16
  +++ ant.properties.sample	10 Aug 2002 21:14:33 -0000	1.17
  @@ -64,7 +64,7 @@
   
   # ----- Excalibur Pool -----
   excalibur-pool.home=${base.path}/jakarta-avalon-excalibur/pool/build/lib
  -excalibur-pool.jar=${excalibur-pool.home}/excalibur-pool-1.0.jar
  +excalibur-pool.jar=${excalibur-pool.home}/excalibur-pool-1.1.jar
   
   # ----- Excalibur Logger -----
   excalibur-logger.home=${base.path}/jakarta-avalon-excalibur/logger/build/lib
  @@ -104,7 +104,7 @@
   excalibur-instrument.jar=${excalibur-instrument.home}/excalibur-instrument-0.3.jar
   
   # ----- Excalibur Instrument Manager -----
  -excalibur-instrument-manager.home=${base.path}/jakarta-avalon-excalibur/instrument-manager/build/lib
  +excalibur-instrument-manager.home=${base.path}/jakarta-avalon-excalibur/instrument/build/lib
   excalibur-instrument-manager-interfaces.jar=${excalibur-instrument-manager.home}/excalibur-instrument-manager-interfaces-0.3.jar
   
   # ----- Altrmi -----
  
  
  
  1.29      +2 -1      jakarta-avalon-excalibur/baxter/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/baxter/build.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- build.xml	8 Aug 2002 07:31:12 -0000	1.28
  +++ build.xml	10 Aug 2002 21:14:33 -0000	1.29
  @@ -262,7 +262,7 @@
   
       <!-- Creates the distribution -->
       <target name="dist"
  -        depends="dist-jar, test-reports, checkstyle, site"
  +        depends="dist-jar, test-reports, checkstyle, docs, javadocs"
           description="Generates a distribution (jar + docs + javadocs + unit tests + checkstyle reports)">
   
           <copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
  @@ -354,6 +354,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="**/*~" defaultexcludes="no"/>
  
  
  
  1.31      +1 -0      jakarta-avalon-excalibur/bzip2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/bzip2/build.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- build.xml	8 Aug 2002 07:31:12 -0000	1.30
  +++ build.xml	10 Aug 2002 21:14:33 -0000	1.31
  @@ -359,6 +359,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="velocity.*"/>
  
  
  
  1.35      +2 -1      jakarta-avalon-excalibur/cache/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/cache/build.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- build.xml	8 Aug 2002 07:31:12 -0000	1.34
  +++ build.xml	10 Aug 2002 21:14:33 -0000	1.35
  @@ -259,7 +259,7 @@
   
       <!-- Creates the distribution -->
       <target name="dist"
  -        depends="dist-jar, test-reports, checkstyle-report, site"
  +        depends="dist-jar, test-reports, checkstyle-report, docs, javadocs"
           description="Generates a distribution (jar + docs + javadocs + unit tests + checkstyle reports)">
   
           <copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
  @@ -320,6 +320,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="**/*~" defaultexcludes="no"/>
  
  
  
  1.49      +1 -0      jakarta-avalon-excalibur/cli/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/cli/build.xml,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- build.xml	8 Aug 2002 07:31:12 -0000	1.48
  +++ build.xml	10 Aug 2002 21:14:33 -0000	1.49
  @@ -362,6 +362,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="velocity.*"/>
  
  
  
  1.26      +2 -1      jakarta-avalon-excalibur/collections/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/collections/build.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- build.xml	8 Aug 2002 07:31:13 -0000	1.25
  +++ build.xml	10 Aug 2002 21:14:33 -0000	1.26
  @@ -260,7 +260,7 @@
   
       <!-- Creates the distribution -->
       <target name="dist"
  -        depends="dist-jar, test-reports, checkstyle-report, site"
  +        depends="dist-jar, test-reports, checkstyle-report, docs, javadocs"
           description="Generates a distribution (jar + docs + javadocs + unit tests + checkstyle reports)">
   
           <copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
  @@ -358,6 +358,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="**/*~" defaultexcludes="no"/>
  
  
  
  1.9       +2 -2      jakarta-avalon-excalibur/component/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/component/ant.properties.sample,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ant.properties.sample	7 Aug 2002 11:46:41 -0000	1.8
  +++ ant.properties.sample	10 Aug 2002 21:14:33 -0000	1.9
  @@ -43,7 +43,7 @@
   # ----- Excalibur Pool -----
   excalibur-pool.home=${avalon-excalibur.home}/pool
   excalibur-pool.lib=${excalibur-pool.home}/build/lib
  -excalibur-pool.jar=${excalibur-pool.home}/excalibur-pool-1.0.jar
  +excalibur-pool.jar=${excalibur-pool.home}/excalibur-pool-1.1.jar
   
   # ----- Excalibur Instrument -----
   excalibur-instrument.home=${avalon-excalibur.home}/instrument/dist
  
  
  
  1.24      +2 -1      jakarta-avalon-excalibur/component/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/component/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- build.xml	8 Aug 2002 07:31:13 -0000	1.23
  +++ build.xml	10 Aug 2002 21:14:33 -0000	1.24
  @@ -282,7 +282,7 @@
   
       <!-- Creates the distribution -->
       <target name="dist"
  -        depends="dist-jar, test-reports, checkstyle-report, site"
  +        depends="dist-jar, test-reports, checkstyle-report, docs, javadocs"
           description="Generates a distribution (jar + docs + javadocs + unit tests + checkstyle reports)">
   
   
  @@ -398,6 +398,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="**/*~" defaultexcludes="no"/>
  
  
  
  1.2       +2 -2      jakarta-avalon-excalibur/component/examples/instrument-manager/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/component/examples/instrument-manager/ant.properties.sample,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ant.properties.sample	6 Aug 2002 16:28:37 -0000	1.1
  +++ ant.properties.sample	10 Aug 2002 21:14:33 -0000	1.2
  @@ -67,7 +67,7 @@
   
   # ----- Excalibur Pool -----
   excalibur-pool.home=../../../pool/build/lib
  -excalibur-pool.jar=${excalibur-pool.home}/excalibur-pool-1.0.jar
  +excalibur-pool.jar=${excalibur-pool.home}/excalibur-pool-1.1.jar
   
   # ----- Excalibur Instrument -----
   excalibur-instrument.home=../../../instrument/build/lib
  
  
  
  1.25      +2 -1      jakarta-avalon-excalibur/concurrent/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/concurrent/build.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- build.xml	8 Aug 2002 07:31:13 -0000	1.24
  +++ build.xml	10 Aug 2002 21:14:33 -0000	1.25
  @@ -258,7 +258,7 @@
   
       <!-- Creates the distribution -->
       <target name="dist"
  -        depends="dist-jar, test-reports, checkstyle-report, site"
  +        depends="dist-jar, test-reports, checkstyle-report, docs, javadocs"
           description="Generates a distribution (jar + docs + javadocs + unit tests + checkstyle reports)">
   
           <copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
  @@ -356,6 +356,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="**/*~" defaultexcludes="no"/>
  
  
  
  1.9       +2 -1      jakarta-avalon-excalibur/configuration/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/configuration/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xml	8 Aug 2002 07:31:19 -0000	1.8
  +++ build.xml	10 Aug 2002 21:14:33 -0000	1.9
  @@ -260,7 +260,7 @@
   
       <!-- Creates the distribution -->
       <target name="dist"
  -        depends="dist-jar, test-reports, checkstyle-report, site"
  +        depends="dist-jar, test-reports, checkstyle-report, docs, javadocs"
           description="Generates a distribution (jar + docs + javadocs + unit tests + checkstyle reports)">
   
   
  @@ -383,6 +383,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="**/*~" defaultexcludes="no"/>
  
  
  
  1.11      +2 -1      jakarta-avalon-excalibur/containerkit/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/containerkit/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.xml	8 Aug 2002 07:31:18 -0000	1.10
  +++ build.xml	10 Aug 2002 21:14:34 -0000	1.11
  @@ -297,7 +297,7 @@
   
       <!-- Creates the distribution -->
       <target name="dist"
  -        depends="dist-jar, test-reports, checkstyle-report, site"
  +        depends="dist-jar, test-reports, checkstyle-report, docs, javadocs"
           description="Generates a distribution (jar + docs + javadocs + unit tests + checkstyle reports)">
   
           <copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
  @@ -392,6 +392,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="velocity.*"/>
  
  
  
  1.11      +1 -0      jakarta-avalon-excalibur/converter/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/converter/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.xml	8 Aug 2002 07:31:13 -0000	1.10
  +++ build.xml	10 Aug 2002 21:14:34 -0000	1.11
  @@ -382,6 +382,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="velocity.*"/>
  
  
  
  1.9       +3 -3      jakarta-avalon-excalibur/datasource/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/datasource/ant.properties.sample,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ant.properties.sample	7 May 2002 15:47:58 -0000	1.8
  +++ ant.properties.sample	10 Aug 2002 21:14:34 -0000	1.9
  @@ -56,10 +56,10 @@
   excalibur-instrument.lib=${excalibur-instrument.home}
   excalibur-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-0.1.jar
   
  -# ----- Excalibur pool, version 1.0 or later -----
  +# ----- Excalibur pool, version 1.1 or later -----
   excalibur-pool.home=${basedir}/../pool/dist
   excalibur-pool.lib=${excalibur-pool.home}
  -excalibur-pool.jar=${excalibur-pool.lib}/excalibur-pool-1.0.jar
  +excalibur-pool.jar=${excalibur-pool.lib}/excalibur-pool-1.1.jar
   
   
   
  
  
  
  1.28      +2 -1      jakarta-avalon-excalibur/datasource/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/datasource/build.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- build.xml	8 Aug 2002 07:31:13 -0000	1.27
  +++ build.xml	10 Aug 2002 21:14:34 -0000	1.28
  @@ -429,7 +429,7 @@
   
       <!-- Creates the distribution -->
       <target name="dist"
  -        depends="dist-jar, site"       
  +        depends="dist-jar, docs, javadocs"       
           description="Generates a distribution (jar + docs + javadocs + unit tests + checkstyle reports)">
           
           <!-- TODO test-reports, checkstyle-report (hangs) -->
  @@ -548,6 +548,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="**/*~" defaultexcludes="no"/>
  
  
  
  1.8       +3 -3      jakarta-avalon-excalibur/event/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/event/ant.properties.sample,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ant.properties.sample	12 Apr 2002 10:03:12 -0000	1.7
  +++ ant.properties.sample	10 Aug 2002 21:14:34 -0000	1.8
  @@ -50,10 +50,10 @@
   excalibur-concurrent.lib=${excalibur-concurrent.home}
   excalibur-concurrent.jar=${excalibur-concurrent.lib}/excalibur-concurrent-1.0.jar
   
  -# ----- Excalibur Pool, version 1.0 or later -----
  +# ----- Excalibur Pool, version 1.1 or later -----
   excalibur-pool.home=${basedir}/../pool/dist
   excalibur-pool.lib=${excalibur-pool.home}
  -excalibur-pool.jar=${excalibur-pool.lib}/excalibur-pool-1.0.jar
  +excalibur-pool.jar=${excalibur-pool.lib}/excalibur-pool-1.1.jar
   
   # ----- Excalibur Util, version 1.0 or later -----
   excalibur-util.home=${basedir}/../util/build/lib
  
  
  
  1.32      +2 -1      jakarta-avalon-excalibur/event/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/event/build.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- build.xml	9 Aug 2002 19:22:16 -0000	1.31
  +++ build.xml	10 Aug 2002 21:14:34 -0000	1.32
  @@ -279,7 +279,7 @@
   
       <!-- Creates the distribution -->
       <target name="dist"
  -        depends="dist-jar, test-reports, checkstyle-report, site"
  +        depends="dist-jar, test-reports, checkstyle-report, docs, javadocs"
           description="Generates a distribution (jar + docs + javadocs + unit tests + checkstyle reports)">
   
           <copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
  @@ -379,6 +379,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="**/*~" defaultexcludes="no"/>
  
  
  
  1.51      +1 -0      jakarta-avalon-excalibur/extension/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/extension/build.xml,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- build.xml	8 Aug 2002 07:31:13 -0000	1.50
  +++ build.xml	10 Aug 2002 21:14:34 -0000	1.51
  @@ -356,6 +356,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="velocity.*"/>
  
  
  
  1.44      +2 -1      jakarta-avalon-excalibur/fortress/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/build.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- build.xml	9 Aug 2002 05:31:22 -0000	1.43
  +++ build.xml	10 Aug 2002 21:14:34 -0000	1.44
  @@ -358,7 +358,7 @@
   
       <!-- Creates the distribution -->
       <target name="dist"
  -        depends="dist-jar, test-reports, checkstyle-report, site"
  +        depends="dist-jar, test-reports, checkstyle-report, docs, javadocs"
           description="Generates a distribution (jar + docs + javadocs + unit tests + checkstyle reports)">
   
   
  @@ -476,6 +476,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="**/*~" defaultexcludes="no"/>
  
  
  
  1.49      +1 -0      jakarta-avalon-excalibur/i18n/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/i18n/build.xml,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- build.xml	8 Aug 2002 07:31:13 -0000	1.48
  +++ build.xml	10 Aug 2002 21:14:34 -0000	1.49
  @@ -357,6 +357,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="velocity.*"/>
  
  
  
  1.44      +1 -0      jakarta-avalon-excalibur/instrument/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/instrument/build.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- build.xml	10 Aug 2002 12:31:24 -0000	1.43
  +++ build.xml	10 Aug 2002 21:14:34 -0000	1.44
  @@ -570,6 +570,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="**/*~" defaultexcludes="no"/>
  
  
  
  1.2       +3 -3      jakarta-avalon-excalibur/instrument/example/client/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/instrument/example/client/ant.properties.sample,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ant.properties.sample	3 Aug 2002 14:59:38 -0000	1.1
  +++ ant.properties.sample	10 Aug 2002 21:14:34 -0000	1.2
  @@ -46,8 +46,8 @@
   avalon-framework.jar=${avalon-framework.home}/avalon-framework.jar
   
   # ----- Excalibur Instrument Manager -----
  -excalibur-instrument-manager.home=../../instrument-manager/build/lib
  -excalibur-instrument-manager-interfaces.jar=${excalibur-instrument-manager.home}/excalibur-instrument-manager-interfaces-0.1.jar
  +excalibur-instrument-manager.home=../build/lib
  +excalibur-instrument-manager-interfaces.jar=${excalibur-instrument-manager.home}/excalibur-instrument-manager-interfaces-0.3.jar
   
   # ----- Altrmi -----
   excalibur-altrmi.home=../../altrmi/build/lib
  
  
  
  1.57      +1 -0      jakarta-avalon-excalibur/io/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/io/build.xml,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- build.xml	8 Aug 2002 07:31:14 -0000	1.56
  +++ build.xml	10 Aug 2002 21:14:35 -0000	1.57
  @@ -352,6 +352,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="velocity.*"/>
  
  
  
  1.6       +1 -0      jakarta-avalon-excalibur/jprocess/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/jprocess/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml	8 Aug 2002 07:31:19 -0000	1.5
  +++ build.xml	10 Aug 2002 21:14:35 -0000	1.6
  @@ -355,6 +355,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="velocity.*"/>
  
  
  
  1.27      +2 -1      jakarta-avalon-excalibur/logger/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/logger/build.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build.xml	8 Aug 2002 07:31:14 -0000	1.26
  +++ build.xml	10 Aug 2002 21:14:35 -0000	1.27
  @@ -416,7 +416,7 @@
   
       <!-- Creates the distribution -->
       <target name="dist"
  -        depends="dist-jar, test-reports, checkstyle-report, site"
  +        depends="dist-jar, test-reports, checkstyle-report, docs, javadocs"
           description="Generates a distribution (jar + docs + javadocs + unit tests + checkstyle reports)">
   
           <copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
  @@ -509,6 +509,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="**/*~" defaultexcludes="no"/>
  
  
  
  1.14      +1 -0      jakarta-avalon-excalibur/merlin/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/merlin/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.xml	8 Aug 2002 18:47:08 -0000	1.13
  +++ build.xml	10 Aug 2002 21:14:35 -0000	1.14
  @@ -403,6 +403,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="**/*~" defaultexcludes="no"/>
  
  
  
  1.23      +2 -1      jakarta-avalon-excalibur/monitor/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/monitor/build.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- build.xml	8 Aug 2002 07:31:14 -0000	1.22
  +++ build.xml	10 Aug 2002 21:14:35 -0000	1.23
  @@ -275,7 +275,7 @@
   
       <!-- Creates the distribution -->
       <target name="dist"
  -        depends="dist-jar, test-reports, checkstyle-report, site"
  +        depends="dist-jar, test-reports, checkstyle-report, docs, javadocs"
           description="Generates a distribution (jar + docs + javadocs + unit tests + checkstyle reports)">
   
           <copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
  @@ -368,6 +368,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="**/*~" defaultexcludes="no"/>
  
  
  
  1.52      +1 -0      jakarta-avalon-excalibur/naming/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/naming/build.xml,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- build.xml	8 Aug 2002 07:31:14 -0000	1.51
  +++ build.xml	10 Aug 2002 21:14:35 -0000	1.52
  @@ -384,6 +384,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="velocity.*"/>
  
  
  
  1.27      +2 -1      jakarta-avalon-excalibur/pool/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/pool/build.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build.xml	8 Aug 2002 07:31:14 -0000	1.26
  +++ build.xml	10 Aug 2002 21:14:35 -0000	1.27
  @@ -273,7 +273,7 @@
   
       <!-- Creates the distribution -->
       <target name="dist"
  -        depends="dist-jar, test-reports, checkstyle-report, site"
  +        depends="dist-jar, test-reports, checkstyle-report, docs, javadocs"
           description="Generates a distribution (jar + docs + javadocs + unit tests + checkstyle reports)">
   
   
  @@ -364,6 +364,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="**/*~" defaultexcludes="no"/>
  
  
  
  1.10      +43 -76    jakarta-avalon-excalibur/site/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/site/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml	30 Jul 2002 23:21:08 -0000	1.9
  +++ build.xml	10 Aug 2002 21:14:35 -0000	1.10
  @@ -86,45 +86,11 @@
     </target>
   
     <target name="setup-docs" depends="setup-filters">
  -    <copy todir="${cocoon.build.xdocs}/altrmi"><fileset dir="${basedir}/../altrmi/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/assembly"><fileset dir="${basedir}/../assembly/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/baxter"><fileset dir="${basedir}/../baxter/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/bzip2"><fileset dir="${basedir}/../bzip2/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/cache"><fileset dir="${basedir}/../cache/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/cli"><fileset dir="${basedir}/../cli/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/collections"><fileset dir="${basedir}/../collections/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/component"><fileset dir="${basedir}/../component/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/concurrent"><fileset dir="${basedir}/../concurrent/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/configuration"><fileset dir="${basedir}/../configuration/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/containerkit"><fileset dir="${basedir}/../containerkit/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/converter"><fileset dir="${basedir}/../converter/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/datasource"><fileset dir="${basedir}/../datasource/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/event"><fileset dir="${basedir}/../event/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/extension"><fileset dir="${basedir}/../extension/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/fortress"><fileset dir="${basedir}/../fortress/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/i18n"><fileset dir="${basedir}/../i18n/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/instrument"><fileset dir="${basedir}/../instrument/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/io"><fileset dir="${basedir}/../io/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/jprocess"><fileset dir="${basedir}/../jprocess/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/logger"><fileset dir="${basedir}/../logger/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/merlin"><fileset dir="${basedir}/../merlin/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/monitor"><fileset dir="${basedir}/../monitor/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/naming"><fileset dir="${basedir}/../naming/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/pool"><fileset dir="${basedir}/../pool/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/sourceresolve"><fileset dir="${basedir}/../sourceresolve/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/store"><fileset dir="${basedir}/../store/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/tar"><fileset dir="${basedir}/../tar/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/testcase"><fileset dir="${basedir}/../testcase/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/thread"><fileset dir="${basedir}/../thread/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/threadcontext"><fileset dir="${basedir}/../threadcontext/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/tweety"><fileset dir="${basedir}/../tweety/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/util"><fileset dir="${basedir}/../util/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/xmlbundle"><fileset dir="${basedir}/../xmlbundle/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/xmlutil"><fileset dir="${basedir}/../xmlutil/src/xdocs"/></copy>
  -    <copy todir="${cocoon.build.xdocs}/zip"><fileset dir="${basedir}/../zip/src/xdocs"/></copy>
  +  <echo>cbs ${cocoon.build.xdocs}</echo>
  +    <copy todir="${cocoon.build.xdocs}/site"><fileset dir="${basedir}/src/xdocs"/></copy>
     </target>
     
  -  <!-- Prepares the documentation directory -->
  +  <!-- Prepares the documentation directory  -->
     <target name="docs" depends="setup-docs" description="Generates the Docs">
   
       <mkdir dir="${docs.dir}"/>
  @@ -137,6 +103,10 @@
   
       <ant antfile="${basedir}/../cocoonbuild.xml"/>
   
  +    <replace dir="${build.docs}" token="http://a/" value="">
  +      <include name="**/*.html"/>
  +    </replace>
  +
       <copy todir="${docs.dir}">
         <fileset dir="${build.docs}">
           <include name="**"/>
  @@ -145,47 +115,44 @@
     </target>
     
     <target name="site" depends="docs" description="Places Docs ready for hosting on website">    
  +    <ant antfile="build.xml" dir="..\altrmi" target="site" inheritAll="false"/>
  +    <!-- no site target <ant antfile="build.xml" dir="..\assembly" target="site" inheritAll="false"/> -->
  +    <ant antfile="build.xml" dir="..\baxter" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\bzip2" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\cache" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\cli" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\collections" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\concurrent" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\configuration" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\containerkit" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\converter" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\event" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\extension" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\i18n" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\instrument" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\io" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\jprocess" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\logger" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\monitor" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\naming" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\pool" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\sourceresolve" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\store" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\tar" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\testcase" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\thread" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\threadcontext" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\tweety" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\util" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\xmlbundle" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\xmlutil" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\zip" target="site" inheritAll="false"/>
  +    <ant antfile="build.xml" dir="..\fortress" target="site" inheritAll="false"/>
  +  </target>
  +  
  +  <target name="site2" depends="docs" description="Places Docs ready for hosting on website">    
     
     </target>     
  -
  -  <target name="book2project" depends="setup-docs" description="Convert book.xml to project.xml formats">
  -    <style in="${cocoon.build.xdocs}/altrmi/book.xml" out="${cocoon.build.xdocs}/altrmi/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/assembly/book.xml" out="${cocoon.build.xdocs}/assembly/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/baxter/book.xml" out="${cocoon.build.xdocs}/baxter/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/bzip2/book.xml" out="${cocoon.build.xdocs}/bzip2/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/cache/book.xml" out="${cocoon.build.xdocs}/cache/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/cli/book.xml" out="${cocoon.build.xdocs}/cli/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/collections/book.xml" out="${cocoon.build.xdocs}/collections/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/component/book.xml" out="${cocoon.build.xdocs}/component/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/concurrent/book.xml" out="${cocoon.build.xdocs}/concurrent/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/configuration/book.xml" out="${cocoon.build.xdocs}/configuration/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/containerkit/book.xml" out="${cocoon.build.xdocs}/containerkit/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/converter/book.xml" out="${cocoon.build.xdocs}/converter/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/datasource/book.xml" out="${cocoon.build.xdocs}/datasource/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/event/book.xml" out="${cocoon.build.xdocs}/event/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/extension/book.xml" out="${cocoon.build.xdocs}/extension/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/fortress/book.xml" out="${cocoon.build.xdocs}/fortress/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/i18n/book.xml" out="${cocoon.build.xdocs}/i18n/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/instrument/book.xml" out="${cocoon.build.xdocs}/instrument/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/io/book.xml" out="${cocoon.build.xdocs}/io/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/jprocess/book.xml" out="${cocoon.build.xdocs}/jprocess/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/logger/book.xml" out="${cocoon.build.xdocs}/logger/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/merlin/book.xml" out="${cocoon.build.xdocs}/merlin/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/monitor/book.xml" out="${cocoon.build.xdocs}/monitor/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/naming/book.xml" out="${cocoon.build.xdocs}/naming/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/pool/book.xml" out="${cocoon.build.xdocs}/pool/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/sourceresolve/book.xml" out="${cocoon.build.xdocs}/sourceresolve/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/store/book.xml" out="${cocoon.build.xdocs}/store/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/tar/book.xml" out="${cocoon.build.xdocs}/tar/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/testcase/book.xml" out="${cocoon.build.xdocs}/testcase/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/thread/book.xml" out="${cocoon.build.xdocs}/thread/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/threadcontext/book.xml" out="${cocoon.build.xdocs}/threadcontext/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/tweety/book.xml" out="${cocoon.build.xdocs}/tweety/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/util/book.xml" out="${cocoon.build.xdocs}/util/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/xmlbundle/book.xml" out="${cocoon.build.xdocs}/xmlbundle/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/xmlutil/book.xml" out="${cocoon.build.xdocs}/xmlutil/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -    <style in="${cocoon.build.xdocs}/zip/book.xml" out="${cocoon.build.xdocs}/zip/menu.xml" style="${tools.dir}/book2project.xsl"/>
  -  </target>
     
     <!-- Update the www directory -->
     <target name="site-docs" depends="site">
  
  
  
  1.5       +31 -31    jakarta-avalon-excalibur/site/src/xdocs/menu.xml
  
  Index: menu.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/site/src/xdocs/menu.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- menu.xml	30 Jul 2002 20:43:34 -0000	1.4
  +++ menu.xml	10 Aug 2002 21:14:35 -0000	1.5
  @@ -12,49 +12,49 @@
     </menu>
   
     <menu name="Containers">
  -    <item name="Component" href="component/index.html"/>
  -    <item name="Fortress" href="fortress/index.html"/>
  -    <item name="Merlin" href="merlin/index.html"/>
  -    <item name="Tweety" href="tweety/index.html"/>
  +    <item name="Component" href="http://a/component/index.html"/>
  +    <item name="Fortress" href="http://a/fortress/index.html"/>
  +    <item name="Merlin" href="http://a/merlin/index.html"/>
  +    <item name="Tweety" href="http://a/tweety/index.html"/>
     </menu>
   
     <menu name="Components">
  -    <item name="Cache" href="cache/index.html"/>
  -    <item name="DataSource" href="datasource/index.html"/>
  -    <item name="Monitor" href="monitor/index.html"/>
  -    <item name="XMLBundle" href="xmlbundle/index.html"/>
  +    <item name="Cache" href="http://a/cache/index.html"/>
  +    <item name="DataSource" href="http://a/datasource/index.html"/>
  +    <item name="Monitor" href="http://a/monitor/index.html"/>
  +    <item name="XMLBundle" href="http://a/xmlbundle/index.html"/>
     </menu>
   
     <menu name="Resource Managers">
  -    <item name="Event" href="event/index.html"/>
  -    <item name="Logger" href="logger/index.html"/>
  -    <item name="Testcase" href="testcase/index.html"/>
  +    <item name="Event" href="http://a/event/index.html"/>
  +    <item name="Logger" href="http://a/logger/index.html"/>
  +    <item name="Testcase" href="http://a/testcase/index.html"/>
     </menu>
   
     <menu name="Testing and Analysis">
  -    <item name="Instrumentation" href="instrument/index.html"/>
  -    <item name="Component Testing Harness" href="testcase/index.html"/>
  +    <item name="Instrumentation" href="http://a/instrument/index.html"/>
  +    <item name="Component Testing Harness" href="http://a/testcase/index.html"/>
     </menu>
     
     <menu name="Utilities">
  -    <item name="AltRMI" href="altrmi/index.html"/>
  -    <item name="BZip2" href="bzip2/index.html"/>
  -    <item name="Baxter" href="baxter/index.html"/>
  -    <item name="CLI" href="cli/index.html"/>
  -    <item name="Collections" href="collections/index.html"/>
  -    <item name="Configuration" href="configuration/index.html"/>
  -    <item name="Concurrent" href="concurrent/index.html"/>
  -    <item name="Extension" href="extension/index.html"/>
  -    <item name="I/O" href="io/index.html"/>
  -    <item name="Internationalization" href="i18n/index.html"/>
  -    <item name="Logger" href="logger/index.html"/>
  -    <item name="Naming" href="naming/index.html"/>
  -    <item name="Pool" href="pool/index.html"/>
  -    <item name="Source Resolver" href="sourceresolve/index.html"/>
  -    <item name="TAR" href="tar/index.html"/>
  -    <item name="Thread" href="thread/index.html"/>
  -    <item name="Util" href="util/index.html"/>
  -    <item name="ZIP" href="zip/index.html"/>
  +    <item name="AltRMI" href="http://a/altrmi/index.html"/>
  +    <item name="BZip2" href="http://a/bzip2/index.html"/>
  +    <item name="Baxter" href="http://a/baxter/index.html"/>
  +    <item name="CLI" href="http://a/cli/index.html"/>
  +    <item name="Collections" href="http://a/collections/index.html"/>
  +    <item name="Configuration" href="http://a/configuration/index.html"/>
  +    <item name="Concurrent" href="http://a/concurrent/index.html"/>
  +    <item name="Extension" href="http://a/extension/index.html"/>
  +    <item name="I/O" href="http://a/io/index.html"/>
  +    <item name="Internationalization" href="http://a/i18n/index.html"/>
  +    <item name="Logger" href="http://a/logger/index.html"/>
  +    <item name="Naming" href="http://a/naming/index.html"/>
  +    <item name="Pool" href="http://a/pool/index.html"/>
  +    <item name="Source Resolver" href="http://a/sourceresolve/index.html"/>
  +    <item name="TAR" href="http://a/tar/index.html"/>
  +    <item name="Thread" href="http://a/thread/index.html"/>
  +    <item name="Util" href="http://a/util/index.html"/>
  +    <item name="ZIP" href="http://a/zip/index.html"/>
     </menu>
     </body>
   </project>
  
  
  
  1.24      +2 -1      jakarta-avalon-excalibur/sourceresolve/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/sourceresolve/build.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- build.xml	8 Aug 2002 07:31:14 -0000	1.23
  +++ build.xml	10 Aug 2002 21:14:35 -0000	1.24
  @@ -264,7 +264,7 @@
   
       <!-- Creates the distribution -->
       <target name="dist"
  -        depends="dist-jar, test-reports, checkstyle-report, site"
  +        depends="dist-jar, test-reports, checkstyle-report, docs, javadocs"
           description="Generates a distribution (jar + docs + javadocs + unit tests + checkstyle reports)">
   
   
  @@ -358,6 +358,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="**/*~" defaultexcludes="no"/>
  
  
  
  1.10      +2 -1      jakarta-avalon-excalibur/store/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/store/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml	8 Aug 2002 07:31:14 -0000	1.9
  +++ build.xml	10 Aug 2002 21:14:35 -0000	1.10
  @@ -263,7 +263,7 @@
   
       <!-- Creates the distribution -->
       <target name="dist"
  -        depends="dist-jar, test-reports, checkstyle-report, site"
  +        depends="dist-jar, test-reports, checkstyle-report, docs, javadocs"
           description="Generates a distribution (jar + docs + javadocs + unit tests + checkstyle reports)">
   
           <copy file="${build.conf}/LICENSE.txt" todir="${dist.dir}"/>
  @@ -356,6 +356,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="**/*~" defaultexcludes="no"/>
  
  
  
  1.29      +2 -1      jakarta-avalon-excalibur/tar/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/tar/build.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- build.xml	8 Aug 2002 07:31:15 -0000	1.28
  +++ build.xml	10 Aug 2002 21:14:35 -0000	1.29
  @@ -258,7 +258,7 @@
   
       <!-- Creates the distribution -->
       <target name="dist"
  -        depends="dist-jar, test-reports, checkstyle-report, site"
  +        depends="dist-jar, test-reports, checkstyle-report, docs, javadocs"
           description="Generates a distribution (jar + docs + javadocs + unit tests + checkstyle reports)">
   
   
  @@ -359,6 +359,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="**/*~" defaultexcludes="no"/>
  
  
  
  1.30      +1 -0      jakarta-avalon-excalibur/template-product/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/template-product/build.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- build.xml	8 Aug 2002 07:31:15 -0000	1.29
  +++ build.xml	10 Aug 2002 21:14:36 -0000	1.30
  @@ -354,6 +354,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="velocity.*"/>
  
  
  
  1.23      +2 -1      jakarta-avalon-excalibur/testcase/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/testcase/build.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- build.xml	8 Aug 2002 07:31:15 -0000	1.22
  +++ build.xml	10 Aug 2002 21:14:36 -0000	1.23
  @@ -268,7 +268,7 @@
   
       <!-- Creates the distribution -->
       <target name="dist"
  -        depends="dist-jar, test-reports, checkstyle-report, site"
  +        depends="dist-jar, test-reports, checkstyle-report, docs, javadocs"
           description="Generates a distribution (jar + docs + javadocs + unit tests + checkstyle reports)">
   
   
  @@ -362,6 +362,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="**/*~" defaultexcludes="no"/>
  
  
  
  1.7       +2 -2      jakarta-avalon-excalibur/thread/ant.properties.sample
  
  Index: ant.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/thread/ant.properties.sample,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ant.properties.sample	4 Aug 2002 01:07:39 -0000	1.6
  +++ ant.properties.sample	10 Aug 2002 21:14:36 -0000	1.7
  @@ -44,7 +44,7 @@
   
   # ----- Excalibur Pool -----
   excalibur-pool.home=../pool/build/lib
  -excalibur-pool.jar=${excalibur-pool.home}/excalibur-pool-1.0.jar
  +excalibur-pool.jar=${excalibur-pool.home}/excalibur-pool-1.1.jar
   
   # ----- Excalibur Util -----
   excalibur-util.home=../util/build/lib
  
  
  
  1.25      +2 -1      jakarta-avalon-excalibur/thread/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/thread/build.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- build.xml	8 Aug 2002 07:31:15 -0000	1.24
  +++ build.xml	10 Aug 2002 21:14:36 -0000	1.25
  @@ -275,7 +275,7 @@
   
       <!-- Creates the distribution -->
       <target name="dist"
  -        depends="dist-jar, test-reports, checkstyle-report, site"
  +        depends="dist-jar, test-reports, checkstyle-report, docs, javadocs"
           description="Generates a distribution (jar + docs + javadocs + unit tests + checkstyle reports)">
   
   
  @@ -369,6 +369,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="**/*~" defaultexcludes="no"/>
  
  
  
  1.21      +2 -1      jakarta-avalon-excalibur/threadcontext/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/threadcontext/build.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- build.xml	8 Aug 2002 07:31:15 -0000	1.20
  +++ build.xml	10 Aug 2002 21:14:36 -0000	1.21
  @@ -259,7 +259,7 @@
   
       <!-- Creates the distribution -->
       <target name="dist"
  -        depends="dist-jar, test-reports, checkstyle-report, site"
  +        depends="dist-jar, test-reports, checkstyle-report, docs, javadocs"
           description="Generates a distribution (jar + docs + javadocs + unit tests + checkstyle reports)">
   
   
  @@ -353,6 +353,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="**/*~" defaultexcludes="no"/>
  
  
  
  1.11      +1 -0      jakarta-avalon-excalibur/tweety/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/tweety/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.xml	8 Aug 2002 07:31:18 -0000	1.10
  +++ build.xml	10 Aug 2002 21:14:36 -0000	1.11
  @@ -384,6 +384,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="**/*~" defaultexcludes="no"/>
  
  
  
  1.19      +2 -1      jakarta-avalon-excalibur/util/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/util/build.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- build.xml	8 Aug 2002 07:31:16 -0000	1.18
  +++ build.xml	10 Aug 2002 21:14:36 -0000	1.19
  @@ -260,7 +260,7 @@
   
       <!-- Creates the distribution -->
       <target name="dist"
  -        depends="dist-jar, test-reports, checkstyle-report, site"
  +        depends="dist-jar, test-reports, checkstyle-report, docs, javadocs"
           description="Generates a distribution (jar + docs + javadocs + unit tests + checkstyle reports)">
   
   
  @@ -372,6 +372,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="**/*~" defaultexcludes="no"/>
  
  
  
  1.35      +1 -0      jakarta-avalon-excalibur/xmlbundle/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/xmlbundle/build.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- build.xml	8 Aug 2002 09:45:10 -0000	1.34
  +++ build.xml	10 Aug 2002 21:14:36 -0000	1.35
  @@ -408,6 +408,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="velocity.*"/>
  
  
  
  1.29      +1 -0      jakarta-avalon-excalibur/xmlutil/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/xmlutil/build.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- build.xml	8 Aug 2002 07:31:19 -0000	1.28
  +++ build.xml	10 Aug 2002 21:14:36 -0000	1.29
  @@ -414,6 +414,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="**/*~" defaultexcludes="no"/>
  
  
  
  1.32      +1 -0      jakarta-avalon-excalibur/zip/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/zip/build.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- build.xml	8 Aug 2002 07:31:17 -0000	1.31
  +++ build.xml	10 Aug 2002 21:14:36 -0000	1.32
  @@ -354,6 +354,7 @@
           <delete file="checkstyle.cache"/>
           <delete dir="${build.dir}" />
           <delete dir="${dist.dir}" />
  +        <delete dir="${docs.dir}" />
           <delete dir="test" /> <!-- unit testing output directory -->
           <delete>
               <fileset dir="." includes="velocity.*"/>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>