Skip to content

Contributors' corner : Eclipse setup

stephanenicolas edited this page Sep 27, 2013 · 2 revisions

You first need to follow the instructions to have a working setup environment to use BoundBox under Eclipse.

When everything is installed as desired, you can have a look at the informations below that are specific for contributors.


Lombok

BoundBox uses Lombok. It needs to be installed to Eclipse installation.

You'll still need to download lombok, or doubleclick on the lombok.jar file downloaded by maven, to install lombok into your eclipse installation.

More details here

maven-android-sdk-deployer

boundbox-android-sample needs Android SDK to be deployed. Use maven-android-sdk-deployer to do it.

Setup for BoundBox

$ git clone https://github.com/mosabua/maven-android-sdk-deployer.git
$ cd maven-android-sdk-deployer
$ mvn install -P 4.3

m2e-android

Install m2e-android to manage properly Android+Maven project in Eclipse.

Clone this wiki locally