Jamie
Jamie
To be clear, my request to https://github.com/bazelbuild/rules_java is that strict_deps will, if rule A is missing a dependency on rule B, suggest the label for B which is used closest...
Ok, so open an issue on https://github.com/bazelbuild/rules_java saying that the unused_deps tool in https://github.com/bazelbuild/buildtools seems to be broken with java_rule aliases, and what would be the way to support unused_deps...
Created https://github.com/bazelbuild/rules_java/issues/24
@ittaiz I know you said so, but wonder if ^ was created in the right place as opposed to https://github.com/bazelbuild/bazel , as the former seems kind of empty while the...
Ok put it at https://github.com/bazelbuild/bazel/issues/10318 for now and will hope for the best
@ittaiz ok so I guess the long-term goal is label stamping (how long term?) and at that point there will be a tool to come up with the right label....
Is that still blocked on people deciding if they would take contributions for it, or do you mean to duplicate the jar stamping code as mentioned in a comment there?...
So far not making progress. But IIUC, the situation is we have this code in stampJar ``` String basename = FileSystemUtils.removeExtension(inputJar.getFilename()) + "-stamped.jar"; Artifact outputJar = actions.declareFile(basename, inputJar); ``` and...
That probably would solve the problem, yes (though again this is theoretical without trying it). (Maybe symlinks would also work, not sure).
Let me know if you'd like for me to try one or both of such approaches and see if they work. Note I don't know much about the area and...