You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2001/12/15 06:18:28 UTC

cvs commit: jakarta-avalon-phoenix BUILDING.txt

donaldp     01/12/14 21:18:28

  Modified:    .        BUILDING.txt
  Log:
  Use dist.name rather than manually constructing distribution name.
  
  Revision  Changes    Path
  1.5       +13 -13    jakarta-avalon-phoenix/BUILDING.txt
  
  Index: BUILDING.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-phoenix/BUILDING.txt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- BUILDING.txt	2001/12/08 11:40:33	1.4
  +++ BUILDING.txt	2001/12/15 05:18:28	1.5
  @@ -2,11 +2,11 @@
                  Building The Phoenix Application Server
                  =======================================
   
  -This subproject contains the source code @Name@ @version@, a container 
  -that implements a Service API similar to the API under development in the JSR 111, 
  -Services Framework.  In order to build a binary distribution version of the 
  -container from a source distribution, you must have a Java Development Kit (JDK) 
  -for version 1.3 (or later) downloaded and installed (version 1.3.1 recommended), 
  +This subproject contains the source code Phoenix @version@, a container
  +that implements a Service API similar to the API under development in the JSR 111,
  +Services Framework.  In order to build a binary distribution version of the
  +container from a source distribution, you must have a Java Development Kit (JDK)
  +for version 1.3 (or later) downloaded and installed (version 1.3.1 recommended),
   and do the following:
   
   (0) Download and Install a Java Development Kit
  @@ -72,7 +72,7 @@
   
       http://wrapper.sourceforge.net/
   
  -* Unpack the product into a convenient location so that it resides in 
  +* Unpack the product into a convenient location so that it resides in
     its own subdirectory.
   
   (4) Customize Build Properties For This Subproject
  @@ -102,21 +102,21 @@
   
   Open a command line shell, and issue the following commands:
   
  -  cd @name@-@version@
  +  cd @dist.name@
     ant -projecthelp
   
   If everything is installed correctly, you should see a list of the Ant
   "targets" that represent different commands you might wish to build.  By
  -convention, the "dist-lite" target creates a binary distribution minus 
  -the javadocs and other documentation.  To execute it, type the following 
  +convention, the "dist-lite" target creates a binary distribution minus
  +the javadocs and other documentation.  To execute it, type the following
   commands:
   
  -  cd @name@-@version@
  +  cd @dist.name@
     ant dist-lite
   
  -This will create a binary distribution of the project (equivalent in structure 
  -to the corresponding binary distribution downloadable from the Jakarta web 
  -site minus the docs/ directory), in the "@name@-@version@/dist" directory.  It 
  +This will create a binary distribution of the project (equivalent in structure
  +to the corresponding binary distribution downloadable from the Jakarta web
  +site minus the docs/ directory), in the "@name@-@version@/dist" directory.  It
   will have the contents described in the corresponding "README.txt" file.
   
   See the document RUNNING.txt for instructions on how to start up and shut down
  
  
  

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