You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Prerequisites

Before starting to work with Droids you need to install

  • jdk >= 1.6
  • maven >= 2.0.9

Download

First of all create a new directory and download the sources:

mkdir droids
cd droids
svn co https://svn.apache.org/repos/asf/incubator/droids/trunk .

Build

Create a distribution (all components of droids will be build) and install them to your local maven repository (usually ~/.m2/repository) with the following command.

mvn clean install

Eclipse integration

Before using the following command you should have deleted all old eclipse files (.classpath and .project) that you have in your project.

mvn eclipse:clean eclipse:eclipse
  • No labels