I'm getting the following error:
** Configuration Error:
file:\apache-ctakes-4.0.0Dev\resources\org\apache\ctakes\lvg\data\config\lvg.properties
(The filename, directory name, or volume label syntax is incorrect)
** Error: problem of opening/reading config file:
'file:/apache-ctakes-4.0.0Dev/resources/org/apache/ctakes/lvg/data/config/lvg.properties'.
Use -x option to specify the config file path.
Tracing the java code, the error takes place in LvgCmdApiResourceImpl.java
in the call lvg = new LvgCmdApi("-f:l:b", configFileName); The properties
file exists in the proper directory. I'm not sure how to correct my
error. I've looked at the LvgCmdApi but could not file any explanation of
the optionStr .
Any direction appreciated.
Don