Versions Compared

Key

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

These instructions are provided for new developers to get their Eclipse workspace up-and-running.

...

These instructions assume you're using Eclipse.  

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:
     

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 TODO

Using Maven to build projects

TODO

Running Tests

JUnit tests are located in the following locations:

...

juneau-server-test contains JUnits that make REST calls against the test microservice running on port 10001.

Content by Label
showLabelsfalse
max5
spacesJUNEAU
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "JUNEAU"
labelskb-how-to-article

...