You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by Apache Wiki <wi...@apache.org> on 2013/09/01 22:56:54 UTC

[Nutch Wiki] Trivial Update of "WritingPluginExample-1.2" by SebastianNagel

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: