--- projects/cms/source/server/README 2001/05/20 00:57:47 1.10 +++ projects/cms/source/server/README 2002/06/07 16:12:47 1.11 @@ -4,6 +4,9 @@ i-scream Server README ANT build vs Make build ----------------------- +** We have revamped the Makefile, but not the ANT build ** +** So please use the Makefile for now ** + There are now two methods of compiling the server distribution. The existing Makefile method is still supported, but is of course limited in the OS's on which it can be run. The preffered method will be an XML based build script @@ -94,12 +97,15 @@ install Installs the server to a given directory. Also takes a prefix; make install prefix = /usr/i-scream -cvsbuild +dist + Builds a full distribution of the server. + make dist ver = 1.0 + Default ver is HEAD. - Builds any tagged version of the server from CVS. This saves the need to - checkout a version to build it, as it's all done automatically; - make install rev = RELEASE_1 - Default tag is HEAD. +dist-bin + Builds a binary distribution of the server. + make dist ver = 1.0 + Default ver is HEAD. javadoc