Difference between revisions of "Building Fresnel Forms"

From SW_OWF
Jump to navigation Jump to search
(direct copy from internal wiki)
 
(The simplest way to install Fresnel Forms is to copy the jar file from https://github.com/ABI-Team-30/Fresnel-Forms/releases into the Protégé plugin directory. This works for most end users. More comp)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Het bouwen van Fresnel Forms bestaat uit de volgende stappen:
+
The simplest way to install Fresnel Forms is to copy the jar file from https://github.com/ABI-Team-30/Fresnel-Forms/releases into the Protégé plugin directory. This works for most end users. More complex sitation or developers may wish to follow these instructions using our SVN and Eclipse.
# Klaarzetten Fresnel Forms working copy
 
# Bouwen Protégé Fresnel Forms plugin
 
  
Er wordt hier aangenomen dat de stappen zoals zijn vermeld bij [[Bouwen Protégé 5]] volledig zijn uitgevoerd
+
If the instructions at http://protege.stanford.edu/products.php#desktop-protege are inappropriate for your enrironment then you can follow these instructions to install Protégé from Github using Maven.
  
== Klaarzetten Fresnel Forms working copy ==
+
The construction of Fresnel Forms consists of the following steps:
Het klaarzetten van de Fresnel Forms working copy bestaat uit de volgende stappen:
+
 
# Maak een nieuwe map aan, buiten de workspace map van Eclipse, welke de Subversion Working Copy gaat bevatten voor de Fresnel Forms broncode. Deze map noemen we <FresnelFormsSource>
+
# Preparing the Fresnel Forms working copy
# Voer een SVN Checkout uit van de Fresnel Forms source
+
# Building Protégé Fresnel Forms plugin
## Klik met rechtermuisknop op <FresnelFormsSource>
+
 
## Kies voor SVN Checkout
+
It is assumed here that the steps as mentioned in [[Building Protege 5]] have been fully implemented
## Vul het Checkout scherm in
+
 
##* URL of Repository: [https://svnext.ou.nl/INF_Studenten_ABI_team30/source https://svnext.ou.nl/INF_Studenten_ABI_team30/source]
+
== 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 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
## Druk op OK
+
## Press OK
 +
 
 +
== Building Protégé Fresnel Forms plugin ==
 +
 
 +
Building the Protégé Fresnel Forms plugin is as follows:
  
== Bouwen Protégé Fresnel Forms plugin ==
+
# Click the right mouse button on <FresnelFormsSource> / trunk / FresnelForms while you hold down the shift key
Het bouwen van de Protégé Fresnel Forms plugin gaat als volgt:
+
# Choose "Open Command Window Here" or a similar Dutch choice
# Klik met de rechter muisknop op <FresnelFormsSource>/trunk/FresnelForms terwijl je de shift toets ingedrukt houdt
+
# Type the following command
# Kies 'Open Command Window Here', of een overeenkomstig nederlandse keuze
 
# Voer het volgende commando uit
 
 
  mvn clean install
 
  mvn clean install

Latest revision as of 15:21, 3 April 2015

The simplest way to install Fresnel Forms is to copy the jar file from https://github.com/ABI-Team-30/Fresnel-Forms/releases into the Protégé plugin directory. This works for most end users. More complex sitation or developers may wish to follow these instructions using our SVN and Eclipse.

If the instructions at http://protege.stanford.edu/products.php#desktop-protege are inappropriate for your enrironment then you can follow these instructions to install Protégé from Github using Maven.

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 Protege 5 have been fully implemented

Preparing the Fresnel Forms working copy

The preparation of the Fresnel Forms working copy consists of the following steps:

  1. 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>
  2. Perform an SVN checkout of the Fresnel Forms source
    1. Right-click <FresnelFormsSource>
    2. Choose SVN Checkout
    3. Complete the checkout screen
    4. 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
  3. Type the following command
mvn clean install