[ 
https://issues.apache.org/jira/browse/NUTCH-2292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15380919#comment-15380919
 ] 

Lewis John McGibbney commented on NUTCH-2292:
---------------------------------------------

When executing a clean install I get the following 
{code}
Failed tests:
  TestSegmentMerger.testLargeMerge:106 expected:<1> but was:<2>
  TestSegmentMergerCrawlDatums.testEndsWithRedirect:215->merge:344 expected:<1> 
but was:<2>
  TestSegmentMergerCrawlDatums.testFixedSequence:172->merge:344 expected:<1> 
but was:<2>
  TestSegmentMergerCrawlDatums.testMostlyRedirects:109->merge:344 expected:<1> 
but was:<2>
  
TestSegmentMergerCrawlDatums.testRandomTestSequenceWithRedirects:150->executeSequence:275->merge:344
 expected:<1> but was:<2>
  
TestSegmentMergerCrawlDatums.testRandomizedSequences:132->executeSequence:275->merge:344
 expected:<1> but was:<2>
  TestSegmentMergerCrawlDatums.testRedirFetchInOneSegment:193->merge:344 
expected:<1> but was:<2>
  
TestSegmentMergerCrawlDatums.testSingleRandomSequence:77->executeSequence:275->merge:344
 expected:<1> but was:<2>

Tests run: 51, Failures: 8, Errors: 0, Skipped: 0
{code}

I also noticed that the nutch-core pom.xml <name> needs to be changed to 
nutch-core
https://github.com/apache/nutch/blob/NUTCH-2292/nutch-core/pom.xml#L31

> Mavenize the build for nutch-core and nutch-plugins
> ---------------------------------------------------
>
>                 Key: NUTCH-2292
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2292
>             Project: Nutch
>          Issue Type: Improvement
>          Components: build
>            Reporter: Thamme Gowda
>
> Convert the build system of  nutch-core as well as plugins to Apache Maven.
> *Plan :*
> Create multi-module maven project with the following structure
> {code}
> nutch-parent
>   |-- pom.xml (POM)
>   |-- nutch-core
>   |       |-- pom.xml (JAR)
>   |       |--src    : sources
>   |-- nutch-plugins
>           |-- pom.xml (POM)
>           |-- plugin1
>           |    |-- pom.xml (JAR)
>           | .....
>           |-- pluginN
>                |-- pom.xml (JAR)
> {code}
> NOTE: watch out for cyclic dependencies bwteen nutch-core and plugins, 
> introduce another POM to break the cycle if required.
>          



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to