Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Latest commit

 

History

History
 
 

flamingo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Flamingo

Building

In Eclipse

  1. Create new Java Project (File > New > Java Project)
  2. Browse for the location of the insubstantial/flamingo directory
  3. Click Next
  4. Go to the Libraries tab and select the Add JARs... button
  5. Select all the jars in the flamingo/lib and flamingo/lib/test directories
  6. Click Finish
  7. After the project is created, ensure that the following directories are added to the build path if not already on the build path:
  • flamingo/src/main/java
  • flamingo/src/main/resources
  • flamingo/src/test/java
  • flamingo/src/test/resources
  1. Run the project as a JUnit Test; everything should pass