Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bazelbuild/eclipse
Eclipse For Bazel (deprecated, see https://github.com/salesforce/bazel-eclipse instead)
https://github.com/bazelbuild/eclipse
bazel build-tool eclipse eclipse-plugin ide
Last synced: 3 months ago
JSON representation
Eclipse For Bazel (deprecated, see https://github.com/salesforce/bazel-eclipse instead)
- Host: GitHub
- URL: https://github.com/bazelbuild/eclipse
- Owner: bazelbuild
- License: apache-2.0
- Archived: true
- Created: 2016-06-02T15:40:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-08-16T19:44:00.000Z (over 3 years ago)
- Last Synced: 2024-07-17T14:03:43.555Z (4 months ago)
- Topics: bazel, build-tool, eclipse, eclipse-plugin, ide
- Language: Java
- Homepage:
- Size: 4.17 MB
- Stars: 32
- Watchers: 37
- Forks: 14
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-bazel - Eclipse
README
[![Build status](https://badge.buildkite.com/7d78219bdc587a47f48cc96314f36f0f25ed9d0145f56b12ab.svg)](https://buildkite.com/bazel/eclipse-plugin-postsubmit)
# Eclipse plugin for [Bazel](http://bazel.io) (**Highly experimental**)
## Current status
__This project is unmaintained__. See https://github.com/salesforce/bazel-eclipse for the current Eclipse Feature for developing projects in Eclipse.
## Overview
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).
* Start Eclipse
* Select "Help" > "Install Software"
* Add the update
site
[https://eclipse.bazel.build/updatesite](https://eclipse.bazel.build/updatesite).
* Select "Uncategorized category" > "Eclipse 4 Bazel"## Using the plugin
To import an existing Bazel project or start a new one, go to "New" > "Project..." > "Others".
## Contributing
See our [contributing
page](https://github.com/bazelbuild/eclipse/blob/master/CONTRIBUTING.md) for how
to contribute.