You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by Tobias Zahn <To...@arcor.de> on 2007/01/31 21:00:45 UTC

Can't Compile Revision 501954

hello!
Does anybody know why I get the following error running ant on the
revision I have checked out from svn? Maybe its a dumb question but...

Thank you for your help!

compile:
     [echo] Compiling plugin: parse-html
    [javac] Compiling 5 source files to nutch/trunk/build/parse-html/classes
    [javac]
nutch/trunk/src/plugin/parse-html/src/java/org/apache/nutch/parse/html/HtmlParser.java:102:
cannot access org.apache.nutch.parse.HtmlParseFilters
    [javac] bad class file:
nutch/trunk/build/classes/org/apache/nutch/parse/HtmlParseFilters.class
    [javac] illegal start of class file
    [javac] Please remove or make sure it appears in the correct
subdirectory of the classpath.
    [javac]   private HtmlParseFilters htmlParseFilters;
    [javac]           ^
    [javac] 1 error