Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{scrollbar}
Table of Contents
indent20px
styledisc

Building from source

Note

If you are interested in simply using J2G to migrate an application, this article may not be for you, as it is intended to serve as instruction for compiling J2G from sources. For information on downloading a binary copy of J2G, visit the Geronimo Development Tools page.

Downloading and building J2G from the latest source allows for modifications and additions to be made to the tool set, the prerequisites and instructions are as follows.

Prerequisites

Obtaining the Source Code

Once the prerequisites are installed, it is time to checkout the code from the repository. To do this, use the "svn co" command from the command line. Currently, the repository for j2g is https://svn.apache.org/repos/asf/geronimo/devtools/j2g

No Format
borderStylesolid
svn co http://svn.apache.org/repos/asf/geronimo/devtools/j2g/trunk j2g

Building

From the root J2G directory:

No Format
borderStylesolid
mvn install

Disabling Tests

To disable unit tests while building:

No Format
borderStylesolid
mvn install -Dtest=false

Deploying

Once the tool has been built you can deploy by using the following steps:

  1. Unzip the deployable created in <j2g-home>/target
  2. On the command line, navigate to the bin directory in the deployable
  3. Run the appropriate j2g-configure script for your operating system