You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@any23.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2012/06/27 09:09:45 UTC

[jira] [Created] (ANY23-109) Missing tika-config.xml in o.a.a.mime

Lewis John McGibbney created ANY23-109:
------------------------------------------

             Summary: Missing tika-config.xml in  o.a.a.mime
                 Key: ANY23-109
                 URL: https://issues.apache.org/jira/browse/ANY23-109
             Project: Apache Any23
          Issue Type: Bug
          Components: core
    Affects Versions: 0.7.0
            Reporter: Lewis John McGibbney
            Priority: Minor
             Fix For: 0.8.0


In o.a.a.mime.TikaMimeTypeDetector @line 60 we see

static final String RESOURCE_NAME = "/org/apache/any23/mime/tika-config.xml";

afaict this file does not exist. We should either add it is it's required or remove the resource if not. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ANY23-109) Missing tika-config.xml in o.a.a.mime

Posted by "Michele Mostarda (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ANY23-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13402938#comment-13402938 ] 

Michele Mostarda commented on ANY23-109:
----------------------------------------

The file is under resources and it is currently used:
https://svn.apache.org/repos/asf/incubator/any23/trunk/core/src/main/resources/org/apache/any23/mime/tika-config.xml

With the migration to Tika 1.1 we will remove/refactor the config files accordingly to the latest specifications. 
I suggest to mark invalid OR link this issue to the one related to the Tika 1.1 migration.
                
> Missing tika-config.xml in  o.a.a.mime
> --------------------------------------
>
>                 Key: ANY23-109
>                 URL: https://issues.apache.org/jira/browse/ANY23-109
>             Project: Apache Any23
>          Issue Type: Sub-task
>          Components: core
>    Affects Versions: 0.7.0
>            Reporter: Lewis John McGibbney
>            Priority: Minor
>             Fix For: 0.8.0
>
>
> In o.a.a.mime.TikaMimeTypeDetector @line 60 we see
> static final String RESOURCE_NAME = "/org/apache/any23/mime/tika-config.xml";
> afaict this file does not exist. We should either add it is it's required or remove the resource if not. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (ANY23-109) Missing tika-config.xml in o.a.a.mime

Posted by "Lewis John McGibbney (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ANY23-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney updated ANY23-109:
---------------------------------------

    Issue Type: Sub-task  (was: Bug)
        Parent: ANY23-26
    
> Missing tika-config.xml in  o.a.a.mime
> --------------------------------------
>
>                 Key: ANY23-109
>                 URL: https://issues.apache.org/jira/browse/ANY23-109
>             Project: Apache Any23
>          Issue Type: Sub-task
>          Components: core
>    Affects Versions: 0.7.0
>            Reporter: Lewis John McGibbney
>            Priority: Minor
>             Fix For: 0.8.0
>
>
> In o.a.a.mime.TikaMimeTypeDetector @line 60 we see
> static final String RESOURCE_NAME = "/org/apache/any23/mime/tika-config.xml";
> afaict this file does not exist. We should either add it is it's required or remove the resource if not. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (ANY23-109) Missing tika-config.xml in o.a.a.mime

Posted by "Lewis John McGibbney (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ANY23-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney resolved ANY23-109.
----------------------------------------

    Resolution: Invalid

Thanks Michele. Lapse of attention to detail from myself. 
                
> Missing tika-config.xml in  o.a.a.mime
> --------------------------------------
>
>                 Key: ANY23-109
>                 URL: https://issues.apache.org/jira/browse/ANY23-109
>             Project: Apache Any23
>          Issue Type: Sub-task
>          Components: core
>    Affects Versions: 0.7.0
>            Reporter: Lewis John McGibbney
>            Priority: Minor
>             Fix For: 0.8.0
>
>
> In o.a.a.mime.TikaMimeTypeDetector @line 60 we see
> static final String RESOURCE_NAME = "/org/apache/any23/mime/tika-config.xml";
> afaict this file does not exist. We should either add it is it's required or remove the resource if not. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (ANY23-109) Missing tika-config.xml in o.a.a.mime

Posted by "Lewis John McGibbney (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ANY23-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13402559#comment-13402559 ] 

Lewis John McGibbney commented on ANY23-109:
--------------------------------------------

All references to the tika-config.xml should be removed during the upgrade to Tika 1.1
This functionality was deprecated since Tika 0.7
                
> Missing tika-config.xml in  o.a.a.mime
> --------------------------------------
>
>                 Key: ANY23-109
>                 URL: https://issues.apache.org/jira/browse/ANY23-109
>             Project: Apache Any23
>          Issue Type: Sub-task
>          Components: core
>    Affects Versions: 0.7.0
>            Reporter: Lewis John McGibbney
>            Priority: Minor
>             Fix For: 0.8.0
>
>
> In o.a.a.mime.TikaMimeTypeDetector @line 60 we see
> static final String RESOURCE_NAME = "/org/apache/any23/mime/tika-config.xml";
> afaict this file does not exist. We should either add it is it's required or remove the resource if not. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira