Questions tagged [bazel-java]

Questions related to java_* rules in Bazel.

Questions about bazel_library(), bazel_binary() rules and other questions related to building or testing Java code in Bazel.

46 questions
-1
votes
1 answer

Executing java program and writing files inside the files structure of Bazel

I’m using a “ctx.action.run” command to execute a java.jar program. The java program uses as imputs “bazel-bin/src/files”, which are a preprocessing step of a special C precompilation. This java edit the precompilated files and mix them, and the…
1 2 3
4