-
Notifications
You must be signed in to change notification settings - Fork 14
Improve installation and set-up of the plugin #47
Comments
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: 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 ***@***.***> 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
<#47 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADjHf-3ldtDX8cIUfOgyErQ36yWfVcD7ks5sjT1BgaJpZM4MUH8i>
.
|
Yeah, but thanks so much for this great work! |
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)
The text was updated successfully, but these errors were encountered: