C++ framework has different target name for debug builds
--------------------------------------------------------
Key: UIMA-390
URL: https://issues.apache.org/jira/browse/UIMA-390
Project: UIMA
Issue Type: New Feature
Affects Versions: 2.2
Reporter: Eddie Epstein
Assigned To: Eddie Epstein
To run a C++ component from Java, the JNI loads the UIMA C++ framework as a
shared library named "uima". On Windows, annotators built debug use the "uimaD"
version of the C++ framework.
In order to tell UIMA to use the debug framework, support for a new property
will be added, DEBUG_UIMACPP, which will cause the loading of "uimaD" on
Windows platforms.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.