Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel

Anchor
overview
overview

OVERVIEW

To setup the development environment for working with the mit-release-plugin for MOVES, there are 3 steps that must be completed.  These 3 steps are:

  • Step 1:
    Reconfigure the POM.XML for the mit-release-plugin-parent and it's children.
    There is nothing new here and you should know how to do the above relative to the IDE that you are using.
  • Step 2:
    Reconfigure the POM.XML for the sais-moves-web Maven project.
    Again, there is nothing new here and you should know how to do the above relative to the IDE that you are using.
  • Step 3:
    This step explains how to setup the MOVES Development Environment.
    It explains how to obtain and configure the Moves properties files as well as how to construct and configure the directory structure that is used by Moves.

It should take you approximately 15 - 20 minutes to complete all 3 steps.

  • Section 1:
    This section is designed to assist the first time user in setting debugging break points.
Panel

Anchor
The mit-release-plugin-parent Maven Project Reconfiguration
The mit-release-plugin-parent Maven Project Reconfiguration

Step 1: The mit-release-plugin-parent Maven Project Reconfiguration

  1. Check-out the maven project for the mit-release-plugin.  The SVN repository is:
    Code Block
    svn+ssh://svn.mit.edu/sais-sis-common/maven/plugins/mit-release-plugin/trunk
    
  2. Open the mit-release-plugin maven project in your IDE.
    1. Open the pom.xml's for each of the following projects:
      • mit-release-plugin-parent
      • mit-release-plugin
      • mit-release-plugin-common
      • mit-release-plugin-integration-tests
    2. In each of the pom.xml's for the above, remove all occurances of -SNAPSHOT from the <version> tags.
      There are a total of 7 occurances that have to be changed.
      • EXAMPLE: <version>2.0.21-SNAPSHOT</version> becomes <version>2.0.21</version>

When you are satisfied that everything is correct, save the changes that you made to the pom.xml's.

The mit-release-plugin-parent Maven Project Reconfiguration is now complete

...

Panel

Anchor
Setting mit-release-plugin debugging break points
Setting mit-release-plugin debugging break points

Section 1: Setting mit-release-plugin debugging break points

  1. Build and install mit-release-plugin-parent.
  2. Build, install and deploy sais-moves-web to your oracle server.
  3. Setting break points.
  4. Attaching the IDE's debugger.

...