I cloned the Undertow repo from GitHub like described here:
http://undertow.io/undertow-docs/undertow-docs-1.3.0/index.html#undertow-faq
After that I did a mvn install.
Every thing works until the ReceiverTestCase is executed. After that the mvn install process hang forever. And only by interrupting from the console it ends.
Asked
Active
Viewed 44 times
0

steM
- 1
- 2
-
If you are using osx/linux have you considered using dtruss / strace to diagnose what mvn is doing? – Greg Apr 27 '16 at 06:53
-
no i'm running on windows – steM Apr 27 '16 at 07:07