You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <ui...@incubator.apache.org> on 2006/12/05 14:44:20 UTC

[jira] Created: (UIMA-96) XML descriptor capitalization is inconsistent

XML descriptor capitalization is inconsistent
---------------------------------------------

                 Key: UIMA-96
                 URL: http://issues.apache.org/jira/browse/UIMA-96
             Project: UIMA
          Issue Type: Improvement
          Components: Core Java Framework
            Reporter: Marshall Schor
            Priority: Trivial


Most of the UIMA descriptors follow a capitalization convention of initial-lower-case + camel-casing.  e.g.:
<typeSystem>

The PEAR descriptors are using an ALL_CAPS convention.  This could be changed, but it would break user code unless the parsers were configured to ignore case.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (UIMA-96) XML descriptor capitalization is inconsistent

Posted by "Thilo Goetz (JIRA)" <ui...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/UIMA-96?page=comments#action_12455644 ] 
            
Thilo Goetz commented on UIMA-96:
---------------------------------

XML is generally case sensitive.  We can write a SAX content handler that ignores case, but I don't think that's a good way to go.  If we want to move to a different way of XML parsing, we'll run into trouble.


> XML descriptor capitalization is inconsistent
> ---------------------------------------------
>
>                 Key: UIMA-96
>                 URL: http://issues.apache.org/jira/browse/UIMA-96
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>            Reporter: Marshall Schor
>            Priority: Trivial
>
> Most of the UIMA descriptors follow a capitalization convention of initial-lower-case + camel-casing.  e.g.:
> <typeSystem>
> The PEAR descriptors are using an ALL_CAPS convention.  This could be changed, but it would break user code unless the parsers were configured to ignore case.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (UIMA-96) XML descriptor capitalization is inconsistent

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

Adam Lally resolved UIMA-96.
----------------------------

    Resolution: Won't Fix

changing resolution to Won't Fix, since we didn't actually fix this

> XML descriptor capitalization is inconsistent
> ---------------------------------------------
>
>                 Key: UIMA-96
>                 URL: https://issues.apache.org/jira/browse/UIMA-96
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>            Reporter: Marshall Schor
>            Priority: Trivial
>
> Most of the UIMA descriptors follow a capitalization convention of initial-lower-case + camel-casing.  e.g.:
> <typeSystem>
> The PEAR descriptors are using an ALL_CAPS convention.  This could be changed, but it would break user code unless the parsers were configured to ignore case.

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


[jira] Closed: (UIMA-96) XML descriptor capitalization is inconsistent

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

Michael Baessler closed UIMA-96.
--------------------------------

    Fix Version/s: 2.1
       Resolution: Fixed

> XML descriptor capitalization is inconsistent
> ---------------------------------------------
>
>                 Key: UIMA-96
>                 URL: https://issues.apache.org/jira/browse/UIMA-96
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>            Reporter: Marshall Schor
>            Priority: Trivial
>             Fix For: 2.1
>
>
> Most of the UIMA descriptors follow a capitalization convention of initial-lower-case + camel-casing.  e.g.:
> <typeSystem>
> The PEAR descriptors are using an ALL_CAPS convention.  This could be changed, but it would break user code unless the parsers were configured to ignore case.

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


[jira] Reopened: (UIMA-96) XML descriptor capitalization is inconsistent

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

Adam Lally reopened UIMA-96:
----------------------------


reopening temporariliy so i change the resolution

> XML descriptor capitalization is inconsistent
> ---------------------------------------------
>
>                 Key: UIMA-96
>                 URL: https://issues.apache.org/jira/browse/UIMA-96
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>            Reporter: Marshall Schor
>            Priority: Trivial
>
> Most of the UIMA descriptors follow a capitalization convention of initial-lower-case + camel-casing.  e.g.:
> <typeSystem>
> The PEAR descriptors are using an ALL_CAPS convention.  This could be changed, but it would break user code unless the parsers were configured to ignore case.

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


[jira] Reopened: (UIMA-96) XML descriptor capitalization is inconsistent

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

Michael Baessler reopened UIMA-96:
----------------------------------


> XML descriptor capitalization is inconsistent
> ---------------------------------------------
>
>                 Key: UIMA-96
>                 URL: https://issues.apache.org/jira/browse/UIMA-96
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>            Reporter: Marshall Schor
>            Priority: Trivial
>
> Most of the UIMA descriptors follow a capitalization convention of initial-lower-case + camel-casing.  e.g.:
> <typeSystem>
> The PEAR descriptors are using an ALL_CAPS convention.  This could be changed, but it would break user code unless the parsers were configured to ignore case.

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


[jira] Resolved: (UIMA-96) XML descriptor capitalization is inconsistent

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

Marshall Schor resolved UIMA-96.
--------------------------------

    Resolution: Fixed

Probably won't change, probably not worth changing at this point.

> XML descriptor capitalization is inconsistent
> ---------------------------------------------
>
>                 Key: UIMA-96
>                 URL: https://issues.apache.org/jira/browse/UIMA-96
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>            Reporter: Marshall Schor
>            Priority: Trivial
>
> Most of the UIMA descriptors follow a capitalization convention of initial-lower-case + camel-casing.  e.g.:
> <typeSystem>
> The PEAR descriptors are using an ALL_CAPS convention.  This could be changed, but it would break user code unless the parsers were configured to ignore case.

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


[jira] Closed: (UIMA-96) XML descriptor capitalization is inconsistent

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

Adam Lally closed UIMA-96.
--------------------------


> XML descriptor capitalization is inconsistent
> ---------------------------------------------
>
>                 Key: UIMA-96
>                 URL: https://issues.apache.org/jira/browse/UIMA-96
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>            Reporter: Marshall Schor
>            Priority: Trivial
>
> Most of the UIMA descriptors follow a capitalization convention of initial-lower-case + camel-casing.  e.g.:
> <typeSystem>
> The PEAR descriptors are using an ALL_CAPS convention.  This could be changed, but it would break user code unless the parsers were configured to ignore case.

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