donaldp     02/03/20 16:20:20

  Modified:    cache    BUILDING.txt
               cli      BUILDING.txt
               extension BUILDING.txt
               i18n     BUILDING.txt
               io       BUILDING.txt
               naming   BUILDING.txt
  Log:
  Update the building directions for all the products.
  
  Revision  Changes    Path
  1.2       +27 -6     jakarta-avalon-excalibur/cache/BUILDING.txt
  
  Index: BUILDING.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/cache/BUILDING.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BUILDING.txt      19 Mar 2002 21:23:00 -0000      1.1
  +++ BUILDING.txt      21 Mar 2002 00:20:19 -0000      1.2
  @@ -1,6 +1,6 @@
   
  -               Building The CLI Comonent
  -               =========================
  +               Building The Comonent
  +               =====================
   
   In order to build a binary distribution version of the component from a 
   source  distribution,  you must have  a Java Development Kit (JDK)  for 
  @@ -68,7 +68,7 @@
   (3) Download and Install the JDepend 2.2, Dependency Analysis Package 
(OPTIONAL)
   
   NOTE: This is only required if you wish to run dependency analysis for 
  -this component
  +this component. 
   
   * Download the JDepend package (version 2.2 or later) from:
   
  @@ -78,8 +78,7 @@
     own subdirectory.
   
   * Copy the file "jdepend.jar", downloaded above, into the directory 
  -  "${ant.home}/lib".  This makes available the dependency analysis tasks 
