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.