You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Felix Knecht (JIRA)" <ji...@apache.org> on 2008/01/07 10:18:34 UTC

[jira] Created: (JCR-1290) tm-extractors.jar blocks usage of newer poi versions

tm-extractors.jar blocks usage of newer poi versions
----------------------------------------------------

                 Key: JCR-1290
                 URL: https://issues.apache.org/jira/browse/JCR-1290
             Project: Jackrabbit
          Issue Type: Improvement
          Components: indexing
    Affects Versions: 1.4
         Environment: All
            Reporter: Felix Knecht
            Priority: Minor


The used tm-extractors-0.4.jar (http://repo1.maven.org/maven2/org/textmining/tm-extractors/) includes various classes from poi as well as poi-2.5.1 is referenced as dependency in the pom.xml.
It's seems not possible to use a newer version of poi (e.g. poi-3.0.1-FINAL) together with tm-extractors (and so jackrabbit).

A solution could be using functions of newer poi versions (I'm not sure if they are only in scratchpad yet) or use a fixed version of tm-extractors.jar which doesn't inlude the poi classes.

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


[jira] Resolved: (JCR-1290) tm-extractors.jar blocks usage of newer poi versions

Posted by "Marcel Reutegger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcel Reutegger resolved JCR-1290.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5

Replaced tm-extractors with poi-scratchpad and upgraded to poi 3.0.1-FINAL.

svn revision: 617385

> tm-extractors.jar blocks usage of newer poi versions
> ----------------------------------------------------
>
>                 Key: JCR-1290
>                 URL: https://issues.apache.org/jira/browse/JCR-1290
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: indexing
>    Affects Versions: 1.4
>         Environment: All
>            Reporter: Felix Knecht
>            Priority: Minor
>             Fix For: 1.5
>
>
> The used tm-extractors-0.4.jar (http://repo1.maven.org/maven2/org/textmining/tm-extractors/) includes various classes from poi as well as poi-2.5.1 is referenced as dependency in the pom.xml.
> It's seems not possible to use a newer version of poi (e.g. poi-3.0.1-FINAL) together with tm-extractors (and so jackrabbit).
> A solution could be using functions of newer poi versions (I'm not sure if they are only in scratchpad yet) or use a fixed version of tm-extractors.jar which doesn't inlude the poi classes.

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


[jira] Commented: (JCR-1290) tm-extractors.jar blocks usage of newer poi versions

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JCR-1290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12557616#action_12557616 ] 

Jukka Zitting commented on JCR-1290:
------------------------------------

At some point (Jackrabbit 1.5?) I think we should switch to using Apache Tika (http://incubator.apache.org/tika/) instead of our custom text extractors.

Meanwhile it would be nice to fix this, but without a more recent tm-extractors dependency or some effort in replacing the use of tm-extractors with direct POI calls there's not much we can do.

So, it would be great if someone wants to submit a patch for this improvement. Otherwise this will get fixed once we switch to Apache Tika.

> tm-extractors.jar blocks usage of newer poi versions
> ----------------------------------------------------
>
>                 Key: JCR-1290
>                 URL: https://issues.apache.org/jira/browse/JCR-1290
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: indexing
>    Affects Versions: 1.4
>         Environment: All
>            Reporter: Felix Knecht
>            Priority: Minor
>
> The used tm-extractors-0.4.jar (http://repo1.maven.org/maven2/org/textmining/tm-extractors/) includes various classes from poi as well as poi-2.5.1 is referenced as dependency in the pom.xml.
> It's seems not possible to use a newer version of poi (e.g. poi-3.0.1-FINAL) together with tm-extractors (and so jackrabbit).
> A solution could be using functions of newer poi versions (I'm not sure if they are only in scratchpad yet) or use a fixed version of tm-extractors.jar which doesn't inlude the poi classes.

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