typo
1 file changed
tree: 851dcdafbc0f789b57fc7d8c91bf5ae8a06f1db9
  1. java/
  2. javatests/
  3. META-INF/
  4. resources/
  5. tools/
  6. .classpath
  7. .gitignore
  8. .project
  9. AUTHORS
  10. BUILD
  11. build.properties
  12. CONTRIBUTING.md
  13. CONTRIBUTORS
  14. LICENSE.txt
  15. plugin.xml
  16. README.md
  17. version.bzl
  18. WORKSPACE
README.md

Eclipse plugin for Bazel (Highly experimental)

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.