You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Keith R. Bennett (JIRA)" <ji...@apache.org> on 2007/09/22 17:44:50 UTC

[jira] Created: (TIKA-25) OpenOfficeParser includes a literal filespec "C:\\oo.xml", which is awkward in non-Windows OS's.

OpenOfficeParser includes a literal filespec "C:\\oo.xml", which is awkward in non-Windows OS's. 
-------------------------------------------------------------------------------------------------

                 Key: TIKA-25
                 URL: https://issues.apache.org/jira/browse/TIKA-25
             Project: Tika
          Issue Type: Improvement
          Components: general
    Affects Versions: 0.1-incubator
            Reporter: Keith R. Bennett
             Fix For: 0.1-incubator


There is a line:

        Utils.saveInXmlFile(xmlDoc, "C:\\oo.xml");

in OpenOfficeParser.  I suggest changing the name to something more portable.  This code is probably for testing and maybe it is better to remove it altogether.


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


[jira] Resolved: (TIKA-25) OpenOfficeParser includes a literal filespec "C:\\oo.xml", which is awkward in non-Windows OS's.

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

Jukka Zitting resolved TIKA-25.
-------------------------------

    Resolution: Fixed
      Assignee: Jukka Zitting

Good point, I guess the line is only there for debugging.

I removed the line in revision 578563.

> OpenOfficeParser includes a literal filespec "C:\\oo.xml", which is awkward in non-Windows OS's. 
> -------------------------------------------------------------------------------------------------
>
>                 Key: TIKA-25
>                 URL: https://issues.apache.org/jira/browse/TIKA-25
>             Project: Tika
>          Issue Type: Improvement
>          Components: general
>    Affects Versions: 0.1-incubator
>            Reporter: Keith R. Bennett
>            Assignee: Jukka Zitting
>             Fix For: 0.1-incubator
>
>
> There is a line:
>         Utils.saveInXmlFile(xmlDoc, "C:\\oo.xml");
> in OpenOfficeParser.  I suggest changing the name to something more portable.  This code is probably for testing and maybe it is better to remove it altogether.

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