-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Allow custom stub template for java_binary #3451
Comments
@cushon, any thoughts on this feature request seeing as how the python rules are exploring this via bazelbuild/rules_python#130 |
+1
…On Wed, 14 Nov 2018 at 16:24 Petros Eskinder ***@***.***> wrote:
@cushon <https://github.com/cushon>, any thoughts on this feature request
seeing as how the python rules are exploring this via
bazelbuild/rules_python#130
<bazelbuild/rules_python#130>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3451 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABUIF5p6eUtj07giJy1LpKIcZlyu4C9Vks5uvCeDgaJpZM4Oja1c>
.
|
This would also make it easier to iterate on the stub script, since currently you have to re-build Bazel to pick up changes. @lberki we talked about something like this once, and you noted it "would require making the set of |
Hi there! We're doing a clean up of old issues and will be closing this one. Please reopen (or ping me to reopen) if you’d like to discuss anything further. We’ll respond as soon as we have the bandwidth/resources to do so. |
Note- lack of this feature means forking bazel or "only" the Java rules |
Thank you for contributing to the Bazel repository! This issue has been marked as stale since it has not had any activity in the last 1+ years. It will be closed in the next 90 days unless any other activity occurs. If you think this issue is still relevant and should stay open, please post any comment here and the issue will no longer be marked as stale. |
Still very relevant. Please don't close. |
Description of the feature request:
We would like to use our own java stub template to replace java_stub_template.txt. Our use case uses a lot of custom system properties that can be generated from rule dependencies. However Bazel's java stub template is fixed. It would be nice to allow custom java rule template through something like java_toolchain
The text was updated successfully, but these errors were encountered: