Skip to content
josepablog edited this page Oct 13, 2014 · 7 revisions

Compiling

FAST uses Maven to manage external dependencies and build dependencies. The easiest way:

  1. Install Homebrew

  2. Install Maven:

brew install maven

Alternatively, you can follow the generic instructions here.

To compile FAST from the command line, from the source directory run: mvn compile

Eclipse Set-Up

This information was taken from StackOverflow:

  1. Put all source files into one directory named after your project. i.e. "ProjectName" You can keep this directory in your workspace or it can be somewhere else.

  2. Start a new project in eclipse and name it using that same project name.

  3. Uncheck the "use default location" box and find the directory where your project is unless your project is already in the workspace - then you must not uncheck the "use default location" box

  4. Click 'next'.

After doing this, you should have a project but Eclipse will not find the eclipse dependencies. To fix this: Go to help | install plugin and install " m2e - Maven Integration for Eclipse "

Clone this wiki locally