Uploaded image for project: 'Karaf'
  1. Karaf
  2. KARAF-4836

Incorrect behaviour of the auto-completion of file path in command export-bundles

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 4.1.0
    • Fix Version/s: 4.1.0
    • Component/s: karaf
    • Labels:
      None

      Description

      1. The auto-completation converts relative path to absolute path.
      To reproduce start karaf and type

      export-bundles jdbc dat<tab>
      

      You will get

      export-bundles jdbc /Users/lliao/Documents/source/t/apache-karaf-4.1.0-SNAPSHOT/./data/
      

      However the following should be expected

      export-bundles jdbc data
      

      or

      export-bundles jdbc ./data
      

      2. The auto-completation cannot handle '~' for home directory of current user.

        Attachments

          Activity

            People

            • Assignee:
              gnt Guillaume Nodet
              Reporter:
              lliao Lijun Liao
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: