You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <de...@uima.apache.org> on 2010/10/18 21:22:23 UTC

[jira] Updated: (UIMA-1883) UIMA shell scripts (e.g. cvd.sh) do not support space in filenames

     [ https://issues.apache.org/jira/browse/UIMA-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor updated UIMA-1883:
---------------------------------

    Fix Version/s: 2.3.1SDK

> 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
>             Fix For: 2.3.1SDK
>
>
> 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.