-
Notifications
You must be signed in to change notification settings - Fork 12
Compiling
FAST uses Maven to manage external dependencies and build dependencies. The easiest way:
-
Install Homebrew
-
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
This information was taken from StackOverflow:
-
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.
-
Start a new project in eclipse and name it using that same project name.
-
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
-
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 "