I'm getting this error with a clean checkout and build of nutch (from CVS).

Andy

compile:
[echo] Compiling plugin: parse-pdf
[javac] Compiling 1 source file to /home/andy/java/tmp/nutch/build/parse-pdf/classes
[javac] /home/andy/java/tmp/nutch/src/plugin/parse-pdf/src/java/net/nutch/parse/pdf/PdfParser.java:6: cannot resolve symbol
[javac] symbol : class DecryptDocument
[javac] location: package encryption
[javac] import org.pdfbox.encryption.DecryptDocument;
[javac] ^
[javac] /home/andy/java/tmp/nutch/src/plugin/parse-pdf/src/java/net/nutch/parse/pdf/PdfParser.java:101: cannot resolve symbol
[javac] symbol : class DecryptDocument
[javac] location: class net.nutch.parse.pdf.PdfParser
[javac] DecryptDocument decryptor = new DecryptDocument(pdf);
[javac] ^
[javac] /home/andy/java/tmp/nutch/src/plugin/parse-pdf/src/java/net/nutch/parse/pdf/PdfParser.java:101: cannot resolve symbol
[javac] symbol : class DecryptDocument
[javac] location: class net.nutch.parse.pdf.PdfParser
[javac] DecryptDocument decryptor = new DecryptDocument(pdf);
[javac] ^
[javac] 3 errors




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Nutch-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nutch-developers

Reply via email to