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

Thamme Gowda commented on NUTCH-2292:
-------------------------------------

Here is the log tail while running tests.
{noformat}
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in 
org.apache.nutch.util.TestEncodingDetector
Running org.apache.nutch.util.TestGZIPUtils
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec - in 
org.apache.nutch.util.TestGZIPUtils
Running org.apache.nutch.util.TestMimeUtil

Results :

Tests run: 51, Failures: 0, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] nutch-parent ....................................... SUCCESS [  1.991 s]
[INFO] nutch-core ......................................... FAILURE [02:58 min]
[INFO] nutch-plugins ...................................... SKIPPED
[INFO] creativecommons .................................... SKIPPED
<<<TRUNCATED -- all other modules skipped>>>
[INFO] urlnormalizer-slash ................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:01 min
[INFO] Finished at: 2017-03-08T12:23:32-08:00
[INFO] Final Memory: 55M/532M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on 
project nutch-core:
 Execution default-test of goal 
org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test failed:
 The forked VM terminated without properly saying goodbye. VM crash or 
System.exit called?
{noformat}

> 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
>            Assignee: Thamme Gowda
>             Fix For: 1.13
>
>
> 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.15#6346)

Reply via email to