Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Building

Table of Contents
minLevel2

Prerequisites

Java Developer Kit (JDK)

You will need a JDK 5.0+ (J2SE 1.5.0+) or compatible JDK to build GShell. It is recommended you use SUN's implementation, or something compatible like Apples implementation. Other JDK vendors implementations may work, but use at your own risk.

Newer JDK versions (like for Java 6) may or may not work... use at your own risk (wink)

Apache Maven 2

To execute the build process you need to have Apache Maven version 2.0.5 (or newer) installed.

To check if your installation is working and you have the required minimum version run:

No Format
mvn -version

And it should produce something like:

No Format
Maven version: 2.0.6

Subversion

To fetch the source code for GShell, you will need to have a Subversion client version 1.2 (or newer, 1.4 is recommended) installed.

Checkout Sources

No Format
svn co https://svn.apache.org/repos/asf/geronimo/gshell/trunk gshell

Build

No Format
cd gshell
mvn