You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Tong Fin (JIRA)" <ui...@incubator.apache.org> on 2008/04/16 17:35:22 UTC

[jira] Work stopped: (UIMA-986) [DDE] Improve DDE to support the settings for AE implemented in C++

     [ https://issues.apache.org/jira/browse/UIMA-986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on UIMA-986 stopped by Tong Fin.

> [DDE] Improve DDE to support the settings for AE implemented in C++ 
> --------------------------------------------------------------------
>
>                 Key: UIMA-986
>                 URL: https://issues.apache.org/jira/browse/UIMA-986
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Async Scaleout
>    Affects Versions: 2.2.2AS
>            Reporter: Tong Fin
>            Assignee: Tong Fin
>            Priority: Minor
>             Fix For: 2.2.2AS
>
>
> 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>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.