|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (TIKA-218) Can not build tika jar from the downloaded sources for 0.3, apache-tika-0.3-src.tar.gzCan 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 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. Once I corrected the name, the build went OK. I checked in the zip file and the file is named wrong there as well. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Updated: (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:all-tabpanel ] Kiran Singh updated TIKA-218: ----------------------------- Priority: Minor (was: Major) > 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. > Once I corrected the name, the build went OK. > I checked in the zip file and the file is named wrong there as well. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
|
|
[jira] Updated: (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: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. |
|
|
[jira] Resolved: (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: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. |
|
|
[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. |
|
|
[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=12723325#action_12723325 ] Kiran Singh commented on TIKA-218: ---------------------------------- I am out of office on PTO from June 17th to July 8th. I will respond to your emails on my return on July 9th. If there is anything urgent, please contact my manager Keith Odom. Kiran > 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. |
| Free embeddable forum powered by Nabble | Forum Help |