Difference between revisions of "Building Fresnel Forms"
Jump to navigation
Jump to search
(translate.google.com) |
(auto translate cleanup) |
||
Line 1: | Line 1: | ||
The construction of Fresnel Forms consists of the following steps: | The construction of Fresnel Forms consists of the following steps: | ||
+ | |||
# Preparing the Fresnel Forms working copy | # Preparing the Fresnel Forms working copy | ||
# Building Protégé Fresnel Forms plugin | # Building Protégé Fresnel Forms plugin | ||
Line 6: | Line 7: | ||
== Preparing the Fresnel Forms working copy == | == Preparing the Fresnel Forms working copy == | ||
− | The | + | |
− | # Create a new folder, outside the workspace folder of Eclipse, | + | The preparation of the Fresnel Forms working copy consists of the following steps: |
+ | |||
+ | # Create a new folder, outside the workspace folder of Eclipse, that will contain the Subversion Working Copy for the Fresnel Forms source code. This folder called <FresnelFormsSource> | ||
# Perform an SVN checkout of the Fresnel Forms source | # Perform an SVN checkout of the Fresnel Forms source | ||
## Right-click <FresnelFormsSource> | ## Right-click <FresnelFormsSource> | ||
## Choose SVN Checkout | ## Choose SVN Checkout | ||
## Complete the checkout screen | ## Complete the checkout screen | ||
− | ## * URL or Repository: [https://svnext.ou.nl/INF_Studenten_ABI_team30/source https://svnext.ou.nl/INF_Studenten_ABI_team30/source] | + | ##* URL or Repository: [https://svnext.ou.nl/INF_Studenten_ABI_team30/source https://svnext.ou.nl/INF_Studenten_ABI_team30/source] |
− | ## * Checkout directory: <FresnelFormsSource> | + | ##* Checkout directory: <FresnelFormsSource> |
− | ## * Checkout Depth: Fully Recursive | + | ##* Checkout Depth: Fully Recursive |
− | ## * Revision: HEAD revision | + | ##* Revision: HEAD revision |
## Press OK | ## Press OK | ||
== Building Protégé Fresnel Forms plugin == | == Building Protégé Fresnel Forms plugin == | ||
+ | |||
Building the Protégé Fresnel Forms plugin is as follows: | Building the Protégé Fresnel Forms plugin is as follows: | ||
+ | |||
# Click the right mouse button on <FresnelFormsSource> / trunk / FresnelForms while you hold down the shift key | # Click the right mouse button on <FresnelFormsSource> / trunk / FresnelForms while you hold down the shift key | ||
# Choose "Open Command Window Here" or a similar Dutch choice | # Choose "Open Command Window Here" or a similar Dutch choice | ||
− | Type the following command | + | # Type the following command |
mvn clean install | mvn clean install |
Revision as of 15:06, 3 April 2015
The construction of Fresnel Forms consists of the following steps:
- Preparing the Fresnel Forms working copy
- 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 preparation of the Fresnel Forms working copy consists of the following steps:
- Create a new folder, outside the workspace folder of Eclipse, that will contain the Subversion Working Copy for the Fresnel Forms source code. This folder called <FresnelFormsSource>
- Perform an SVN checkout of the Fresnel Forms source
- Right-click <FresnelFormsSource>
- Choose SVN Checkout
- Complete the checkout screen
- URL or Repository: https://svnext.ou.nl/INF_Studenten_ABI_team30/source
- Checkout directory: <FresnelFormsSource>
- Checkout Depth: Fully Recursive
- Revision: HEAD revision
- Press OK
Building Protégé Fresnel Forms plugin
Building the Protégé Fresnel Forms plugin is as follows:
- Click the right mouse button on <FresnelFormsSource> / trunk / FresnelForms while you hold down the shift key
- Choose "Open Command Window Here" or a similar Dutch choice
- Type the following command
mvn clean install