[jira] Commented: (UIMA-391) On Windows, create debug annotator libraries with "D" appended to name

2007-05-02 Thread Thilo Goetz (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493296 ] Thilo Goetz commented on UIMA-391: -- Just for my information, is that how things are commonly done in C++? Isn't a "D

[jira] Commented: (UIMA-387) XMI Serializer can write invalid control characters

2007-05-02 Thread Thilo Goetz (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493294 ] Thilo Goetz commented on UIMA-387: -- The 0 char btw is not even a valid Unicode character, not just illegal in XML. H

[jira] Commented: (UIMA-387) XMI Serializer can write invalid control characters

2007-05-02 Thread Thilo Goetz (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493293 ] Thilo Goetz commented on UIMA-387: -- For arbitrary binary data, we do need some escaping mechanism (we can't disallow

Re: RC0 for uimacpp distribution

2007-05-02 Thread Thilo Goetz
Hi Eddie, Eddie Epstein wrote: Thilo, Thanks for looking this over. Please see some questions below * LICENSE file needs the variables filled in. Is this related to the comment about appending other licenses to this file? If not I am at a loss. Sorry, please ignore that. I was confused.

Re: UIMA pear runtime

2007-05-02 Thread Thilo Goetz
Michael Baessler wrote: Tong Fin wrote: My thinking is that "pear runtime" is more closer to the " tooling" than the "framework". It is hard to draw the boundary. Also, there are many runtimes that UIMA can/may support. I don't think that we should do something too specific to the "pear runtim

[jira] Commented: (UIMA-386) Switching to use correct class loader

2007-05-02 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493189 ] Marshall Schor commented on UIMA-386: - The view support creates one (or more) CAS objects which are "views" of the

[jira] Commented: (UIMA-387) XMI Serializer can write invalid control characters

2007-05-02 Thread Marshall Schor (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493164 ] Marshall Schor commented on UIMA-387: - Good points. Could we use the same approach we have for encoding binary dat

Re: svn commit: r534093 - /incubator/uima/uimaj/trunk/uimaj-core/src/main/java/org/apache/uima/analysis_engine/impl/compatibility/CollectionReaderAdapter.java

2007-05-02 Thread Marshall Schor
Thanks for the background. Reconfigure was originally (I think) something the application could do if it changed the configuration parameters, to tell the "components" to re-read the parameters and "reconfigure" itself. If true, this could (conceptually) even be done in the middle of a run (

[jira] Work started: (UIMA-391) On Windows, create debug annotator libraries with "D" appended to name

2007-05-02 Thread Eddie Epstein (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on UIMA-391 started by Eddie Epstein. > On Windows, create debug annotator libraries with "D" appended to name > --

Re: UIMA pear runtime

2007-05-02 Thread Michael Baessler
Tong Fin wrote: My thinking is that "pear runtime" is more closer to the " tooling" than the "framework". It is hard to draw the boundary. Also, there are many runtimes that UIMA can/may support. I don't think that we should do something too specific to the "pear runtime". If I look from a UIMA

Re: UIMA pear runtime

2007-05-02 Thread Tong Fin
My thinking is that "pear runtime" is more closer to the " tooling" than the "framework". It is hard to draw the boundary. Also, there are many runtimes that UIMA can/may support. I don't think that we should do something too specific to the "pear runtime". -- Tong On 5/2/07, Michael Baessler <[

[jira] Created: (UIMA-391) On Windows, create debug annotator libraries with "D" appended to name

2007-05-02 Thread Eddie Epstein (JIRA)
On Windows, create debug annotator libraries with "D" appended to name -- Key: UIMA-391 URL: https://issues.apache.org/jira/browse/UIMA-391 Project: UIMA Issue Type: New Fea

Re: UIMA pear runtime

2007-05-02 Thread Adam Lally
On 5/2/07, Michael Baessler <[EMAIL PROTECTED]> wrote: After doing most of the UIMA pear runtime work... I would like to suggest something else that came to my mind when implementing the pear runtime. Currently we work with a customResourceSpecifier. I would like to change that to a real pearSpe

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

2007-05-02 Thread Eddie Epstein (JIRA)
[ 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 > > >

Re: UIMA pear runtime

2007-05-02 Thread Michael Baessler
After doing most of the UIMA pear runtime work... I would like to suggest something else that came to my mind when implementing the pear runtime. Currently we work with a customResourceSpecifier. I would like to change that to a real pearSpecifier. There are two main reasons. - Since the pe