Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrudolph/multi-scaladoc-browser
A simple webserver that can integrate several sources of scaladocs
https://github.com/jrudolph/multi-scaladoc-browser
Last synced: 25 days ago
JSON representation
A simple webserver that can integrate several sources of scaladocs
- Host: GitHub
- URL: https://github.com/jrudolph/multi-scaladoc-browser
- Owner: jrudolph
- License: mit
- Created: 2013-08-02T12:06:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-21T09:39:37.000Z (about 11 years ago)
- Last Synced: 2023-04-11T05:18:37.758Z (over 1 year ago)
- Language: Scala
- Size: 117 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A webserver that integrates scaladoc from different jars.
Instructions
------------* Clone: `git clone https://github.com/jrudolph/multi-scaladoc-browser.git`
* Assemble: `sbt assembly`
* Run: `java -jar core/target/scala-2.10/multidoc-core-assembly-0.1.0.jar *` where each
`` is of the form `:`. E.g.```
java -jar core/target/scala-2.10/multidoc-core-assembly-0.1.0.jar \
spray-json:/home/johannes/.ivy2/local/io.spray/spray-json_2.10/1.2.5/docs/spray-json_2.10-javadoc.jar \
scala-library:/home/johannes/.ivy2/cache/org.scala-lang/scala-library/docs/scala-library-2.10.2-javadoc.jar \
parboiled-scala:/home/johannes/.ivy2/cache/org.parboiled/parboiled-scala_2.10/docs/parboiled-scala_2.10-1.1.5-javadoc.jar
```
* Browse: [http://localhost:35891](http://localhost:35891)