Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.2.2AS
-
None
Description
Improve DDE to support the settings for C++ by recognizing the <custom ...> tag and <environmentVariables..>. The following is an example settings that can be used when the top-level AE is implemented in C++:
<custom name="run_top_level_CPP_service_as_separate_process"/>
<environmentVariables>
<environmentVariable name="Path">C:\Program files/apache-uima/uimacpp/bin</environmentVariable>
<environmentVariable name="LD_LIBRARY_PATH">C:\Program Files/apache-uima/uimacpp/bin</environmentVariable>
<environmentVariable name="UIMACPP_DATAPATH">C:/mydata</environmentVariable>
</environmentVariables>