[
https://issues.apache.org/jira/browse/TIKA-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kiran Singh updated TIKA-218:
-----------------------------
Description:
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.
was:
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.
Once I corrected the name, the build went OK.
I checked in the zip file and the file is named wrong there as well.
> 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
> Priority: Minor
> Fix For: 0.3
>
>
> 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.