Skip to content
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

zeromq.tools does not exist in master branch #633

Closed
raphaelcfernandes opened this issue May 31, 2019 · 7 comments · Fixed by #634
Closed

zeromq.tools does not exist in master branch #633

raphaelcfernandes opened this issue May 31, 2019 · 7 comments · Fixed by #634

Comments

@raphaelcfernandes
Copy link

gradle build jar can't file the path utilityClasses 'src/main/java/org/zeromq/tools/ZmqNativeLoader.java'. There was a commit two days ago but this class was not included.

@raphaelcfernandes raphaelcfernandes changed the title zeromq.tools does not exist zeromq.tools does not exist in master branch May 31, 2019
@bluca
Copy link
Member

bluca commented May 31, 2019

@sappo any idea what could be the issue?

@sappo
Copy link
Member

sappo commented May 31, 2019

@bluca I probably forgot to commit a newly generated file. Could you please regenerate from zproject and check if you got time. Otherwise I'll do it tomorrow.

@sappo
Copy link
Member

sappo commented May 31, 2019

@raphaelcfernandes the latest version of the bindings will automatically package the required C binaries into the jar and load them if they are not present on the system. Currently works only for Linux though.

@sappo
Copy link
Member

sappo commented May 31, 2019

@bluca I also missed to to check in the new file for czmq.

@bluca
Copy link
Member

bluca commented May 31, 2019

I tried regenerating in czmq, but git status --ignored doesn't show anything new in bindings/jni

@sappo
Copy link
Member

sappo commented May 31, 2019 via email

@bluca
Copy link
Member

bluca commented May 31, 2019

Ah, it was already checked in czmq - opened a pr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants