Hi Nick Thanks a lot. And does Tika maintain compiled jar files of 0.9 version. As I can just find the source code with maven POM files and not any ant build file. I was facing issues while building through maven, so is there any link where I can directly download the jar files
-----Original Message----- From: Nick Burch [mailto:[email protected]] Sent: Tuesday, December 13, 2011 7:46 AM To: [email protected] Subject: Re: Compatibility with POI 3.7 On Mon, 12 Dec 2011, Uday Ogra wrote: > Can I know which version of TIKA will be compatible with POI 3.7 > version? The way to check is to look at the Tika Parsers POM files, which define the POI version they work with. >From that, we can see that Tika 0.9 used POI 3.7 http://repo1.maven.org/maven2/org/apache/tika/tika-parsers/0.9/tika-parsers-0.9.pom But Tika 0.10 had moved to POI 3.8 beta 4 http://repo1.maven.org/maven2/org/apache/tika/tika-parsers/0.10/tika-parsers-0.10.pom > Currently our project has upgraded POI from 3.5 to 3.7. We are not > moving to 3.8 as it is causing some backward compatibility issues. I'd suggest you work on getting those problems solved, as more recent Tika and POI releases have quite a few bug fixes in them! Nick
