Recommended plugin example - test fails

View: New views
1 Messages — Rating Filter:   Alert me  

Recommended plugin example - test fails

by Fabrice EstiƩvenart-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

I'm trying to run the "recommended" plugin example but I get an error
when I launch the "ant test" command:

Test org.apache.nutch.parse.recommended.test.TestRecommendedParser FAILED
C:\dev\Nutch\src\plugin\build-plugin.xml:208: Tests failed!

In the log file, I see this error:
java.lang.NoClassDefFoundError: org/cyberneko/html/parsers/DOMFragmentParser

What's wrong ?

Fabrice