Uploaded image for project: 'Pig'
  1. Pig
  2. PIG-2793 Make Pig Work on Windows without Cygwin
  3. PIG-2800

pig.additional.jars path separator should align with File.pathSeparator instead of being hard-coded to ":"

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.11, 0.10.1
    • None
    • None

    Description

      Windows paths use : after the drive letter, so pig currently fails to properly parse pig.additional.jars because it reads C:\file.txt as the list of jars: ["C", "\file.txt"] on Windows. ":" is the right separator for Linux, as it aligns with env variable separators in PATH very well. However, on Windows, it should be something that aligns similarly well.

      Attachments

        1. trunkJarsPatch.patch
          0.9 kB
          John Gordon

        Activity

          People

            jgordon John Gordon
            jgordon John Gordon
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: