-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Automate building of idea jar #528
Conversation
87938ff
to
b3f25a8
Compare
For documentation, I think a general page for IDE integration would make sense, linked to from the main. |
@@ -12,6 +12,7 @@ Features | |||
* [#512](https://github.com/java-native-access/jna/pull/512): Make loading debug flags mutable [@lwahonen](https://github.com/lwahonen). | |||
* [#514](https://github.com/java-native-access/jna/pull/514): Added `host_processor_info` to `com.sun.jna.platform.mac.SystemB` - [@dbwiddis](https://github.com/dbwiddis). | |||
* [#519](https://github.com/java-native-access/jna/pull/519): Added JNA functional overview - [@twall](https://github.com/twall). | |||
* [#528](https://github.com/java-native-access/jna/pull/528): Add an ant task (idea-jar) that creates a convenience jar that contains all native dispatch libraries. If you want to hacking on JNA with an IDE, just include idea-dispatch.jar to your classpath and create a module from the JNA src directory. - [@lwahonen](https://github.com/lwahonen). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick, but this is too long for a CHANGELOG. If it needs to be documented it should go elsewhere in a build environment section or something like that. Just make this:
Added idea-jar ant task that creates a convenience jar that contains all native dispatch libraries - [@lwahonen](...).
This reverts commit 47bea70.
I'm not sure how to nix that glitch commit+revert from there. https://xkcd.com/1597/ is relevant again |
75ccadd
to
40dcd21
Compare
As discussed in #523, providing a build-target for this makes more sense than distributing it. I think I also want to add a mention about it to under /www, but I wasn't sure if the platform-specific documents (WindowsDevelopmentEnvironment.md etc) are the right place.