Clone this repo:

Branches

  1. f2ab431 Mark the project as unmaintained by Damien Martin-Guillerez · 5 years ago master
  2. dc387fa Update to HEAD for bazel-integration-testing by Damien Martin-Guillerez · 6 years ago
  3. b9a2bdb Fix: object of type 'Target' has no field 'intellij_info_files' #62 by Till Brychcy · 6 years ago
  4. fe33339 add new bazel ci config by Jakob Buchgraber · 6 years ago
  5. b2ab496 Update bazel-skylib to fix a small bug with versions.check() by Jingwen · 6 years ago

Build status

Eclipse plugin for Bazel (Highly experimental)

This project is unmaintained

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.

Installation

This plugin was tested with Eclipse Mars (4.5) but should also work with Eclipse Neon (4.6).

Using the plugin

To import an existing Bazel project or start a new one, go to “New” > “Project...” > “Others”.

Contributing

See our contributing page for how to contribute.