Skip to content

Commit

Permalink
Updated instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Nov 16, 2020
1 parent 1cca96c commit 203a171
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,26 @@ Compile the code and run the tests with:

```
cd org.wikipathways.client
ant test
mvn clean install
```

If you want to use a different web service, use (for example):

```
cd org.wikipathways.client
ant -Dwp.webserver=http://otherservice.wikipathways.org test
mvn -Dwp.webserver=http://otherservice.wikipathways.org clean test
```

### TODO
## OSGi bundle

Create the OSGi bundle with:

```
cd org.wikipathways.client
mvn bundle:bundle
```

## TODO
- [x] set up automated testing framework on Jenkins (https://jenkins.bigcat.unimaas.nl/view/WikiPathways/job/WikiPathways%20REST%20Java%20library/)
- [ ] detailed documentation (JavaDoc!)

### Known bugs
1 change: 1 addition & 0 deletions org.wikipathways.client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
</resource>
</resources>
<plugins>
<!-- Generates the OSGi metadata based on the osgi.bnd file. -->
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
Expand Down

0 comments on commit 203a171

Please sign in to comment.