Installation Using Eclipse - matthias-wolff/UASR GitHub Wiki

These installation instructions apply to the Eclipse Kepler (4.3), Luna (4.4), Mars (4.5), and Neon (4.6) IDEs. See Command Line Installation for alternative instructions using command line tools only.

Table of Contents

Prerequisites

You need:

Software
dLabPro required
Eclipse Plug-Ins
a Git or SVN team provider required
dLabPro Plug-In recommended

Project Setup

1. Set/Modify Environment Variables
UASR_HOME required UASR home folder <workspace_loc>/uasr
PATH recommended add the following folders: <workspace_loc>/uasr/scripts/dlabpro and <workspace_loc>/uasr/scripts/dlabpro/tools
2. Check-out

Using Git (2a) - or - SVN (2b):

2a) Git
  • in Eclipse: Window / Show View / Other...
    • select Git / Git Repositories
    • Ok
  • Git Repositories view
    • Clone a GIT repository
  • Source Git Repository page
  • Branch Selection page
    • uncheck everything but "master"
    • Next>
  • Local Destination page
    • Directory: <workspace_loc>/uasr
    • Finish
  • in Eclipse: File / New / Project...
  • proceed with 3.
2b) SVN
3. Configure the Project
  • Select a wizard page
    • select: General / Project
    • Next>
  • Project page
    • Project name: uasr
    • Finish
⚠️ **GitHub.com Fallback** ⚠️