-
Notifications
You must be signed in to change notification settings - Fork 236
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 Workspaceand select the directoryamidst/. -
Import the Eclipse Preferences
In the Eclipse menu choose
File > Import... > General > Preferencesand 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.templatetoamidst/src/test/resources/amidst/devtools/devtools.propertiesand enter the required values.