Improve installation and set-up of the plugin
The plugin is still pretty hard to set-up, please ping here for the small annoyance that we can fix easily (if that's a smaller, I will spin off a new issue for it)
So, i tried to set up the project for Bazel by following the instructions on the Bazel page.
Select src > main > java and src > test > java as directories and add //src/main/java/... and //src/test/java/... as targets.
Later I realized, that it doesn't work as Android is missing (can't figure out why). So what I want now is to change / reduce the scope of targets to build only parts, of Bazel: //src:bazel.
I cannot figure out, where and how to do it.
Humm //src/{test,main}/java/... use to work for me but I am running the plugin from head. I know that //src:bazel does not work because the targets has to be depending on java target directly :/
OK. Thanks for pointing this out. Still is there a way to open e4b plugin setup page again in Eclipse?
Not at the moment, you can recreate the project (since it only do link, it is safe to delete the existing project). I have a couple of change to come in before it is available but you know how fast 20% project goes...
On Sun, Sep 17, 2017, 5:39 PM David Ostrovsky [email protected] wrote:
OK. Thanks for pointing this out. Still is there a way to open e4b plugin setup page again in Eclipse?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bazelbuild/eclipse/issues/47#issuecomment-330057331, or mute the thread https://github.com/notifications/unsubscribe-auth/ADjHf-3ldtDX8cIUfOgyErQ36yWfVcD7ks5sjT1BgaJpZM4MUH8i .
[...] but you know how fast 20% project goes...
Yeah, but thanks so much for this great work!