rules_gwt icon indicating copy to clipboard operation
rules_gwt copied to clipboard

Dev mode doesn't work

Open solomatov opened this issue 7 years ago • 1 comments

When I change a file, nothing gets recompiled. It seems that you use built jars which never change.

solomatov avatar Dec 23 '17 23:12 solomatov

See the description of the java_roots flag at https://github.com/bazelbuild/rules_gwt#gwt_application. In particular, if your java package hierarchy isn't rooted at java or src/main/java relative to your WORKSPACE file, you probably need to set this flag for Bazel to be able to see your source files.

ekuefler avatar Dec 27 '17 21:12 ekuefler