Building Fresnel Forms

From SW_OWF
Revision as of 15:05, 3 April 2015 by Lloyd Rutledge (talk | contribs) (translate.google.com)
Jump to navigation Jump to search

The construction of Fresnel Forms consists of the following steps:

  1. Preparing the Fresnel Forms working copy
  2. Building Protégé Fresnel Forms plugin

It is assumed here that the steps as mentioned in Building Protégé 5 have been fully implemented

Preparing the Fresnel Forms working copy

The readying of the Fresnel Forms working copy is made up of the following steps:

  1. Create a new folder, outside the workspace folder of Eclipse, which will contain the Subversion Working Copy for the Fresnel Forms source code. This folder called <FresnelFormsSource>
  2. Perform an SVN checkout of the Fresnel Forms source
    1. Right-click <FresnelFormsSource>
    2. Choose SVN Checkout
    3. Complete the checkout screen
    4. * URL or Repository: https://svnext.ou.nl/INF_Studenten_ABI_team30/source
    5. * Checkout directory: <FresnelFormsSource>
    6. * Checkout Depth: Fully Recursive
    7. * Revision: HEAD revision
    8. Press OK

Building Protégé Fresnel Forms plugin

Building the Protégé Fresnel Forms plugin is as follows:

  1. Click the right mouse button on <FresnelFormsSource> / trunk / FresnelForms while you hold down the shift key
  2. Choose "Open Command Window Here" or a similar Dutch choice

Type the following command

mvn clean install