You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Ken Krugler (JIRA)" <ji...@apache.org> on 2009/09/30 15:24:32 UTC

[jira] Created: (TIKA-299) Update Geronimo dependency in tika-parsers pom.xml to 1.0.1

Update Geronimo dependency in tika-parsers pom.xml to 1.0.1
-----------------------------------------------------------

                 Key: TIKA-299
                 URL: https://issues.apache.org/jira/browse/TIKA-299
             Project: Tika
          Issue Type: Improvement
    Affects Versions: 0.4
            Reporter: Ken Krugler
            Priority: Minor


I just sync'd to trunk, ran mvn eclipse:clean eclipse:eclipse, and refreshed my three Tika projects.

tika-app and tika-core were fine, but tika-parsers had 6 errors. Mostly things like:

XMLConstants.NULL_NS_URI cannot be resolved

It looks like the geronimo-stax-api_1.0_spec-1.0.jar contains some of these classes, and is slightly out of date.

Version 1.0.1 of the jar fixes this problem.

    <dependency>
      <groupId>org.apache.geronimo.specs</groupId>
      <artifactId>geronimo-stax-api_1.0_spec</artifactId>
      <version>1.0.1</version>
    </dependency>


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


[jira] Resolved: (TIKA-299) Update Geronimo dependency in tika-parsers pom.xml to 1.0.1

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

Jukka Zitting resolved TIKA-299.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.5
         Assignee: Jukka Zitting

Fixed as suggested in revision 820277.

> Update Geronimo dependency in tika-parsers pom.xml to 1.0.1
> -----------------------------------------------------------
>
>                 Key: TIKA-299
>                 URL: https://issues.apache.org/jira/browse/TIKA-299
>             Project: Tika
>          Issue Type: Improvement
>    Affects Versions: 0.4
>            Reporter: Ken Krugler
>            Assignee: Jukka Zitting
>            Priority: Minor
>             Fix For: 0.5
>
>
> I just sync'd to trunk, ran mvn eclipse:clean eclipse:eclipse, and refreshed my three Tika projects.
> tika-app and tika-core were fine, but tika-parsers had 6 errors. Mostly things like:
> XMLConstants.NULL_NS_URI cannot be resolved
> It looks like the geronimo-stax-api_1.0_spec-1.0.jar contains some of these classes, and is slightly out of date.
> Version 1.0.1 of the jar fixes this problem.
>     <dependency>
>       <groupId>org.apache.geronimo.specs</groupId>
>       <artifactId>geronimo-stax-api_1.0_spec</artifactId>
>       <version>1.0.1</version>
>     </dependency>

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