On Tue, 3 Aug 2010, Chris Bamford wrote:
BTW I now get a runtime error with POI when trying to extract text from a Corel presentation (.shw) file - which seems to get classified as an MS Office doc?!
We don't currently seem to have any .shw files in the test suite, so it's possible that things may break
Any chance you could create some sample files, and upload them to jira? We can use them as a basis for future unit tests
Exception in thread "main" java.lang.NoSuchMethodError: org.apache.poi.poifs.filesystem.DirectoryNode.iterator()Ljava/util/Iterator;
This exception means that you haven't got a new enough copy of poi. If you're not using Maven, then you do need to track the dependencies by hand, and upgrade the 3rd party libraries when the Tika pom updates.
Nick
