Skip to content
Cherian Mathew edited this page Oct 9, 2013 · 13 revisions

This is a guide to installing, building and running the BioVeL Extension for Open Refine.

The recommended method to work on the BioVeL Extension is to first first install Open Refine and then include this project within the extensions directory.

Install Open Refine

Checkout source

Install release bundle

Install BioVeL Extension

Patches to Open Refine

Working with Eclipse

Setting up of the project for development with the Eclipse IDE requires adding the source path for the extension and the third-party dependent libraries.

  • Import the project into an Eclipse workspace

  • This will create a a project named 'grefine-all'

  • Configure the build path for the project

configure build path

  • Choose Add folder in the 'Source' tab

configure build path

  • Select the source ('src') directory in the extension

configure build path

  • Choose 'Add Jars' in the 'Libraries' tab

configure build path

  • Select the source ('src') directory in the extension

configure build path

Clone this wiki locally