that 
  -  are commonly required when building Jakarta based projects.
  +  "${ant.home}/lib".  This makes available the dependency analysis tasks.
   
   (4) Download and Install the Xalan, XSLT engine (OPTIONAL)
   
  @@ -97,7 +96,29 @@
     the directory "${ant.home}/lib".  This makes available the XSLT reporting
     capabilities.
   
  -(5) Build A Binary Distribution
  +(5) Customize Build Properties For This Subproject
  +
  +Most Jakarta subprojects allow you to customize Ant properties (with default
  +values defined in the "build.xml" file.  This is done by creating a text file
  +named "ant.properties" in the source distribution directory (for property
  +definitions local to this subproject) and/or your user home directory (for
  +property definitions shared across subprojects).  You can use the included
  +"ant.properties.sample" file as a starting point for this.
  +
  +External dependencies are satisfied by configuring appropriate values in 
your 
  +ant.properties file.  The easiest way to satisfy these dependencies is to 
copy 
  +the "ant.properties.sample" file (in the top-level directory) to 
"ant.properties", 
  +and then edit it to suit your environment.  On Unix, this would be done as:
  +
  +  cd @dist.name@
  +  cp ant.properties.sample ant.properties
  +  emacs ant.properties
  +
  +NOTE:  Be *sure* that you do not check "ant.properties" in to the CVS
  +repository.  This file is local to your own development environment, and
  +each developer will have their own version.
  +
  +(6) Build A Binary Distribution
   
   Open a command line shell, and issue the following commands:
   
  
  
  
  1.3       +27 -6     jakarta-avalon-excalibur/cli/BUILDING.txt
  
  Index: BUILDING.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/cli/BUILDING.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BUILDING.txt      19 Mar 2002 09:10:51 -0000      1.2
  +++ BUILDING.txt      21 Mar 2002 00:20:19 -0000      1.3
  @@ -1,6 +1,6 @@
   
  -               Building The CLI Comonent
  -               =========================
  +               Building The Comonent
  +               =====================
   
   In order to build a binary distribution version of the component from a 
   source  distribution,  you must have  a Java Development Kit (JDK)  for 
  @@ -68,7 +68,7 @@
   (3) Download and Install the JDepend 2.2, Dependency Analysis Package 
(OPTIONAL)
   
   NOTE: This is only required if you wish to run dependency analysis for 
  -this component
  +this component. 
   
   * Download the JDepend package (version 2.2 or later) from:
   
  @@ -78,8 +78,7 @@
     own subdirectory.
   
   * Copy the file "jdepend.jar", downloaded above, into the directory 
  -  "${ant.home}/lib".  This makes available the dependency analysis tasks 
that 
  -  are commonly required when building Jakarta based projects.
  +  "${ant.home}/lib".  This makes available the dependency analysis tasks.
   
   (4) Download and Install the Xalan, XSLT engine (OPTIONAL)
   
  @@ -97,7 +96,29 @@
     the directory "${ant.home}/lib".  This makes available the XSLT reporting
     capabilities.
   
  -(5) Build A Binary Distribution
  +(5) Customize Build Properties For This Subproject
  +
  +Most Jakarta subprojects allow you to customize Ant properties (with default
  +values defined in the "build.xml" file.  This is done by creating a text file
  +named "ant.properties" in the source distribution directory (for property
  +definitions local to this subproject) and/or your user home directory (for
  +property definitions shared across subprojects).  You can use the included
  +"ant.properties.sample" file as a starting point for this.
  +
  +External dependencies are satisfied by configuring appropriate values in 
your 
  +ant.properties file.  The easiest way to satisfy these dependencies is to 
copy 
  +the "ant.properties.sample" file (in the top-level directory) to 
"ant.properties", 
  +and then edit it to suit your environment.  On Unix, this would be done as:
  +
  +  cd @dist.name@
  +  cp ant.properties.sample ant.properties
  +  emacs ant.properties
  +
  +NOTE:  Be *sure* that you do not check "ant.properties" in to the CVS
  +repository.  This file is local to your own development environment, and
  +each developer will have their own version.
  +
  +(6) Build A Binary Distribution
   
   Open a command line shell, and issue the following commands:
   
  
  
  
  1.2       +27 -6     jakarta-avalon-excalibur/extension/BUILDING.txt
  
  Index: BUILDING.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/extension/BUILDING.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BUILDING.txt      19 Mar 2002 21:31:41 -0000      1.1
  +++ BUILDING.txt      21 Mar 2002 00:20:19 -0000      1.2
  @@ -1,6 +1,6 @@
   
  -               Building The CLI Comonent
  -               =========================
  +               Building The Comonent
  +               =====================
   
   In order to build a binary distribution version of the component from a 
   source  distribution,  you must have  a Java Development Kit (JDK)  for 
  @@ -68,7 +68,7 @@
   (3) Download and Install the JDepend 2.2, Dependency Analysis Package 
(OPTIONAL)
   
   NOTE: This is only required if you wish to run dependency analysis for 
  -this component
  +this component. 
   
   * Download the JDepend package (version 2.2 or later) from:
   
  @@ -78,8 +78,7 @@
     own subdirectory.
   
   * Copy the file "jdepend.jar", downloaded above, into the directory 
  -  "${ant.home}/lib".  This makes available the dependency analysis tasks 
that 
  -  are commonly required when building Jakarta based projects.
  +  "${ant.home}/lib".  This makes available the dependency analysis tasks.
   
   (4) Download and Install the Xalan, XSLT engine (OPTIONAL)
   
  @@ -97,7 +96,29 @@
     the directory "${ant.home}/lib".  This makes available the XSLT reporting
     capabilities.
   
  -(5) Build A Binary Distribution
  +(5) Customize Build Properties For This Subproject
  +
  +Most Jakarta subprojects allow you to customize Ant properties (with default
  +values defined in the "build.xml" file.  This is done by creating a text file
  +named "ant.properties" in the source distribution directory (for property
  +definitions local to this subproject) and/or your user home directory (for
  +property definitions shared across subprojects).  You can use the included
  +"ant.properties.sample" file as a starting point for this.
  +
  +External dependencies are satisfied by configuring appropriate values in 
your 
  +ant.properties file.  The easiest way to satisfy these dependencies is to 
copy 
  +the "ant.properties.sample" file (in the top-level directory) to 
"ant.properties", 
  +and then edit it to suit your environment.  On Unix, this would be done as:
  +
  +  cd @dist.name@
  +  cp ant.properties.sample ant.properties
  +  emacs ant.properties
  +
  +NOTE:  Be *sure* that you do not check "ant.properties" in to the CVS
  +repository.  This file is local to your own development environment, and
  +each developer will have their own version.
  +
  +(6) Build A Binary Distribution
   
   Open a command line shell, and issue the following commands:
   
  
  
  
  1.2       +27 -6     jakarta-avalon-excalibur/i18n/BUILDING.txt
  
  Index: BUILDING.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/i18n/BUILDING.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BUILDING.txt      19 Mar 2002 21:33:42 -0000      1.1
  +++ BUILDING.txt      21 Mar 2002 00:20:19 -0000      1.2
  @@ -1,6 +1,6 @@
   
  -               Building The CLI Comonent
  -               =========================
  +               Building The Comonent
  +               =====================
   
   In order to build a binary distribution version of the component from a 
   source  distribution,  you must have  a Java Development Kit (JDK)  for 
  @@ -68,7 +68,7 @@
   (3) Download and Install the JDepend 2.2, Dependency Analysis Package 
(OPTIONAL)
   
   NOTE: This is only required if you wish to run dependency analysis for 
  -this component
  +this component. 
   
   * Download the JDepend package (version 2.2 or later) from:
   
  @@ -78,8 +78,7 @@
     own subdirectory.
   
   * Copy the file "jdepend.jar", downloaded above, into the directory 
  -  "${ant.home}/lib".  This makes available the dependency analysis tasks 
that 
  -  are commonly required when building Jakarta based projects.
  +  "${ant.home}/lib".  This makes available the dependency analysis tasks.
   
   (4) Download and Install the Xalan, XSLT engine (OPTIONAL)
   
  @@ -97,7 +96,29 @@
     the directory "${ant.home}/lib".  This makes available the XSLT reporting
     capabilities.
   
  -(5) Build A Binary Distribution
  +(5) Customize Build Properties For This Subproject
  +
  +Most Jakarta subprojects allow you to customize Ant properties (with default
  +values defined in the "build.xml" file.  This is done by creating a text file
  +named "ant.properties" in the source distribution directory (for property
  +definitions local to this subproject) and/or your user home directory (for
  +property definitions shared across subprojects).  You can use the included
  +"ant.properties.sample" file as a starting point for this.
  +
  +External dependencies are satisfied by configuring appropriate values in 
your 
  +ant.properties file.  The easiest way to satisfy these dependencies is to 
copy 
  +the "ant.properties.sample" file (in the top-level directory) to 
"ant.properties", 
  +and then edit it to suit your environment.  On Unix, this would be done as:
  +
  +  cd @dist.name@
  +  cp ant.properties.sample ant.properties
  +  emacs ant.properties
  +
  +NOTE:  Be *sure* that you do not check "ant.properties" in to the CVS
  +repository.  This file is local to your own development environment, and
  +each developer will have their own version.
  +
  +(6) Build A Binary Distribution
   
   Open a command line shell, and issue the following commands:
   
  
  
  
  1.2       +27 -6     jakarta-avalon-excalibur/io/BUILDING.txt
  
  Index: BUILDING.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/io/BUILDING.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BUILDING.txt      19 Mar 2002 21:36:40 -0000      1.1
  +++ BUILDING.txt      21 Mar 2002 00:20:19 -0000      1.2
  @@ -1,6 +1,6 @@
   
  -               Building The CLI Comonent
  -               =========================
  +               Building The Comonent
  +               =====================
   
   In order to build a binary distribution version of the component from a 
   source  distribution,  you must have  a Java Development Kit (JDK)  for 
  @@ -68,7 +68,7 @@
   (3) Download and Install the JDepend 2.2, Dependency Analysis Package 
(OPTIONAL)
   
   NOTE: This is only required if you wish to run dependency analysis for 
  -this component
  +this component. 
   
   * Download the JDepend package (version 2.2 or later) from:
   
  @@ -78,8 +78,7 @@
     own subdirectory.
   
   * Copy the file "jdepend.jar", downloaded above, into the directory 
  -  "${ant.home}/lib".  This makes available the dependency analysis tasks 
that 
  -  are commonly required when building Jakarta based projects.
  +  "${ant.home}/lib".  This makes available the dependency analysis tasks.
   
   (4) Download and Install the Xalan, XSLT engine (OPTIONAL)
   
  @@ -97,7 +96,29 @@
     the directory "${ant.home}/lib".  This makes available the XSLT reporting
     capabilities.
   
  -(5) Build A Binary Distribution
  +(5) Customize Build Properties For This Subproject
  +
  +Most Jakarta subprojects allow you to customize Ant properties (with default
  +values defined in the "build.xml" file.  This is done by creating a text file
  +named "ant.properties" in the source distribution directory (for property
  +definitions local to this subproject) and/or your user home directory (for
  +property definitions shared across subprojects).  You can use the included
  +"ant.properties.sample" file as a starting point for this.
  +
  +External dependencies are satisfied by configuring appropriate values in 
your 
  +ant.properties file.  The easiest way to satisfy these dependencies is to 
copy 
  +the "ant.properties.sample" file (in the top-level directory) to 
"ant.properties", 
  +and then edit it to suit your environment.  On Unix, this would be done as:
  +
  +  cd @dist.name@
  +  cp ant.properties.sample ant.properties
  +  emacs ant.properties
  +
  +NOTE:  Be *sure* that you do not check "ant.properties" in to the CVS
  +repository.  This file is local to your own development environment, and
  +each developer will have their own version.
  +
  +(6) Build A Binary Distribution
   
   Open a command line shell, and issue the following commands:
   
  
  
  
  1.2       +27 -6     jakarta-avalon-excalibur/naming/BUILDING.txt
  
  Index: BUILDING.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/naming/BUILDING.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BUILDING.txt      19 Mar 2002 21:38:16 -0000      1.1
  +++ BUILDING.txt      21 Mar 2002 00:20:20 -0000      1.2
  @@ -1,6 +1,6 @@
   
  -               Building The CLI Comonent
  -               =========================
  +               Building The Comonent
  +               =====================
   
   In order to build a binary distribution version of the component from a 
   source  distribution,  you must have  a Java Development Kit (JDK)  for 
  @@ -68,7 +68,7 @@
   (3) Download and Install the JDepend 2.2, Dependency Analysis Package 
(OPTIONAL)
   
   NOTE: This is only required if you wish to run dependency analysis for 
  -this component
  +this component. 
   
   * Download the JDepend package (version 2.2 or later) from:
   
  @@ -78,8 +78,7 @@
     own subdirectory.
   
   * Copy the file "jdepend.jar", downloaded above, into the directory 
  -  "${ant.home}/lib".  This makes available the dependency analysis tasks 
that 
  -  are commonly required when building Jakarta based projects.
  +  "${ant.home}/lib".  This makes available the dependency analysis tasks.
   
   (4) Download and Install the Xalan, XSLT engine (OPTIONAL)
   
  @@ -97,7 +96,29 @@
     the directory "${ant.home}/lib".  This makes available the XSLT reporting
     capabilities.
   
  -(5) Build A Binary Distribution
  +(5) Customize Build Properties For This Subproject
  +
  +Most Jakarta subprojects allow you to customize Ant properties (with default
  +values defined in the "build.xml" file.  This is done by creating a text file
  +named "ant.properties" in the source distribution directory (for property
  +definitions local to this subproject) and/or your user home directory (for
  +property definitions shared across subprojects).  You can use the included
  +"ant.properties.sample" file as a starting point for this.
  +
  +External dependencies are satisfied by configuring appropriate values in 
your 
  +ant.properties file.  The easiest way to satisfy these dependencies is to 
copy 
  +the "ant.properties.sample" file (in the top-level directory) to 
"ant.properties", 
  +and then edit it to suit your environment.  On Unix, this would be done as:
  +
  +  cd @dist.name@
  +  cp ant.properties.sample ant.properties
  +  emacs ant.properties
  +
  +NOTE:  Be *sure* that you do not check "ant.properties" in to the CVS
  +repository.  This file is local to your own development environment, and
  +each developer will have their own version.
  +
  +(6) Build A Binary Distribution
   
   Open a command line shell, and issue the following commands:
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to