On Thursday, December 15, 2016 at 9:36:22 PM UTC+1, Konstantin Solomatov wrote: > > Does anybody use rules for bazel from here: > https://github.com/bazelbuild/rules_gwt? It seems that these rules are > quite immature. Does anybody try to use it? Are there any alternatives to > this? >
At least Erik Kuefler (the author) uses them with his team at Xperiel. > It has dev mode, but it works only with the source folders from the module > where you declare gwt_application. Are there any ways to workaround this > implementation. > >From the documentation there's a java_roots attribute to gwt_application (but generally with Bazel you'd put everything into a single source root, contrary to many other build tools like Maven or Gradle) -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
