donaldp 01/11/10 02:29:46 Modified: . BUILDING.txt Log: Remove tomcat specific text and replace @@ with @ as that is what filters use to mark boundaries. Revision Changes Path 1.2 +7 -7 jakarta-avalon-phoenix/BUILDING.txt Index: BUILDING.txt =================================================================== RCS file: /home/cvs/jakarta-avalon-phoenix/BUILDING.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- BUILDING.txt 2001/11/10 06:12:02 1.1 +++ BUILDING.txt 2001/11/10 10:29:46 1.2 @@ -3,7 +3,7 @@ Building The Phoenix Application Server ======================================= -This subproject contains the source code @@Name@@ @@short-version@@, a container +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) @@ -68,7 +68,7 @@ Open a command line shell, and issue the following commands: - cd @@name@@-@@version@@ + cd @[EMAIL PROTECTED]@version@ ant -projecthelp If everything is installed correctly, you should see a list of the Ant @@ -77,13 +77,13 @@ the javadocs and other documentation. To execute it, type the following commands: - cd @@name@@-@@version@@ + cd @[EMAIL PROTECTED]@version@ ant dist-lite -This will create a complete binary distribution of the subproject (equivalent -in structure to the corresponding binary distribution downloadable from the -Jakarta web site), in the "${tomcat.source}/dist" directory. It will have -the contents described in the corresponding "README.txt" file. +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 "@[EMAIL PROTECTED]@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 the Service container.
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>