You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Michael McCandless (Created) (JIRA)" <ji...@apache.org> on 2011/10/20 14:52:15 UTC

[jira] [Created] (TIKA-758) Address TODOs when we upgrade to next PDFBox release

Address TODOs when we upgrade to next PDFBox release
----------------------------------------------------

                 Key: TIKA-758
                 URL: https://issues.apache.org/jira/browse/TIKA-758
             Project: Tika
          Issue Type: Improvement
            Reporter: Michael McCandless
             Fix For: 1.0


Like TIKA-757 for POI, I'm opening this blanket issue to address any TODOs in the code when we next upgrade PDFBox.

--
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] (TIKA-758) Address TODOs when we upgrade to next PDFBox release

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

Jukka Zitting resolved TIKA-758.
--------------------------------

       Resolution: Incomplete
    Fix Version/s:     (was: 1.2)

Resolving as Incomplete. What are the TODOs that need addressing?
                
> Address TODOs when we upgrade to next PDFBox release
> ----------------------------------------------------
>
>                 Key: TIKA-758
>                 URL: https://issues.apache.org/jira/browse/TIKA-758
>             Project: Tika
>          Issue Type: Improvement
>            Reporter: Michael McCandless
>
> Like TIKA-757 for POI, I'm opening this blanket issue to address any TODOs in the code when we next upgrade PDFBox.

--
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] (TIKA-758) Address TODOs when we upgrade to next PDFBox release

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

Chris A. Mattmann updated TIKA-758:
-----------------------------------

    Component/s: parser
    
> Address TODOs when we upgrade to next PDFBox release
> ----------------------------------------------------
>
>                 Key: TIKA-758
>                 URL: https://issues.apache.org/jira/browse/TIKA-758
>             Project: Tika
>          Issue Type: Improvement
>          Components: parser
>            Reporter: Michael McCandless
>
> Like TIKA-757 for POI, I'm opening this blanket issue to address any TODOs in the code when we next upgrade PDFBox.

--
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] (TIKA-758) Address TODOs when we upgrade to next PDFBox release

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

Chris A. Mattmann updated TIKA-758:
-----------------------------------

    Fix Version/s:     (was: 1.1)
                   1.2

- push out to 1.2
                
> Address TODOs when we upgrade to next PDFBox release
> ----------------------------------------------------
>
>                 Key: TIKA-758
>                 URL: https://issues.apache.org/jira/browse/TIKA-758
>             Project: Tika
>          Issue Type: Improvement
>            Reporter: Michael McCandless
>             Fix For: 1.2
>
>
> Like TIKA-757 for POI, I'm opening this blanket issue to address any TODOs in the code when we next upgrade PDFBox.

--
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] (TIKA-758) Address TODOs when we upgrade to next PDFBox release

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

Chris A. Mattmann updated TIKA-758:
-----------------------------------

    Fix Version/s:     (was: 1.0)
                   1.1

- push out to 1.1: prep for 1.0.
                
> Address TODOs when we upgrade to next PDFBox release
> ----------------------------------------------------
>
>                 Key: TIKA-758
>                 URL: https://issues.apache.org/jira/browse/TIKA-758
>             Project: Tika
>          Issue Type: Improvement
>            Reporter: Michael McCandless
>             Fix For: 1.1
>
>
> Like TIKA-757 for POI, I'm opening this blanket issue to address any TODOs in the code when we next upgrade PDFBox.

--
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] (TIKA-758) Address TODOs when we upgrade to next PDFBox release

Posted by "Michael McCandless (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TIKA-758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13404833#comment-13404833 ] 

Michael McCandless commented on TIKA-758:
-----------------------------------------

Looks like the TODOs are all in PDF2XHTML.java, currently:

{noformat}
mike@vine:/l/tika.trunk$ grep -r TODO . | grep -i PDFBOX | grep .java:
./tika-parsers/src/main/java/org/apache/tika/parser/pdf/PDF2XHTML.java:    // TODO: remove once PDFBOX-1130 is fixed:
./tika-parsers/src/main/java/org/apache/tika/parser/pdf/PDF2XHTML.java:            // TODO: remove once PDFBOX-1143 is fixed:
./tika-parsers/src/main/java/org/apache/tika/parser/pdf/PDF2XHTML.java:        // TODO: remove once PDFBOX-1130 is fixed
./tika-parsers/src/main/java/org/apache/tika/parser/pdf/PDF2XHTML.java:        // TODO: remove once PDFBOX-1130 is fixed
{noformat}

                
> Address TODOs when we upgrade to next PDFBox release
> ----------------------------------------------------
>
>                 Key: TIKA-758
>                 URL: https://issues.apache.org/jira/browse/TIKA-758
>             Project: Tika
>          Issue Type: Improvement
>            Reporter: Michael McCandless
>
> Like TIKA-757 for POI, I'm opening this blanket issue to address any TODOs in the code when we next upgrade PDFBox.

--
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] [Reopened] (TIKA-758) Address TODOs when we upgrade to next PDFBox release

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

Jukka Zitting reopened TIKA-758:
--------------------------------


OK, thanks! Reopening until those ones are addressed.
                
> Address TODOs when we upgrade to next PDFBox release
> ----------------------------------------------------
>
>                 Key: TIKA-758
>                 URL: https://issues.apache.org/jira/browse/TIKA-758
>             Project: Tika
>          Issue Type: Improvement
>            Reporter: Michael McCandless
>
> Like TIKA-757 for POI, I'm opening this blanket issue to address any TODOs in the code when we next upgrade PDFBox.

--
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