-
Notifications
You must be signed in to change notification settings - Fork 485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mvn package gets stuck after a test #995
Comments
Can you add: Please avoid screen shots. They are bloated and not searchable. Are you trying it with the latest snapshot ? |
Where should I put the timeout? Sorry for the screen shots, and yes I'm using the latest snapshot. FYI: I'm trying to build it to get a jar file I could use in Matlab. Thanks |
Check in the failing class source: src/test/java/org/zeromq/TestZproxy.java |
I added a Unfortunately, same behavior with many other tests. I added
Should I try a different approach? |
It’s a good starting point. That should be the default for many tests. |
I make a git clone, run the tests with
|
Hi,
I am trying to build jeromq on a Windows 11 computer with the latest versions of Java and Maven. Unfortunately, the build gets stuck after Test Run 13 showing "All options sync new hot".
I tried with a different computer on Windows 10, same behavior.
Thanks for you help.
The text was updated successfully, but these errors were encountered: