Uploaded image for project: 'Daffodil'
  1. Daffodil
  2. DFDL-1230

CLI on Cygwin: Parser does not recognize absolute paths

XMLWordPrintableJSON

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 1.0.0
    • None
    • CLI
    • None

      When using the daffodil CLI, if you specify a relative path to the schema file, the parse works without issues. If you try to give an absolute path, you get an error, even though the path tab-completes and exists.

      $ echo "0,1,2"| daffodil-cli/target/universal/stage/bin/daffodil parse -s daffodil-test/src/test/resources/edu/illinois/ncsa/daffodil/section06/entities/charClassEntities.dfdl.xsd
      <tns:matrix
      xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:dfdl="http://www.ogf.org/dfdl/dfdl-1.0/" xmlns:tns="http://www.example.org/example1/" xmlns="http://www.w3.org/2001/XMLSchema">
        <tns:row>
          <tns:cell>0</tns:cell>
          <tns:cell>1</tns:cell>
          <tns:cell>2</tns:cell>
        </tns:row>
      </tns:matrix>
       
       
      jchab@WIN-EEA4S63ULQH ~/daffodil
      $ echo "0,1,2"| daffodil-cli/target/universal/stage/bin/daffodil parse -s /home/jchab/daffodil/daffodil-test/src/test/resources/edu/illinois/ncsa/daffodil/section06/entities/charClassEntities.dfdl.xsd
      [error] Bad arguments for option 'schema': '/home/jchab/daffodil/daffodil-test/src/test/resources/edu/illinois/ncsa/daffodil/section06/entities/charClassEntities.dfdl.xsd' - wrong arguments format

              jchab Jessie Chab
              jchab Jessie Chab
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: