~ubuntu-branches/debian/stretch/insubstantial/stretch

« back to all changes in this revision

Viewing changes to flamingo/README.md

  • Committer: Package Import Robot
  • Author(s): Felix Natter
  • Date: 2016-01-18 20:58:45 UTC
  • Revision ID: package-import@ubuntu.com-20160118205845-crbmrkda61qsi5qa
Tags: upstream-7.3+dfsg2
ImportĀ upstreamĀ versionĀ 7.3+dfsg2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Flamingo
 
2
 
 
3
## Building
 
4
 
 
5
### In Eclipse
 
6
 
 
7
1. Create new Java Project (_**File > New > Java Project**_)
 
8
1. Browse for the location of the _insubstantial/flamingo_ directory
 
9
1. Click **Next**
 
10
1. Go to the _**Libraries**_ tab and select the **Add JARs...** button
 
11
1. Select all the jars in the _flamingo/lib_ and _flamingo/lib/test_ directories
 
12
1. Click **Finish**
 
13
1. After the project is created, ensure that the following directories are added to the build path if not already on the build path:
 
14
 - _flamingo/src/main/java_
 
15
 - _flamingo/src/main/resources_
 
16
 - _flamingo/src/test/java_
 
17
 - _flamingo/src/test/resources_
 
18
1. Run the project as a **JUnit Test**; everything should <span style="color:green;">pass</span>