Skip to content

[windows] do not unpack jnidispatch.dll in temp folder (take 2) #6202

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

Merged
merged 2 commits into from
Apr 26, 2017

Conversation

cmaglie
Copy link
Member

@cmaglie cmaglie commented Apr 21, 2017

No description provided.

cmaglie added 2 commits April 21, 2017 15:47
Normally if JNA doesn't find the jnidispatch.dll it tries to extract
it from the jar into a temp folder and load from there.
This is being restriscted on Microsoft Apps for the app-store and this
commit prevents this behaviour.
Previously the ant call "chmod" was used, but this is a no-op on Windows,
so it would works only if the IDE is cross-built from a unix host.

This patch allows to build a distribution of the IDE also from a Windows host.
@cmaglie cmaglie added this to the Release 1.8.3 milestone Apr 21, 2017
@mastrolinux mastrolinux added the in progress Work on this item is in progress label Apr 21, 2017
@cmaglie cmaglie merged commit 7dcc135 into arduino:master Apr 26, 2017
@mastrolinux mastrolinux removed the in progress Work on this item is in progress label Apr 26, 2017
@cmaglie cmaglie deleted the jna-3 branch May 17, 2017 14:11
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 this pull request may close these issues.

3 participants