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

Compiling Java without building jar file #635

Closed
pki-bot opened this issue Oct 2, 2020 · 1 comment
Closed

Compiling Java without building jar file #635

pki-bot opened this issue Oct 2, 2020 · 1 comment

Comments

@pki-bot
Copy link

pki-bot commented Oct 2, 2020

This issue was migrated from Pagure Issue #63. Originally filed by edewata (@edewata) on 2011-11-29 03:50:34:


Currently compiling Java in CMake is done using add_jar() which will package the binaries into a jar file. There are cases where it's not necessary to create a jar file. For example running unit tests can be done directly from the build directory since the test binaries are not meant to be distributed. There needs to be a CMake function to compile Java code without creating a jar file.

@pki-bot pki-bot added this to the Dogtag 10.0.0.a1 milestone Oct 2, 2020
@pki-bot pki-bot closed this as completed Oct 2, 2020
@pki-bot
Copy link
Author

pki-bot commented Oct 2, 2020

Comment from edewata (@edewata) at 2017-02-27 14:03:08

Metadata Update from @edewata:

  • Issue assigned to edewata
  • Issue set to the milestone: Dogtag 10.0.0.a1

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

No branches or pull requests

1 participant