You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whirr.apache.org by "Tom White (JIRA)" <ji...@apache.org> on 2010/12/17 20:24:00 UTC

[jira] Resolved: (WHIRR-156) Cli script doesn't launch post-modularization

     [ https://issues.apache.org/jira/browse/WHIRR-156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom White resolved WHIRR-156.
-----------------------------

    Resolution: Fixed
      Assignee: Tom White

I've just committed this. 

> 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
>            Reporter: Stu Hood
>            Assignee: Tom White
>             Fix For: 0.3.0
>
>         Attachments: WHIRR-156.patch, WHIRR-156.patch, WHIRR-156.patch
>
>
> 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.