You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Al Cole (JIRA)" <ji...@apache.org> on 2009/06/23 23:45:07 UTC

[jira] Commented: (TIKA-218) Can not build tika jar from the downloaded sources for 0.3, apache-tika-0.3-src.tar.gz

    [ https://issues.apache.org/jira/browse/TIKA-218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12723319#action_12723319 ] 

Al Cole commented on TIKA-218:
------------------------------

I just wanted to note that I experienced the exact same issue with the Tika 0.3 source kit download today (JUN-23-2009).  The file rename suggestion identified above allowed me to complete the builds.  I was using WinZip to decompress the source kit - perhaps it is improperly extracting the files?


> Can not build tika jar from the downloaded sources for 0.3, apache-tika-0.3-src.tar.gz
> --------------------------------------------------------------------------------------
>
>                 Key: TIKA-218
>                 URL: https://issues.apache.org/jira/browse/TIKA-218
>             Project: Tika
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 0.3
>            Reporter: Kiran Singh
>            Assignee: Jukka Zitting
>            Priority: Minor
>
> I recently downloaded the Tika 0.3 sources apache-tika-0.3-src.tar.gz. After I unzipped, I tried to run "mvn install" command to build the jars. The build failed with this error:
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Compilation failure
> C:\apps\apache-tika-0.3\src\main\java\org\apache\tika\parser\microsoft\ooxml\OOXMLExtractorFactory.java:[44,23] cannot find symbol
> symbol  : class XWPFWordExtractorDecorator
> location: class org.apache.tika.parser.microsoft.ooxml.OOXMLExtractorFactory
> I looked into the sources directory and dicscovered that the XWPFWordExtractorDecorator.java file was named wrongly asXWPFWordExtractorDecorator.java0000644 causing the build failure.
> I checked in the zip file and the file is named wrong there as well.
> Once I corrected the name, the build went OK.

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