[ https://issues.apache.org/jira/browse/TIKA-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jukka Zitting resolved TIKA-218. -------------------------------- Resolution: Cannot Reproduce Fix Version/s: (was: 0.3) Assignee: Jukka Zitting The source package works fine for me. Which software are you using to unpack the source tarball? I use gnu tar 1.21 and it has no problems with the file names. Alternatively, check that your download is not corrupted. The SHA1 checksum of the source package is 5309919cd25e71f1d6b2e2a99779c963ecf2bd19. > 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.