adjustExamplePaths scripts replace "C:/Temp" with "temp"
--------------------------------------------------------
Key: UIMA-302
URL: https://issues.apache.org/jira/browse/UIMA-302
Project: UIMA
Issue Type: Bug
Components: Build, Packaging and Test
Reporter: Adam Lally
Fix For: 2.1
This seems wrong, but it apparently has been this way for a while. Wasn't the
intention to replace this with /tmp on Linux, and leave it alone on Windows?
By changing it to the non-absolute "temp" this leads to files being created
relative to the directory where the user runs. (Our example CAS Consumers'
default output directory is set to C:/Temp in their descriptors.)
However maybe this is related to UIMA-300, in that writing named files to the
/tmp directory on Linux doesn't work well with multiple users, since they
cannot overwrite each others' files?
What's the right behavior here? Maybe the output of the CAS Consumers should
be relative to the working dir, but then probably not under a directory named
"temp".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.