Installing OilViz

 

1. Unzip the OilViz.zip file to the OilEd root directory.

2. Either, put the line <plugin class="uk.ac.man.cs.img.oil.ui.OilVizPanel" /> in the plugin section in the oiled config.xml file (which is located in the OilEd folder), as shown below:

 

<plugins>

<!--###################################################################

# Plugins are still at the experimental stage, but allow us to add in

# extra functionality (for example lexicon editors) without having to

# recode the entire application. May also allow 3rd-party extensions.

<plugin class="uk.ac.man.cs.img.oil.ui.plugins.ImportsPluginPanel"/> 

<plugin class="uk.ac.man.cs.img.oil.ui.plugins.MetadataPluginPanel"/> 

<plugin class="uk.ac.man.cs.img.oil.ui.plugins.RacerPluginPanel"/> 

<plugin class="uk.ac.man.cs.img.oil.ui.plugins.ChangeLogPluginPanel"/>

<plugin class="uk.ac.man.cs.img.oil.ui.plugins.MetadataPluginPanel"/> 

<plugin class="uk.ac.man.cs.img.oil.ui.plugins.LexiconPluginPanel"/>

<plugin class="uk.ac.man.cs.img.oil.ui.plugins.QueryPluginPanel"/>

###################################################################-->

<plugin class="uk.ac.man.cs.img.oil.ui.OilVizPanel" />

</plugins>

 

Or, download and use this configuration file, which contains the above entry (note that if you download and use the configuration file, this will remove any existing plugin entries that you have added to the default OilEd config.xml file).