Hi Nick

Answers below:

> ...
> Any chance you could create some sample files, and upload them to jira? We 
> can use them as a basis for future unit tests
> 
Yes sure - please point me at the URL

> 
>> 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.
> 
That's odd, because I *do* use Maven, and I would have expected it to have got 
me the right versions ...

My POM says:

        <dependency>
            <groupId>org.apache.tika</groupId>
            <artifactId>tika-app</artifactId>
            <version>0.8-SNAPSHOT</version>
        </dependency>

I have run "mvn -U clean compile install" but the resulting JAR still exhibits 
this runtime exception ...
What am I doing wrong? (I'm no Maven expert, that's for sure!)
Cheers

- Chris

Reply via email to