TRAP/J Development

Thank you for your interest in contributing to the TRAP/J project! This page will provide you with everything you need to start working on TRAP/J.

Download Latest Stable Code

The source code for both TRAP/J 2.1 and 2.2 comes in the form of Eclipse projects. Once you download and extract a project from its ZIP archive, you must import the project into your workspace. The import option is available under the File menu.

TRAP/J 2.1

Source code

Development Documents (RAD, SDD, etc.)

TRAP/J 2.2

Source code

Development Documents

Get the Latest Code from the SVN Repository

The latest source code for both TRAP/J 2.1 and 2.2 is available in the ACRL's SVN repository. To access the code, you'll need to download and install Subclipse, an SVN client for Eclipse. Once you've installed Subclipse, the instructions to checkout the code are as follows:

  1. Open the SVN Repository Exploring perspective.
  2. In the toolbar located below the SVN Repositories tab, click on "Add SVN Repository." Alternatively, you can right-click in the SVN Repositories view and select New -> Repository Location in the context menu.

  3. In the resulting dialog, enter svn://ip-comm.cis.fiu.edu as the URL.
  4. Once you see svn://ip-comm.cis.fiu.edu in the SVN Repositories view, expand it to reveal several root folders. The code for the various versions of TRAP/J is located in the trunk/acrl directory.
  5. To checkout a TRAP/J project, right-click on the project, choose "Checkout," and follow the instructions in the Checkout Wizard.

To commit any changes to the code you will need a username and password. To obtain these, please contact the ACRL at the email address at the bottom-right of your screen.


Back to TRAP/J Homepage