commit | 27a2e687f7013d0aace85e98d64aed690f7969f0 | [log] [tgz] |
---|---|---|
author | Damien Martin-Guillerez <damienmg@users.noreply.github.com> | Sun Mar 19 15:39:44 2017 +0100 |
committer | GitHub <noreply@github.com> | Sun Mar 19 15:39:44 2017 +0100 |
tree | 23b8ce5c044a1d5d9196bf00c13a6acb47000746 | |
parent | b64497d3fbbd66f5f509b04a6e60fcc82f1dd518 [diff] |
Build the p2updatesite using Bazel (#38) To do so we download directly the Eclipse platform to use its tooling to build the metadata of the p2 site. We should ultimately take all deps for the plugin from the Eclipse platform instead of downloading it twice.
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.