Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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*