See 
<https://builds.apache.org/job/Nutch-nutchgora/1588/display/redirect?page=changes>

Changes:

[ikaidul] NUTCH-2389 jsoup-extractor with parse filter, indexing filter and unit

[ikaidul] NUTCH-2389 jsoup-extractor/ivy.xml commited

[ikaidul] NUTCH-2389 Unit test implemented but not passed

[kaidulislam90] NUTCH-2389 package name changed

[kaidulislam90] NUTCH-2389 JsoupDocumentReader parsing bug fixed

[kaidulislam90] NUTCH-2389 Unit test passed, xml parsing issue fixed

[kaidulislam90] NUTCH-2389 IndexingFilter Utf8 conversion issue solved

[kaidulislam90] NUTCH-2389 Class name corrected in jsoup-extractor.xml

[kaidulislam90] NUTCH-2389 Unnecessary header import removed

[kaidulislam90] NUTCH-2389 Missing license information added

[kaidulislam90] NUTCH-2389 Diamond sign declaration removed and make Java 1.6 
compatible

------------------------------------------
[...truncated 241.52 KB...]

resolve-default:
[ivy:resolve] :: loading settings :: file = 
<https://builds.apache.org/job/Nutch-nutchgora/ws/ivy/ivysettings.xml>

compile:

jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = 
<https://builds.apache.org/job/Nutch-nutchgora/ws/ivy/ivysettings.xml>

compile:
     [echo] Compiling plugin: parse-html

jar:

deps-test:

init:

init-plugin:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = 
<https://builds.apache.org/job/Nutch-nutchgora/ws/ivy/ivysettings.xml>

compile:

jar:

deps-test:

deploy:

copy-generated-lib:

init:

init-plugin:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = 
<https://builds.apache.org/job/Nutch-nutchgora/ws/ivy/ivysettings.xml>

compile:

jar:

deps-test:

deploy:

copy-generated-lib:

deploy:

copy-generated-lib:

init:

init-plugin:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = 
<https://builds.apache.org/job/Nutch-nutchgora/ws/ivy/ivysettings.xml>

compile:

jar:

deps-test:

deploy:

copy-generated-lib:

init:

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = 
<https://builds.apache.org/job/Nutch-nutchgora/ws/ivy/ivysettings.xml>

compile:
     [echo] Compiling plugin: protocol-file

jar:

deps-test:

deploy:

copy-generated-lib:

deploy:

copy-generated-lib:

test:
     [echo] Testing plugin: parse-metatags
    [junit] Running org.apache.nutch.parse.metatags.TestMetaTagsParser
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
1.208 sec

init:

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = 
<https://builds.apache.org/job/Nutch-nutchgora/ws/ivy/ivysettings.xml>

compile:
     [echo] Compiling plugin: index-anchor

compile-test:
    [javac] Compiling 1 source file to 
<https://builds.apache.org/job/Nutch-nutchgora/ws/build/index-anchor/test>

jar:

deps-test:

deploy:

copy-generated-lib:

test:
     [echo] Testing plugin: index-anchor
    [junit] Running org.apache.nutch.indexer.anchor.TestAnchorIndexingFilter
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.562 sec

init:

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = 
<https://builds.apache.org/job/Nutch-nutchgora/ws/ivy/ivysettings.xml>

compile:
     [echo] Compiling plugin: index-basic

compile-test:
    [javac] Compiling 1 source file to 
<https://builds.apache.org/job/Nutch-nutchgora/ws/build/index-basic/test>

jar:

deps-test:

deploy:

copy-generated-lib:

test:
     [echo] Testing plugin: index-basic
    [junit] Running org.apache.nutch.indexer.basic.TestBasicIndexingFilter
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.636 sec

init:

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = 
<https://builds.apache.org/job/Nutch-nutchgora/ws/ivy/ivysettings.xml>

compile:
     [echo] Compiling plugin: index-more

compile-test:
    [javac] Compiling 1 source file to 
<https://builds.apache.org/job/Nutch-nutchgora/ws/build/index-more/test>

jar:

deps-test:

deploy:

copy-generated-lib:

test:
     [echo] Testing plugin: index-more
    [junit] Running org.apache.nutch.indexer.more.TestMoreIndexingFilter
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 
0.963 sec

init:

init-plugin:

deps-jar:

clean-lib:

resolve-default:
[ivy:resolve] :: loading settings :: file = 
<https://builds.apache.org/job/Nutch-nutchgora/ws/ivy/ivysettings.xml>

compile:
     [echo] Compiling plugin: jsoup-extractor

compile-test:
    [javac] Compiling 2 source files to 
<https://builds.apache.org/job/Nutch-nutchgora/ws/build/jsoup-extractor/test>
    [javac] 
<https://builds.apache.org/job/Nutch-nutchgora/ws/src/plugin/jsoup-extractor/src/test/org/apache/nutch/parse/jsoup/extractor/TestJsoupHtmlParser.java>:34:
 error: package org.apache.hadoop.hbase.util does not exist
    [javac] import org.apache.hadoop.hbase.util.Bytes;
    [javac]                                    ^
    [javac] 
<https://builds.apache.org/job/Nutch-nutchgora/ws/src/plugin/jsoup-extractor/src/test/org/apache/nutch/parse/jsoup/extractor/TestJsoupHtmlParser.java>:73:
 error: cannot find symbol
    [javac]         System.out.println(entry.getKey().toString() + " => " + 
Bytes.toString(entry.getValue().array()));
    [javac]                                                                 ^
    [javac]   symbol:   variable Bytes
    [javac]   location: class TestJsoupHtmlParser
    [javac] 
<https://builds.apache.org/job/Nutch-nutchgora/ws/src/plugin/jsoup-extractor/src/test/org/apache/nutch/parse/jsoup/extractor/TestJsoupHtmlParser.java>:76:
 error: cannot find symbol
    [javac]       assertEquals(Bytes.toString(page.getMetadata().get(new 
Utf8("title")).array()), TITLE);
    [javac]                    ^
    [javac]   symbol:   variable Bytes
    [javac]   location: class TestJsoupHtmlParser
    [javac] 
<https://builds.apache.org/job/Nutch-nutchgora/ws/src/plugin/jsoup-extractor/src/test/org/apache/nutch/parse/jsoup/extractor/TestJsoupHtmlParser.java>:77:
 error: cannot find symbol
    [javac]       assertEquals(Bytes.toString(page.getMetadata().get(new 
Utf8("publisherName")).array()), PUBLISHER);
    [javac]                    ^
    [javac]   symbol:   variable Bytes
    [javac]   location: class TestJsoupHtmlParser
    [javac] 4 errors

BUILD FAILED
<https://builds.apache.org/job/Nutch-nutchgora/ws/build.xml>:513: The following 
error occurred while executing this line:
<https://builds.apache.org/job/Nutch-nutchgora/ws/src/plugin/build.xml>:90: The 
following error occurred while executing this line:
<https://builds.apache.org/job/Nutch-nutchgora/ws/src/plugin/build-plugin.xml>:180:
 Compile failed; see the compiler error output for details.

Total time: 3 minutes 47 seconds
Build step 'Invoke Ant' marked build as failure
Publishing Javadoc
[JIRA] Updating issue NUTCH-2389
Not sending mail to unregistered user ikai...@yahoo.com
Not sending mail to unregistered user kaidulisla...@gmail.com

Reply via email to