| 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 | 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 | 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 |  |  |