commit | 5f09033beb51989f0720f2ddbf82a9caf13bfdac | [log] [tgz] |
---|---|---|
author | Yun Peng <pcloudy@google.com> | Mon Sep 18 16:34:19 2017 +0200 |
committer | László Csomor <laszlocsomor@google.com> | Mon Sep 18 18:14:38 2017 +0200 |
tree | 7384741aa262b9cff6b3c02b6382ca5614264cc0 | |
parent | fdca2aa5dd7db2bd2281b7032edbddf31a6f6c00 [diff] |
Java Launcher: Create classpath jar with a random name When the classpath is too long, the launcher creates a jar file to pass the classpath value. This change makes the jar file's name random. It fixed the bug that when running multiple instances of the same java binary, they all try to create the same classpath jar file. For example, when running java_test with shard_count > 1. Also, we delete the classpath jar file after the program finishes, so that we don't leave any garbages behind. Change-Id: I67926b3ef76dcb1806797e977ecaa7c6763c5cf2 PiperOrigin-RevId: 169087032
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase and Continuous Integration system. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.