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/15 01:39:04 UTC

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

[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.


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

Posted by "Tong Fin (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tong Fin updated UIMA-986:
--------------------------

    Attachment: UIMA-986-Patch-01-Version 2.txt

This file replaces the previous UIMA-986-Patch-01.txt that is already deleted.

> [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: Marshall Schor
>            Priority: Minor
>             Fix For: 2.2.2AS
>
>         Attachments: UIMA-986-Patch-01-Version 2.txt, UIMA-986-Patch-02.txt
>
>
> 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.


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

Posted by "Marshall Schor (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor reopened UIMA-986:
---------------------------------


not appllied yet

> [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: Marshall Schor
>            Priority: Minor
>             Fix For: 2.2.2AS
>
>         Attachments: UIMA-986-Patch-01-Version 2.txt, UIMA-986-Patch-02.txt
>
>
> 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.


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

Posted by "Tong Fin (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tong Fin resolved UIMA-986.
---------------------------

    Resolution: Fixed
      Assignee: Marshall Schor  (was: Tong Fin)

The patches are submitted.

Waiting for Marshall to verify the patches.

> [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: Marshall Schor
>            Priority: Minor
>             Fix For: 2.2.2AS
>
>         Attachments: UIMA-986-Patch-01.txt, UIMA-986-Patch-02.txt
>
>
> 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.


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

Posted by "Tong Fin (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on UIMA-986 started 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.


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

Posted by "Tong Fin (JIRA)" <ui...@incubator.apache.org>.
     [ 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.


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

Posted by "Marshall Schor (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor closed UIMA-986.
-------------------------------

    Resolution: Fixed

> [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: Marshall Schor
>            Priority: Minor
>             Fix For: 2.2.2AS
>
>         Attachments: UIMA-986-Patch-01-Version 2.txt, UIMA-986-Patch-02.txt
>
>
> 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.


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

Posted by "Tong Fin (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tong Fin updated UIMA-986:
--------------------------

    Attachment: UIMA-986-Patch-02.txt
                UIMA-986-Patch-01.txt

 - UIMA-986-Patch-01.txt is to support UI in DDE
 - UIMA-986-Patch-02.txt is to support parsing of tag in XML

> [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
>
>         Attachments: UIMA-986-Patch-01.txt, UIMA-986-Patch-02.txt
>
>
> 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.


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

Posted by "Tong Fin (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tong Fin updated UIMA-986:
--------------------------

    Attachment:     (was: UIMA-986-Patch-01.txt)

> [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: Marshall Schor
>            Priority: Minor
>             Fix For: 2.2.2AS
>
>         Attachments: UIMA-986-Patch-02.txt
>
>
> 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.