-
Notifications
You must be signed in to change notification settings - Fork 9
How To Setup GOSS for development in Eclipse
tdtalbot edited this page Dec 16, 2016
·
4 revisions
- Install java 8 sdk
- Install new version of eclipse ee (luna currently)
- Install from eclipse marketplace bndtools and amdatu
- Clone or Fork GOSS into your own github repository https://github.com/GridOPTICS/GOSS.git
- Checkout your GOSS repository
- Set eclipse workspace location to the new GOSS checked out location
- Import checked out projects as Existing Project into Workspace
- Open bndtool perspective
Now you can make changes to the development code.
To test run the server:
- Open tester-runner.bndrun under pnnl.goss.core.tester
- 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.
- GOSS Project Workflow
- How To Articles
- Setup GOSS in Eclipse
- Start a GOSS project
- Register a datasource
- Register a handler
- Create Integration Tests
- Reference repositories
- Configure Access Control
- ActiveMQ Notes
- Publications
- GOSS License
- [Datasets] (wiki/Datasets)