You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Thilo Goetz (JIRA)" <de...@uima.apache.org> on 2010/11/17 11:05:14 UTC

[jira] Created: (UIMA-1942) Our batch scripts can't handle the default path for 32bit software on Win64 machines as it contains parentheses

Our batch scripts can't handle the default path for 32bit software on Win64 machines as it contains parentheses
---------------------------------------------------------------------------------------------------------------

                 Key: UIMA-1942
                 URL: https://issues.apache.org/jira/browse/UIMA-1942
             Project: UIMA
          Issue Type: Bug
          Components: Tools
    Affects Versions: 2.3
            Reporter: Thilo Goetz
             Fix For: 2.3.1


The default path for 32 bit software on 64 bit windows installations is something like C:\Program Files (x86).  This interferes with SET commands in our batch scripts of the the form (set varname=value).  Since the value may contain a closing paren, the command interpreter gets confused.  Fix by using the alternative syntax of set "varname=value".  

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


[jira] Closed: (UIMA-1942) Our batch scripts can't handle the default path for 32bit software on Win64 machines as it contains parentheses

Posted by "Marshall Schor (JIRA)" <de...@uima.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-1942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor closed UIMA-1942.
--------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.3.1)
                   2.3.1SDK
                   2.3.1AS

> Our batch scripts can't handle the default path for 32bit software on Win64 machines as it contains parentheses
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: UIMA-1942
>                 URL: https://issues.apache.org/jira/browse/UIMA-1942
>             Project: UIMA
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 2.3
>            Reporter: Thilo Goetz
>             Fix For: 2.3.1AS, 2.3.1SDK
>
>
> The default path for 32 bit software on 64 bit windows installations is something like C:\Program Files (x86).  This interferes with SET commands in our batch scripts of the the form (set varname=value).  Since the value may contain a closing paren, the command interpreter gets confused.  Fix by using the alternative syntax of set "varname=value".  

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