Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
None
-
None
-
None
Description
Hello,
I am currently trying to get Apache Stanbol compiled. Following the instructions on the website (Getting started section).
First I ran into some trouble related to surefire 2.11 dependency when performing a "mvn clean install" (Java7). After some research I found out that this was related to a bug and has been fixed in Surefire 2.13.
Resulting an updated pom.xml in ....... to Surefire 2.13.
Right now the compilation goes well to a certain extent. Somehow it is always killed at this point, with no clear output on why it is killed. Please see below for reference:
Running org.apache.stanbol.entityhub.indexing.core.processor.FieldValueFilterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 sec
Running org.apache.stanbol.entityhub.indexing.core.IndexerTest
Killed
Even with -X or -e parameters for Maven, no output is shown.
I was not able to find any related post/issue. Has this been experienced before and is anyone facing these compilation problems as well.
All advice/help is appreciated. Thanks in advance.