Versions Compared

Key

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

This document provides:

  • A set of instructions

...

  • for new developers to get their Eclipse workspace up-and-running.

Table of Contents

1 - Getting Eclipse

Several of the developers are using Eclipse Mars with Web Developer Tools.  You can find them here:

2 - Load Juneau projects into your workspace

  1. Start up your Eclipse workspace.

  2. Open up Java Perspective:  Window->Perspective->Open Perspective->Java
     
  3. Open up Git Repositories view:  Window->Show View->Other->Git->Git Repositories
     
  4. In the view, click the "Clone a Git Repository and add the clone to this view":  

  5. Enter the information for the Juneau Git Repository.  Then click next.

     
  6. In the Branch Selection page, select only the master branch.  Then click next.


  7. In the Local Destination page, select a location where your local Git repository will reside.  
    Note that this is NOT the same location as your workspace. 
    Make sure to select the checkbox for importing all the projects into your workspace.
    Then click finish.
     
     
  8. After a couple of minutes, you should see the following projects loaded into your workspace:
     

3 - Overview of projects

The juneau-root project contains the top-level contents of the Git repository.  It contains all the other sub-projects.

...

The juneau-distrib project TODOcreates zips that contain the built libraries and source code for a release.

4 - Using Maven to build projects

TODO

...

The project can be built using maven from a command line by running the following in the workspace root:

     mvn clean package


5 - JUnit Tests

 

JUnit tests are located in the following locations:

...