You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Eddie Epstein (JIRA)" <ui...@incubator.apache.org> on 2007/05/01 23:15:15 UTC

[jira] Created: (UIMA-390) C++ framework has different target name for debug builds

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.


[jira] Work started: (UIMA-390) C++ framework has different target name for debug builds

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

Work on UIMA-390 started by Eddie Epstein.

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