ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/README
(Generate patch)

Comparing projects/cms/source/server/README (file contents):
Revision 1.10 by tdb, Sun May 20 00:57:47 2001 UTC vs.
Revision 1.11 by tdb, Fri Jun 7 16:12:47 2002 UTC

# Line 4 | Line 4 | i-scream Server README
4   ANT build vs Make build
5   -----------------------
6  
7 + ** We have revamped the Makefile, but not the ANT build **
8 + ** So please use the Makefile for now **
9 +
10   There are now two methods of compiling the server distribution. The existing
11   Makefile method is still supported, but is of course limited in the OS's on
12   which it can be run. The preffered method will be an XML based build script
# Line 94 | Line 97 | install
97    Installs the server to a given directory. Also takes a prefix;
98      make install prefix = /usr/i-scream
99  
100 < cvsbuild
100 > dist
101 >  Builds a full distribution of the server.
102 >    make dist ver = 1.0
103 >  Default ver is HEAD.
104  
105 <  Builds any tagged version of the server from CVS. This saves the need to
106 <  checkout a version to build it, as it's all done automatically;
107 <    make install rev = RELEASE_1
108 <  Default tag is HEAD.
105 > dist-bin
106 >  Builds a binary distribution of the server.
107 >    make dist ver = 1.0
108 >  Default ver is HEAD.
109  
110   javadoc
111  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines