Skip to content

How to install Parrot in Eclipse Plugin & NeOn Toolkit Plugin & Terminae

dayures edited this page Mar 20, 2018 · 1 revision

Eclipse Plugin & NeOn Toolkit Plugin

The Parrot plugin for Eclipes plugin has been tested in Eclipse 3.5 (Galileo) and Eclipse 3.6 (Helios)

The Parrot plugin for Neon Toolkit has been tested in Neon Toolkit 2.5

  1. Select "Help > Install New Software". The install dialog will appear.
    center
  2. Click "Add" and type in the name and update site for the plugin, as in the following figure. The update site URL for Parrot is http://ontorule-project.eu/resources/parrot/eclipse/
    center
  3. Click the checkbox next to the update site you just added (in this example, it's called "Parrot for Eclipse". If you want to install in Neon Toolkit, select "Parrot for Neon Toolkit"). Click "Next".
    center
  4. The following dialog box will appear. Click "Next".
    center
  5. Click the radio button next to "I accept the terms of the license agreement". Click "Finish".
  6. A dialog about "Warning: You are installing software that contains unsigned content. The authenticity or validity of this software cannot be established. Do you want to continue with the installation?". Click "OK"
  7. After Eclipse goes through the process of updating itself (which may take a few moments), you will see the following dialog. Click "Yes" and wait for Eclipse to restart the workbench. Congratulations, now your Parrot plug-in is installed!
    center

Terminae

The Parrot plugin for Terminae has been tested in Terminae 1.0.0.201106301346

  1. Download the last versions of es.ctic.parrot.eclipse.core and es.ctic.parrot.neontoolkit.ui from http://ontorule-project.eu/resources/parrot/eclipse/plugins/
  2. Copy the .jar files into the plugins folder of Terminae.
  3. Open the text file TerminaeNeon/configuration/config.ini. Add in osgi.bundles section the bundles:
    1. es.ctic.parrot.eclipse.core
    2. es.ctic.parrot.neontoolkit.ui

An example of osgi.bundles section in config.ini file is:

osgi.bundles=[...previous bundles ...],org.semanticweb.owl,es.ctic.parrot.eclipse.core,es.ctic.parrot.neontoolkit.ui