UIMA shell scripts (e.g. cvd.sh) do not support space in filenames
------------------------------------------------------------------

                 Key: UIMA-1883
                 URL: https://issues.apache.org/jira/browse/UIMA-1883
             Project: UIMA
          Issue Type: Bug
    Affects Versions: 2.3
         Environment: Ubuntu Linux (Bash), OpenJDK 1.6
            Reporter: Bevan Koopman


Some UIMA shell scripts do not handle parameters to files that have spaces in 
their name. For example:

cvd.sh -desc /some/path with spaces/desc.xml

This command fails as the parameter file path with spaces is not escaped.

Changing $* to "$@" in shell scripts fixed the issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to