Li Leon
Thu, 17 Dec 2009 20:01:09 -0800
I was able to skip the tika-parsers test and have a successful build by executing "mvn install -Dmaven.test.skip=true" in the root directory. But this produced smaller 8M+ tika-app-0.5.jar.
So what has been left off from this jar, test cases or all the external dependent jars? If the latter, how it runs differently compare to jar generated after "mvn install". Thanks, 2009/12/17 Li Leon <leon800...@gmail.com> > Hi, > > > I have downloaded the latest POI(3.7 containing bug fix) from SVN and have > a successful build, but stuck on how to integrate this into Tika. > > I hosted a local repository and put new POI jars[1] into their separate > directories according to modified tika-parsers\pom.xml > (<poi.version>3.7</poi.version>) content. I can see that tika-parsers > referred to the wanted local POI when built, but the tests failed[2] in the > end. > > Any ideas on how to update the test or ignore the testing procedure as a > workaround? > > [1]: > poi-ooxml-schemas-3.7.jar > poi-3.7.jar > poi-ooxml-3.7.jar > poi-scratchpad-3.7.jar > > [2]: > Failed tests: > testExcel(org.apache.tika.parser.microsoft.ooxml.OOXMLParserTest) > testWord(org.apache.tika.parser.microsoft.ooxml.OOXMLParserTest) > testPowerPoint(org.apache.tika.parser.microsoft.ooxml.OOXMLParserTest) > > > > Thanks, >