Projects tigase _server server-core Issues #533
Cannot export unittest report by using org.apache.maven.plugins:maven-surefire-plugin plugin in Tigase 7.0.1 (#533)
Closed
binh vo opened 9 years ago
Due Date
2015-08-10

When trying to build Tigase source code using Eclipse with Unit test report enable, we faced with problem as below:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project tigase-server: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?

Possible reason:

Surefire does not support tests or any referenced libraries calling System.exit() at any time.

Source :http://maven.apache.org/surefire/maven-surefire-plugin/faq.html#vm-termination

Please help to evaluate this is a bug or not.

Artur Hefczyc commented 9 years ago

This is not a bug, please refer to our online documentation for information on how to build Tigase packages.

binh vo commented 9 years ago

Following those steps as below:

After cloning tigase-server repository:

git clone https://repository.tigase.org/git/tigase-server.git

cd tigase-server

Compile server with maven using project distribution profile (dist):

mvn -Pdist -f modules/master/pom.xml clean install

I still have the same problem. Could you please help?

Thanks

Binh

wojciech.kapcia@tigase.net commented 9 years ago

What operating system do you use? Which version of JDK (Oracle, which version exactly)? Which maven version do you use? Can you share full console output?

Artur Hefczyc commented 9 years ago

Closing due to no feedback from the user.

issue 1 of 1
Type
Bug
Priority
Normal
Assignee
RedmineID
3359
Version
tigase-server-7.1.0
Estimation
8h
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#533
Please wait...
Page is in error, reload to recover