Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Whatever your Eclipse version, you'll need to make sure you have a Subversion plugin - either Subclipse or SubversveSubversive. We use prefer Subclipse - to install it, follow the instructions here: Subclipse installation. We use version 1.8 (later versions don't have the SvnKit option yet, which is what works in MacOSX). Once installed (requires a restart of Eclipse), go to Preferences->Team->SVN and select SvnKit as client interface

...

You will also need to add the subclipse Subclipse connector for m2e, in order to checkout the code directly as a maven project. To do so, go to Preferences -> Maven -> Discovery, click on Open Catalog scroll until you see the connector m2e-subclipse (in the Team Providers section) and install it. 

...

If your Eclipse edition supports Javascript, you will notice error markers in some javascript files. These are third party libraries (such as JQuery) - go figure. You may safely ignore them, the project will build fine (if they annoy you, you can turn off Javascript validation in Eclipse's preferences).

To build the entire maven project, right click on the root module eagle-i-base and select run as -> maven install.  The built artifacts will reside in the target directory of each module/project.