Story #14670
[Java] Write / merge Java SDK documentation
100%
Subtasks
Associated revisions
Add gradle to arvbox, refs #14670
Also adds a new "devenv" config that starts a minimal container
environment with no services and $HOME bind mounted into the
container.
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>
Merge branch '14670-new-java-sdk-docs' refs #14670
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>
Make the doc Rakefile a little more helpful when it's missing javadoc
dependencies.
refs #14670
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>
Add gradle.properties with empty ossrhUsername/Password refs #14670
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>
Fix debug setup accidentally committed.
refs #14670
Arvados-DCO-1.1-Signed-off-by: Tom Morris <tfmorris@veritasgenetics.com>
History
#1
Updated by Peter Amstutz about 3 years ago
- Target version changed from To Be Groomed to 2019-03-13 Sprint
#2
Updated by Peter Amstutz about 3 years ago
- Status changed from New to In Progress
- Assigned To set to Peter Amstutz
#3
Updated by Peter Amstutz about 3 years ago
14670-new-java-sdk-docs @ 773dc6a9b2a8126fd854725bc6c822ebb910b9f3
Documentation build currently assumes arvados-sdk-java is checked out alongside the main arvados repo. Need to decide where the orchestration of cloning that repo should really go.
To view documentation:
$ bundle exec rake baseurl=file://$PWD/.site $ xdg-open .site/sdk/java-v2/index.html
#4
Updated by Peter Amstutz about 3 years ago
- Target version changed from 2019-03-13 Sprint to 2019-03-27 Sprint
#6
Updated by Peter Amstutz about 3 years ago
- Target version changed from 2019-03-27 Sprint to 2019-04-10 Sprint
#7
Updated by Tom Morris about 3 years ago
- Target version changed from 2019-04-10 Sprint to 2019-04-24 Sprint
#8
Updated by Peter Amstutz about 3 years ago
This is mainly waiting on #15041 and #14937, in particular, once we have published packages we can add the instructions to use the dependency from Maven Central.
#9
Updated by Peter Amstutz about 3 years ago
- Target version changed from 2019-04-24 Sprint to 2019-05-08 Sprint
#10
Updated by Peter Amstutz about 3 years ago
- Status changed from In Progress to Resolved
#11
Updated by Tom Morris almost 3 years ago
- Release set to 15
Add test script. Add licensing information
refs #14670
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>