-
Notifications
You must be signed in to change notification settings - Fork 0
DevelopersGuide
This is a guide to installing, building and running the BioVeL Extension for .
The recommended method to work on the BioVeL Extension is to first first install and then include this project within the extensions directory.
The latest version of is
(but it is not recommended for production work).
This code base for this version can be installed by running,
git clone https://github.com/OpenRefine/OpenRefine.git
git checkout tags/2.5
The last stable (and recommended) release of is
.
This code base for this version can be installed by running,
git clone https://github.com/OpenRefine/OpenRefine.git
git checkout tags/2.6-beta.1
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
- Choose Add folder in the Source tab
- Select the src directory in the ../extensions/biovel/src
- Choose Add Jars in the Libraries tab
- Select the lib directory in _../extensions/biovel/module/MOD-INF/