Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change 
notification.

The "WritingPluginExample-1.2" page has been changed by SebastianNagel:
https://wiki.apache.org/nutch/WritingPluginExample-1.2?action=diff&rev1=14&rev2=15

Comment:
Add hint that core classes are required to run plugin's unit test, cf. 
NUTCH-1610

  {{{
  ant test
  }}}
- To debug this code on eclipse it's essential that you make a  recommended 
directory  under the main plugins of your nutch installation and put there the 
plugin.xml file (and for run the .jar too).
+ To debug this code on eclipse it's essential that you make a  recommended 
directory  under the main plugins of your nutch installation and put there the 
plugin.xml file (and for run the .jar too). Because plugins may use Nutch core 
classes these must have been compiled before unit tests are run.
  
  == Getting Nutch to Use Your Plugin ==
  In order to get Nutch to use your plugin, you need to edit your 
conf/nutch-site.xml file and add in a block like this:

Reply via email to