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

Compare with Current View Page History

« Previous Version 7 Next »

Installing droids

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

Now create a distribution:

mvn clean install

Eclipse integration

mvn eclipse:clean eclipse:eclipse
  • No labels