You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2010/05/26 14:14:33 UTC

[jira] Resolved: (TIKA-413) DWG Parser

     [ https://issues.apache.org/jira/browse/TIKA-413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting resolved TIKA-413.
--------------------------------

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

Good stuff! I committed the code in trunk and added the missing media type settings. Resolving as fixed.

Note that I adjusted the code to use image/vnd.dwg as the canonical DWG media type as AFAICT it's the one that has been officially registered, see: http://www.iana.org/assignments/media-types/image/vnd.dwg. The other type names like application/acad are kept as aliases of image/vnd.dwg.

> DWG Parser
> ----------
>
>                 Key: TIKA-413
>                 URL: https://issues.apache.org/jira/browse/TIKA-413
>             Project: Tika
>          Issue Type: Improvement
>          Components: parser
>            Reporter: Nick Burch
>            Assignee: Jukka Zitting
>             Fix For: 0.8
>
>         Attachments: DWG.zip, DWGParser.java, DWGParserTest.java
>
>
> Attached is a parser for DWG files, along with a unit test and 3 sample files
> No integration with the mime/detection framework has been done yet. Someone would still need to do that, then uncomment the content type line in the tests

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