Dear Wiki user,

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

The following page has been changed by RicardoJMendez:
http://wiki.apache.org/nutch/RunNutchInEclipse

------------------------------------------------------------------------------
  
  === Configure Nutch ===
   * see the [http://lucene.apache.org/nutch/tutorial8.html Tutorial]
-  * change the property "plugin.folders" to "./src/plugin" on nutch-site.xml
+  * change the property "plugin.folders" to "./src/plugin" on 
$NUTCH_HOME/conf/nutch-site.xml
   * make sure Nutch is configured correctly before testing it into Eclipse ;-)
  
  === Build Nutch ===
@@ -92, +92 @@

  }}}
  
  
+ === No plugins loaded during unit tests in Eclipse ===
+ 
+ During unit testing, Eclipse ignored conf/nutch-site.xml in favor of 
src/test/nutch-site.xml, so you might need to add the plugin directory 
configuration to that file as well.
+ 
+ 
  === Unit tests work in eclipse but fail when running ant in the command line 
===
  
  Suppose your unit tests work perfectly in eclipse, but each and everyone fail 
when running '''ant test''' in the command line - including the ones you 
haven't modified.   Check if you defined the '''plugin.folders''' property in 
hadoop-site.xml. In that case, try removing it from that file and adding it 
directly to nutch-site.xml

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Nutch-cvs mailing list
Nutch-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nutch-cvs

Reply via email to