binh vo opened 9 years ago
|
|
This is not a bug, please refer to our online documentation for information on how to build Tigase packages. |
|
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 |
|
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? |
|
Closing due to no feedback from the user. |
Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
3359
|
Version |
tigase-server-7.1.0
|
Estimation |
8h
|
Issue Votes (0)
Watchers (0)
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.