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

Prefix name for jvm_maven_import_external with "jar_jar_" to avoid name collisions #16

Conversation

gergelyfabian
Copy link
Contributor

Such collisions may appear when jar_jar's dependencies are also included
by other plugins, like rules_jvm_external.
The generated structure for those dependencies included with those plugins
may be different than expected by us and it can cause build errors
(e.g. BUILD file not found).

Prefix the name for jvm_maven_import_external with "jar_jar_", so that no
collisions occur.

…me collisions

Such collisions may appear when jar_jar's dependencies are also included
by other plugins, like rules_jvm_external.
The generated structure for those dependencies included with those plugins
may be different than expected by us and it can cause build errors
(e.g. BUILD file not found).

Prefix the name for jvm_maven_import_external with "jar_jar_", so that no
collisions occur.
@johnynek
Copy link
Collaborator

johnynek commented Jul 8, 2020

seems like it should be fine. Thanks!

@johnynek johnynek merged commit 171f268 into bazeltools:master Jul 8, 2020
@gergelyfabian gergelyfabian deleted the avoid_name_collisions_with_rules_jvm_external branch July 9, 2020 08:01
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.

2 participants