commit | 9a3f419e20720854c71011baf8aa68ecb028aa86 | [log] [tgz] |
---|---|---|
author | Damien Martin-Guillerez <dmarting@google.com> | Thu Aug 10 12:00:29 2017 +0200 |
committer | Damien Martin-Guillerez <dmarting@google.com> | Mon Aug 21 16:38:06 2017 +0200 |
tree | 9194ad0cf3051a15e4a48f885382f72ce3985c0f | |
parent | 02e4f6abf7537e486b597281e0389f12aa43ab9c [diff] |
Use --override_repository instead of --package_path to inject the aspect --package_path invalidates package loading when switching between command line and IDE invocation. --override_repository was specifically designed not to have that drawback Change-Id: I0c0d10aaf23bc2b8035e2e7262584eacae9c82b6
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.