The build procedure requires that you have the JDK 1.2 bin
directory in your executable search path.
cd jini1_0/source/vob/jive/src gmake PRODUCT=1 <target>Where:
PRODUCT
is arbitrary; any non-empty
string will suffice
- all
Compiles the class files for all of the installed source products, including RMI stub classes. The compiled class files will be placed in the directoryjini1_0/source/vob/jive/classes
.
- jars
Creates the jar files for all of the installed source products, using the compiled class files. The compiled class files must already have been created. The jar files will be placed in the directoryjini1_0/source/vob/jive/jars
.
- clean
Removes the compiled class files and the jar files.
- doc
Generates API documentation for all of the installed source, usingjavadoc
. The documentation will be placed in the directoryjini1_0/source/vob/jive/doc/api
.
If you port this build process to another platform and wish to submit it
for its potential use in our next release, please send the makefile to jini-submit@java.sun.com for consideration.