aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/combine_derived_java_srcs.sh
Commit message (Collapse)AuthorAge
* Make //src:derived_java_srcs RBE readyGravatar Jakob Buchgraber2018-05-24
| | | | | | | | | | If ${JAVABASE} is a relative path prefix it with ${PWD} but if it's an absolute path just use that i.e. when specified via --javabase. Closes #5238. PiperOrigin-RevId: 197863163
* //src:derived_java_srcs: use jar from JAVABASE instead of PATHGravatar Klaus Aehlig2017-07-03
| | | | | | | | | | The genrule //src:derived_java_srcs so far assumed to find the needed tool jar(1) on PATH. This, however, is not true in all setups. Instead, use jar from JAVABASE, which should be the correct toolchain to be used on the execution platform. Fixes #3284. Change-Id: I1f972f819786b511237c448a6c57484a76f4118b PiperOrigin-RevId: 160634222
* Create a distribution artifactGravatar Klaus Aehlig2016-10-24
...containing, besides the original sources, all generated machine-independent files needed for creating a bootstrap bazel without the need of having a protoc installed. -- Change-Id: Ib90e7896615b4067175a23fe2c942dbac4b71e4a Reviewed-on: https://bazel-review.googlesource.com/#/c/6730 MOS_MIGRATED_REVID=136910561