You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by djames <dj...@supinfo.com> on 2007/04/16 15:06:25 UTC

Nutch Admin GUI

Hello,

I'm trying to setup the nutch admin gui with the jira 251 but i have this
exception during buil of the .job file:
 [echo] Compiling plugin: admin-management
    [javac] Compiling 9 source files to C:\Documents and
Settings\jamel\workspace\test\build\admin-management\classes
    [javac] C:\Documents and
Settings\jamel\workspace\test\src\plugin\admin-management\src\java\org\apache\nutch\admin\management\CrawldbThread.java:63:
cannot find symbol
    [javac] symbol  : method
update(org.apache.hadoop.fs.Path,org.apache.hadoop.fs.Path,boolean,boolean)
    [javac] location: class org.apache.nutch.crawl.CrawlDb
    [javac] this.fCrawldb.update(this.fCrawldbFile, this.fSegment, true,
true);
    [javac] ^
    [javac] C:\Documents and
Settings\jamel\workspace\test\src\plugin\admin-management\src\java\org\apache\nutch\admin\management\GenerateThread.java:83:
cannot find symbol
    [javac] symbol  : method
generate(org.apache.hadoop.fs.Path,org.apache.hadoop.fs.Path,int,long,long,boolean)
    [javac] location: class org.apache.nutch.crawl.Generator
    [javac] this.fGenerator.generate(
    [javac] ^
    [javac] C:\Documents and
Settings\jamel\workspace\test\src\plugin\admin-management\src\java\org\apache\nutch\admin\management\LinkdbThread.java:61:
cannot find symbol
    [javac] symbol  : method
invert(org.apache.hadoop.fs.Path,org.apache.hadoop.fs.Path[],boolean,boolean)
    [javac] location: class org.apache.nutch.crawl.LinkDb
    [javac] this.fLinkdb.invert(this.fLinkdbFile, this.fSegments, true,
true);
    [javac] ^
    [javac] 3 errors

BUILD FAILED

Could someone send me his version compiled with this patch or explain to me
how to make it work


Thanks a lot
-- 
View this message in context: http://www.nabble.com/Nutch-Admin-GUI-tf3584358.html#a10015747
Sent from the Nutch - User mailing list archive at Nabble.com.