1 |
|
i-scream Conient Client README |
2 |
|
============================== |
3 |
|
|
4 |
– |
ANT build vs Make build |
5 |
– |
----------------------- |
6 |
– |
|
7 |
– |
There are now two methods of compiling the Conient distribution. The existing |
8 |
– |
Makefile method is still supported, but is of course limited in the OS's on |
9 |
– |
which it can be run. The preffered method will be an XML based build script |
10 |
– |
using ANT (http://jakarta.apache.org/ant) which will run on any platform. |
11 |
– |
However, at this stage the ANT scripts are not completely finished and may |
12 |
– |
have some odd behaviour. |
13 |
– |
|
14 |
– |
We envisage both the Makefile and ANT setups being maintained for some time, |
15 |
– |
giving the developer a choice. This document still outlines the Makefile |
16 |
– |
method of compiling, and will do so until such a point as the ANT scripts |
17 |
– |
are deemed reliable. If, however, you wish to give the ant script a whirl, |
18 |
– |
try the following after setting up ANT (see the ANT website for details); |
19 |
– |
|
20 |
– |
ant help |
21 |
– |
|
4 |
|
Compiling |
5 |
|
--------- |
6 |
|
|
56 |
|
Installs Conient to a given directory. Also takes a prefix; |
57 |
|
make install prefix = /usr/i-scream |
58 |
|
|
77 |
– |
cvsbuild |
78 |
– |
|
79 |
– |
Builds any tagged version of Conient from CVS. This saves the need to |
80 |
– |
checkout a version to build it, as it's all done automatically; |
81 |
– |
make install rev = RELEASE_1 |
82 |
– |
Default tag is HEAD. |
83 |
– |
|
59 |
|
javadoc |
60 |
|
|
61 |
< |
Builds all the javadoc pages in the `doc' directory. |
61 |
> |
Builds all the javadoc pages in the `doc' directory. |
62 |
> |
|
63 |
> |
dist |
64 |
> |
dist-bin |
65 |
> |
|
66 |
> |
Builds a dist tar/zip file ready for distribution. The |
67 |
> |
-bin alternative does not do doc/src. |