commit | 7ba84fb6e06d3c04d6fc31f3c8c780da12a2e30e | [log] [tgz] |
---|---|---|
author | Damien Martin-Guillerez <dmarting@google.com> | Mon Dec 11 14:31:33 2017 +0100 |
committer | Damien Martin-Guillerez <damienmg@users.noreply.github.com> | Mon Dec 11 16:04:25 2017 +0100 |
tree | dfe6d92127e1cedc61f6221de30adf6eed3a1a57 | |
parent | c44dfe823e18011d557649c19b2c99c13fe3f345 [diff] |
Add release scripts tools/release/release.sh will now ask for version number and generates a commit for it. The version number was moved to a specific bzl file to be easier to manipulate. tools/release/release.yaml is a Google Cloud Container Builder script that will build the update site and publish it to eclipse.bazel.build/updatesite This script only tag a release, it does not mark it as a release on GitHub yet. Change-Id: I4711f2552d876bd0a74cd24d6408da85f629a905
e4b is an Eclipse plugin for Bazel. It is really rudimentary. It simply supports creating the classpath from a project and using Bazel for incremental builds..
You can create a new Bazel project with New project > Import Bazel project Then you can select the list of targets you want to build and the list of directories you want to track.
It is highly experimental and support is minimal. However, we are happy to accept contribution to make this support grows to a better shape.
This plugin was tested with Eclipse Mars (4.5) but should also work with Eclipse Neon (4.6).
To import an existing Bazel project or start a new one, go to “New” > “Project...” > “Others”.
See our contributing page to get some idea on what missing features need help on.