Versions Compared

Key

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

...

  1. Installing Eclipse
  2. Installing Graphical Editing Framework / Zest Library
  3. Installing GWT
  4. Adding Git repositories and Importing the projects from Git into a workspace
  5. Updating Plug-in Classpath
  6. Building spring-libraries project
  7. Building eairs-cfd-tools project

...

  1. Next we need to install the Zest library that it used for displaying the workflow graphs. This will be downloaded and installed from the Eclipse Update Site. While in Eclipse, go to Help-> Install New Software. From the Drop down menu next to "Work with:" select Juno - http://download.eclipse.org/releases/juno
  2. Expand "Modeling" and select "Graphical Editing Framework Zest Visualization Toolkit SDK". Click Next. Click Next again. Accept the license agreement and click Finish. Once the installation finishes you will need to restart eclipse.
  3. After restarting Eclipse, you might need to press the Go to the workbench button again to bring the workbench back up.

Installing GWT

In order to build and run the Edison CFD web application you will need to download the latest GWT Eclipse plugin. The latest GWT Eclipse plugin can be found here. Follow the instructions for your version of Eclipse.

Adding Git repositories and Importing the projects from Git into a workspace

...