Home > JIDE-Common-Layer

JIDE-Common-Layer

JIDE-Common-Layer is a project mainly written in JAVA and HTML, based on the View license.

JIDE-Common-Layer

(Please enable word-wrap when viewing this file)

This is the readme for the JIDE Common Layer Open Source Project.

Contents

The contents of the distributions are:

LICENSE.txt the license statement README this file jide-oss-.jar the JIDE Common Layer jar jide-oss-src-.zip the source code zip file for JIDE Common Layer docs the Developer Guide javadoc javadocs

Build

You can use your favorite Java IDE to build this project. By default, we provided ant script (build.xml) to build the project. You can download ant from http://ant.apache.org/. Once you install it, you can run

"ant" or "ant dist"

to build the whole source code and produce the jar file you need for your application.

All available targets in build.xml are:

init clean compile jar javadoc source dist (default)

Previous:submap