-
Notifications
You must be signed in to change notification settings - Fork 239
Setting up the Environment
-
Download and Install the latest version of the Eclipse IDE for Java Developers
-
Download and Install a Git Client
We recommend a nice GUI like SmartGit or SourceTree.
-
Clone this Repository with your Git Client
In the following, we assume that you cloned into the directory
amidst/
. -
Import the Eclipse Project
In the Eclipse menu choose
File > Import... > General > Existing Projects into Workspace
and select the directoryamidst/
. -
Import the Eclipse Preferences
In the Eclipse menu choose
File > Import... > General > Preferences
and select the fileamidst/eclipse-preferences.epf
.This file contains settings for the Java Code Formatter as well as custom compiler errors and warnings.
-
Install the Maven Dependencies
In Eclipse, right-click the amidst project and choose
Maven > Update Project... > OK
.In Eclipse, right-click the amidst project again and choose
Run As > Maven clean
. -
Customize the devtools Properties (optional)
In the class
amidst.devtools.DevToolRunner
, Amidst includes several tools for developers. If you want to use these, you need to customize their properties. To do so, copy the fileamidst/src/test/resources/amidst/devtools/devtools.properties.template
toamidst/src/test/resources/amidst/devtools/devtools.properties
and enter the required values.