Versions Compared

Key

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

...

This guide is intended to cover how to build the latest server/trunk, though other newer branches should also follow similar instructions. Server trees that use the same basic build tooling include:

...

/

...

2.

...

2. Refer to Building Apache Geronimo in the Development documents for more information on building Geronimo, including this and other branches.

Prerequisites

Java Developer Kit (JDK)

...

To execute the build process you need to have Apache Maven version 2.0.9 (or newer) installed. Note that Geronimo 2.2.x does not build with Maven 3.0 or above.

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

...

No Format
svn co https://svn.apache.org/repos/asf/geronimo/server/branches/trunk2.2 serverserver22
Tip
titleTip

If you are using Chinese system, please change your locale to en_US. Otherwise, the maven 2.0.7(or below) can't parse Chinese characters.

...