Hi, On Sun, Jun 19, 2011 at 11:24 AM, Charles <[email protected]> wrote: > Installing Tika 0.9 (on Debian Squeeze 64 bit) using Maven resulted in a > build failure because of failed tests as shown below: > > ===== Build failure screen scrape starts ===== > Results : > > Failed tests: > testBMP(org.apache.tika.parser.image.ImageParserTest) > testJPEG(org.apache.tika.parser.image.ImageParserTest) > testPNG(org.apache.tika.parser.image.ImageParserTest)
Could you file a bug report at https://issues.apache.org/jira/browse/TIKA about this? Please attach the stack traces found in tika-parsers/target/surefire-reports after the failed build. > Netsearching for solutions I stumbled on > http://repo2.maven.org/maven2/org/apache/tika/tika-parsers/0.9/. Which of > the several (.jar?) files should be used? Is the installation procedure > documented anywhere? The jars under http://repo2.maven.org/maven2/org/apache/tika are pre-built binaries of all the Tika releases. They are equivalent to what you'd get by compiling the source release by yourself. See http://tika.apache.org/0.9/gettingstarted.html for basic instructions for getting started. The exact installation depends on how you want to use Tika, e.g. as a Maven/Ant dependency, a standalone runnable jar, or something else. BR, Jukka Zitting
