ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/util/README
Revision: 1.1
Committed: Wed Feb 5 14:27:58 2003 UTC (21 years, 3 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Log Message:
Util package has been pulled out of the server. Next step will be to modify
the server and conient (and anything else?) to use this instead. New
package name is uk.org.iscream.cms.util. All the java files were moved with
a repo copy, so they retain their history.

File Contents

# User Rev Content
1 tdb 1.1 i-scream Util Package README
2     ============================
3    
4     Compiling
5     ---------
6    
7     To compile the i-scream Util package simply do the following :-
8    
9     ./configure
10     make
11    
12     This will leave you with a distribution archive in the build
13     directory. Alternatively you can just take the jar file out of the
14     build directory and use that.
15    
16     Makefile
17     ========
18     The following targets are available;
19    
20     build
21    
22     Compile the util package. Generates the JAR file for the final
23     package.
24    
25     clean
26    
27     Cleans all compiled code, and javadoc pages.
28    
29     distclean
30    
31     Also cleans files left by configure, including the libraries.
32    
33     dist
34    
35     Builds a full distribution of the util package.
36     make dist dest=/tmp
37    
38     dist-bin
39    
40     Builds a binary distribution of the util package.
41     make dist dest=/tmp
42    
43     javadoc
44    
45     Builds all the javadoc pages in the `doc' directory.
46    
47     src
48    
49     Copies the whole src tree in to the `build/src' directory.