Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Conversation

piyushghai
Copy link
Contributor

@piyushghai piyushghai commented Nov 26, 2018

Description

Small fixes to Java documentation.

Checklist

Essentials

Please feel free to remove inapplicable items for your PR.

  • Changes are complete (i.e. I finished coding on this PR)

@lanking520 @andrewfayres

@piyushghai piyushghai requested a review from szha as a code owner November 26, 2018 22:13
@harshp8l
Copy link
Contributor

Thanks for this change @piyushghai. Surrounding the classpath for java with quotes allows for users to run this on a wide variety of shells. The previous implementation without the quotes only works for bash.
(java -cp "target/javaMXNet-1.0-SNAPSHOT.jar:target/dependency/*" mxnet.App)

I have tested this on zsh, bash, sh, csh, tcsh, ksh. Running this command will prevent any errors for developers on these shells (and many more I presume).

@harshp8l
Copy link
Contributor

harshp8l commented Nov 27, 2018

@mxnet-label-bot add [java, doc, pr-awaiting-review]
LGTM

@marcoabreu marcoabreu added Java Label to identify Java API component Doc labels Nov 27, 2018
@marcoabreu marcoabreu added the pr-awaiting-review PR is waiting for code review label Nov 27, 2018
@harshp8l
Copy link
Contributor

Pom file changes LGTM

Copy link
Member

@lanking520 lanking520 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@andrewfayres andrewfayres left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lanking520 lanking520 merged commit e14482d into apache:master Nov 27, 2018
@piyushghai piyushghai deleted the doc_fix branch November 27, 2018 17:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Doc Java Label to identify Java API component pr-awaiting-review PR is waiting for code review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants