Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halestudio/exp-hale-deegree
Experiments for tighter integration of hale and deegree
https://github.com/halestudio/exp-hale-deegree
Last synced: 2 months ago
JSON representation
Experiments for tighter integration of hale and deegree
- Host: GitHub
- URL: https://github.com/halestudio/exp-hale-deegree
- Owner: halestudio
- License: lgpl-3.0
- Created: 2016-08-21T07:08:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T13:21:57.000Z (3 months ago)
- Last Synced: 2024-10-25T15:45:21.932Z (3 months ago)
- Language: Java
- Homepage:
- Size: 8 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# exp-hale-deegree
Experiments for tighter integration of hale and deegree.### Setup Eclipse project
Generate an Eclipse project with the following command:
```
./gradlew eclipse
```Then import the project into Eclipse using *Import existing projects into workspace*.
### Run tests
You can run the test w/o any IDE on the command line:
```
./gradlew test
```A HTML file is generated as test report.
Alternatively, you can run the tests in Eclipse via *Run As* -> *JUnit Test*