Hi, On Tue, Mar 10, 2009 at 2:04 PM, Michael McCandless <luc...@mikemccandless.com> wrote: > * I tested 0.3 with the the TikaIndexer test in Lucene in Action 2. > I used "mvn dependency:copy-dependencies" to gather all the > necessary JARs. Then TikaIndexer was able to index our small set > sample docs just fine. Though, I did see this new warning printed > when indexing an MS Word doc (97-2003 format): > > [java] A property claimed to start before zero, at -512! Resetting it to > zero, and hoping for the best > > Not sure if that's a problem with my document or something with > the POI beta?
This is a POI issue, see https://issues.apache.org/bugzilla/show_bug.cgi?id=46443. > * The maven path seems to have an extra "tika" subdirectory? I see > resository/org/apache/tika/tika/0.3/* That's as it should be. The Maven path is groupId/artifactId/version, with groupId converted to a path like Java does with package names. Tika's groupId is "org.apache.tika" and artifactId is "tika", so having two "tika" directories is correct. BR, Jukka Zitting