Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Path of Executable JAR listed in README seems incorrect #17

Closed
shawnshaligram opened this issue Jun 25, 2017 · 2 comments
Closed

Path of Executable JAR listed in README seems incorrect #17

shawnshaligram opened this issue Jun 25, 2017 · 2 comments
Assignees

Comments

@shawnshaligram
Copy link

shawnshaligram commented Jun 25, 2017

The curl command listed
curl --fail --location https://jcenter.bintray.com/com/gojuno/swarmer/swarmer/${SWARMER_VERSION}/swarmer-${SWARMER_VERSION}.jar --output /tmp/swarmer.jarwill download swarmer.jar but the invocation example says java -jar swarmer-latest-version.jar

Shouldn't this be java -jar swarmer.jar ? otherwise i get error Error: Unable to access jarfile /tmp/swarmer-latest-version.jar

@shawnshaligram shawnshaligram changed the title Path of Executable JAR file seems incorrect Path of Executable JAR listed in README seems incorrect Jun 25, 2017
@arturdryomov
Copy link
Member

Probably just a copy-paste issue from our scripts or something. Thanks!

@artem-zinnatullin
Copy link
Contributor

You should launch file with exactly the same name as downloaded, curl and run examples are just not using the same file name, we'll fix that thanks!

@ming13 it's not a copy-paste issue, swarmer-latest-version.jar was a hint to make sure users pay attention to the version of swarmer they download/work with, for instance artifact on Jcenter does have version in name swarmer-${SWARMER_VERSION}.jar.

However since now we provide curl sample, we probably need to change file name in examples to just swarmer.jar

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants