bazel_jar_jar icon indicating copy to clipboard operation
bazel_jar_jar copied to clipboard

JarJar rules for bazel (rename packages and classes in existing jars)

Results 4 bazel_jar_jar issues
Sort by recently updated
recently updated
newest added

INFO: Analyzed target //databird/hadoop:shaded_cass_hello_deploy (842 packages loaded, 4694 targets configured). INFO: Found 1 target... ERROR: /home/christian/lefty/databird/hadoop/BUILD:38:19: jarjar //databird/hadoop:shaded_cass_hello_deploy failed: (Exit 1): jarjar_runner failed: error executing command bazel-out/host/bin/external/com_github_johnynek_bazel_jar_jar/jarjar_runner process databird/hadoop/shade_rules_hadoop bazel-out/k8-fastbuild/bin/databird/hadoop/cass_hello_deploy.jar...

Preface: I'm new to bazel, bazel-deps and jar_jar. I've tried reading the available documentation but haven't found satisfactory answers suitable for a new user. Problem: We use bazel-deps to download...

## steps Run jar jar on an external JAR coming from bazel-deps. ## problem I think currently we end up losing the source JAR location (but we keep the tags,...

see the code here: https://github.com/eed3si9n/jarjar-abrams/blob/develop/core/src/main/scala/com/eed3si9n/jarjarabrams/scalasig/EntryTable.scala#L38 these rules aren't currently touching scala signatures (and I don't know if kotlin has something similar). cc @eed3si9n