--- projects/cms/source/conient/README 2001/06/14 15:38:15 1.2 +++ projects/cms/source/conient/README 2003/02/06 10:13:45 1.3 @@ -1,24 +1,6 @@ i-scream Conient Client README ============================== -ANT build vs Make build ------------------------ - -There are now two methods of compiling the Conient 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 -using ANT (http://jakarta.apache.org/ant) which will run on any platform. -However, at this stage the ANT scripts are not completely finished and may -have some odd behaviour. - -We envisage both the Makefile and ANT setups being maintained for some time, -giving the developer a choice. This document still outlines the Makefile -method of compiling, and will do so until such a point as the ANT scripts -are deemed reliable. If, however, you wish to give the ant script a whirl, -try the following after setting up ANT (see the ANT website for details); - -ant help - Compiling --------- @@ -74,13 +56,12 @@ install Installs Conient to a given directory. Also takes a prefix; make install prefix = /usr/i-scream -cvsbuild - - Builds any tagged version of Conient 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. - javadoc - Builds all the javadoc pages in the `doc' directory. \ No newline at end of file + Builds all the javadoc pages in the `doc' directory. + +dist +dist-bin + + Builds a dist tar/zip file ready for distribution. The + -bin alternative does not do doc/src.