Hi,
I just checked out the cvs and tried to build nutch. I got the following errors. Seems that something got lost :-(
Can someone please add the files?
Michael
nutch $ ant Buildfile: build.xml
init:
compile-core:
[javac] Compiling 86 source files to /home/nutch/nutch-0.7/build/classes
[javac] /home/nutch/nutch-0.7/src/java/net/nutch/mapReduce/JobConf.java:25: package net.nutch.mapReduce.lib does not exist
[javac] import net.nutch.mapReduce.lib.IdentityMapper;
[javac] ^
[javac] /home/nutch/nutch-0.7/src/java/net/nutch/mapReduce/JobConf.java:26: package net.nutch.mapReduce.lib does not exist
[javac] import net.nutch.mapReduce.lib.IdentityReducer;
[javac] ^
[javac] /home/nutch/nutch-0.7/src/java/net/nutch/mapReduce/JobConf.java:27: package net.nutch.mapReduce.lib does not exist
[javac] import net.nutch.mapReduce.lib.HashPartitioner;
[javac] ^
[javac] /home/nutch/nutch-0.7/src/java/net/nutch/mapReduce/JobConf.java:128: cannot resolve symbol
[javac] symbol : class IdentityMapper
[javac] location: class net.nutch.mapReduce.JobConf
[javac] return getClass("mapred.mapper.class", IdentityMapper.class, Mapper.class);
[javac] ^
[javac] /home/nutch/nutch-0.7/src/java/net/nutch/mapReduce/JobConf.java:136: cannot resolve symbol
[javac] symbol : class HashPartitioner
[javac] location: class net.nutch.mapReduce.JobConf
[javac] HashPartitioner.class, Partitioner.class);
[javac] ^
[javac] /home/nutch/nutch-0.7/src/java/net/nutch/mapReduce/JobConf.java:144: cannot resolve symbol
[javac] symbol : class IdentityReducer
[javac] location: class net.nutch.mapReduce.JobConf
[javac] IdentityReducer.class, Reducer.class);
[javac] ^
[javac] 6 errors
BUILD FAILED
/home/nutch/nutch-0.7/build.xml:64: Compile failed; see the compiler error output for details.
Total time: 12 seconds
-- Michael Nebel Augustenburger Str. 1, 22769 Hamburg Telefon: 0172 / 41 53 256 E-Mail: [EMAIL PROTECTED]
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Nutch-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-developers
