sbt-gwt-plugin icon indicating copy to clipboard operation
sbt-gwt-plugin copied to clipboard

Resource directory is missing for gwtCompile

Open stummb opened this issue 10 years ago • 0 comments

when compiling with ExternalTextResource, there will be an error about the external resource file not found if it is put in src/main/resources.

Can be solved by putting it also to the srcDirs.

It might be advisable to not use "javaSource" and "resourceDirectory", but "sourceDirectories" and "resourceDirectories".

stummb avatar Jun 30 '14 22:06 stummb