All -

I am trying to get the Tika unit tests to work.  One of the issues is that
the packages of the fully qualified class names specified in config.xml are
different from the packages in which they are located on the source tree of
the code itself.

For example, the config.xml file contains:

<parser name="parse-pdf" class="liuslite.parser.pdf.PDFParser">

whereas the class itself is at:

src/main/java/org/apache/tika/parser/pdf/PDFParser.java

How should this be resolved?  Should I edit the config.xml file to match the
code, or use an external jar file for these classes, or modify the source
code directory structure to match the "liuslite.parser.pdf" location
specified in the XML file?

- Keith

-- 
View this message in context: 
http://www.nabble.com/Parser-Class-Packages-tf4430639.html#a12639642
Sent from the Apache Tika - Development mailing list archive at Nabble.com.

Reply via email to