Skip to content

How To Setup GOSS for development in Eclipse

tdtalbot edited this page Dec 16, 2016 · 4 revisions
  1. Install java 8 sdk
  2. Install new version of eclipse ee (luna currently)
  3. Install from eclipse marketplace bndtools and amdatu
  4. Clone or Fork GOSS into your own github repository https://github.com/GridOPTICS/GOSS.git
  5. Checkout your GOSS repository
  6. Set eclipse workspace location to the new GOSS checked out location
  7. Import checked out projects as Existing Project into Workspace
  8. Open bndtool perspective

Now you can make changes to the development code.

To test run the server:

  1. Open tester-runner.bndrun under pnnl.goss.core.tester
  2. On top right corner click Run OSGi

To change run arguments, open tester-runner.bndrun source and change properties under '-runproperties'.

You will see the server starting log on console.

To test server type gt:help. For more information look at How to test GOSS server.

To commit back to GOSS please create a pull request.

Clone this wiki locally