DewDrop One
XML Definition. Any Database. |
|
Home | Sourceforge Project Page | Mailing List | JavaDoc API | Browse CVS | |
Installing DewDropGetting DewDrop
Binary Edition The latest stable version of DewDrop is available from Sourceforge.net's DewDrop project files page. Source Edition If you prefer the source edition, you can download the source for the latest DewDrop release from Sourceforge.net's DewDrop project files page also. The file you will need to download will be named dewdrop-<version>.src.zip. If you prefer living on the edge, you can access the code anonymously as it is being developed via CVS. If you're not familiar with CVS, you may learn how to use it by reading Sourceforge.net's DewDrop CVS summary page. If you are already fairly familiary with CVS, here are the CVS commands to access anonymously:
See the section Building DewDrop on how to build DewDrop from the source code. If you're just curious, you can also browse DewDrop's CVS files online. System Requirements
DewDrop has been used successfully on many platforms, including Linux, commercial flavors of Unix such as Solaris and HP-UX, Windows 9x and NT, Novell Netware 6 and MacOS X. The Binary distribution of DewDrop already has all the dependent files you need to run DewDrop, so you won't need to download any extra files. If you're curious, all external dependencies can be found in the dewdrop installation's lib/ext directory. If you build DewDrop from scratch, you must have a version 1.4 or better JDK (not just a JRE) installed on your system, with the corresponding JAVA_HOME environment variable set. Only Sun's J2SE JDK has been tested for use when compiling DewDrop. IBM's Jikes compiler or Microsoft's JDK may work, but there are no guarantees. Also, DewDrop uses the incredible Ant build tool as its build management system, and so Ant must also be installed, with the ANT_HOME environment variable set. Installing DewDrop (binary version)
The binary distribution of DewDrop consists of the following directory layout: dewdrop +--- bin // contains launcher/executable scripts | +--- etc // database configuration files and scripts | +--- lib // contains DewDrop jars +--- ext //contains 3rd party dependency jars Only the bin, etc, and lib directories (and their subdirectories) are required to run DewDrop.
To install DewDrop, choose a directory and copy the distribution file
there. This directory will be known as Windows 95, Windows 98 & Windows ME Note: On these systems, the script used to launch DewDrop will have problems if Setup Before you can run DewDrop there is some additional set up you will need to do:
Note: Do not install
DewDrop's Windows Assume DewDrop is installed in
Unix (bash) Assume DewDrop is installed in
Unix (csh)
To build DewDrop from source, you can either install the DewDrop
source distribution or checkout the Once you have the source unzipped or pulled from CVS, change into
the that directory. We will call it Set the Your are now ready to build DewDrop:
examples:
or
This will create a binary distribution of DewDrop in the directory you specified. You must have permissions to create the directory in that location. If you wish to install the binary distribution into the directory
specified by the environment variable
You can avoid the lengthy Javadoc step, if desired, with:
Be aware:
|
|
Copyright © 2003 Les A. Hazlewood.
All rights reserved. |