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.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Nutch-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-general

Reply via email to