------ Setting up a Taxonomic Editor development environment ------ n.hoffmann ------ Setting up a Taxonomic Editor development environment This document describes all steps necessary to create a development environment to develop the EDIT Taxonomic Editor. If you are looking for instructions on how to install the EDIT Taxonomic Editor please consult the {{{./manual.html} manual}}. %{toc|section=0|fromDepth=2|toDepth=3} * Requirements The current version of the EDIT Taxonomic Editor is developed using the Eclipse IDE for RCP developers. * Checking out the sources Use git to check out the sources from the EDIT repository to a location on your development machine. --- $ git clone ssh://git@dev.e-taxonomy.eu/var/git/taxeditor.git --- This will leave you with a directory <<>> containing everything that is needed. We will have a look at the contents later on. * Setting up eclipse * Start up eclipse and open a workspace. * Open up the Import Wizard via Import...> from the menu * Choose Existing maven projects > and click next. * For setting the browse to the <<>> directory. After confirming the directory selection dialog, the list should contain a number of projects all starting with <<>> which should be checked for import. * Click