[ 
https://issues.apache.org/jira/browse/WHIRR-156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12969993#action_12969993
 ] 

Tom White commented on WHIRR-156:
---------------------------------

This is set up to work for the binary tarball, since the CLI JAR is copied to 
the top-level in that case. However, it would be good to make the script work 
when launched from a svn/git working tree. Could we make the script look in 
each location in turn?

> Cli script doesn't launch post-modularization
> ---------------------------------------------
>
>                 Key: WHIRR-156
>                 URL: https://issues.apache.org/jira/browse/WHIRR-156
>             Project: Whirr
>          Issue Type: Bug
>          Components: cli
>    Affects Versions: 0.3.0
>            Reporter: Stu Hood
>
> bin/whirr is looking for the cli jar in the wrong location: the following 
> change works, but would not be forwards compatible:
> {code}-java -jar $bin/../whirr-cli-*.jar "$@"
> +java -jar $bin/../cli/target/whirr-cli-*-incubating-SNAPSHOT.jar "$@"{code}
> Note that the naive forwards compatible approach grabs the source jar instead.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to