Difference between revisions of "Imeji Developer environment"

From MPDLMediaWiki
Jump to navigation Jump to search
(Created page with "This page describes how to develop the imeji software =Introduction= the imeji software is developed and supported by the imeji community. If you want to participate to the proje...")
 
Line 4: Line 4:
=Install Java=
=Install Java=
imeji supports java 6. Compatibility with Java 7 is not guarantee:
imeji supports java 6. Compatibility with Java 7 is not guarantee:
* [http://www.java.com/de/download/manual_v6.jsp download Java 6]
* [http://www.java.com/de/download/manual_v6.jsp Download Java 6]
 
=Install Maven=
=Install Maven=
imeji use Maven 2.2.1:
imeji use Maven 2.2.1:

Revision as of 08:46, 9 October 2012

This page describes how to develop the imeji software

Introduction[edit]

the imeji software is developed and supported by the imeji community. If you want to participate to the project, please contact the community: mailto:imeji-community@gwdg.de

Install Java[edit]

imeji supports java 6. Compatibility with Java 7 is not guarantee:

Install Maven[edit]

imeji use Maven 2.2.1:

Install Eclipse[edit]

For the development, we encourage to use the Eclipse IDE for JEE developers:

Download source[edit]

The imeji code source is hosted at Github. We recommend to use the official Github client:

Clone imeji on Windows[edit]

After having installed the Github client for Windows, go on imeji Github page and click on "clone in Windows".

Import imeji in Eclipse[edit]

  1. open Eclipse
  2. Click on top menu "File"
  3. Select Import
  4. Select Maven: Existing Maven Project and click on next
  5. Browse filesystem en select imeji directory and click on Finish