Uploaded image for project: 'Apache Whirr (retired)'
  1. Apache Whirr (retired)
  2. WHIRR-156

Cli script doesn't launch post-modularization

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.3.0
    • cli
    • None

    Description

      bin/whirr is looking for the cli jar in the wrong location: the following change works, but would not be forwards compatible:

      -java -jar $bin/../whirr-cli-*.jar "$@"
      +java -jar $bin/../cli/target/whirr-cli-*-incubating-SNAPSHOT.jar "$@"

      Note that the naive forwards compatible approach grabs the source jar instead.

      Attachments

        1. WHIRR-156.patch
          0.5 kB
          Thomas White
        2. WHIRR-156.patch
          0.5 kB
          Thomas White
        3. WHIRR-156.patch
          0.5 kB
          Thomas White

        Activity

          People

            tomwhite Thomas White
            stuhood Stu Hood
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: