psimonazzi
psimonazzi
I experience very similar behaviour. I see 'Failed to load root project for...', and deleting the global Netbeans gradle cache solves the error (temporarily). I reference the same gradle project...
I prepared a minimal test with 3 projects: [gradle-test.zip](https://github.com/kelemen/netbeans-gradle-project/files/1176607/gradle-test.zip) Open the projects, then edit project-B/build.gradle (just add a comment and save), then: - "Reload Project" command on project-B - "Reload...
I don't know if it could break other use cases, but I think if a project has its own settings.gradle, it should always take priority over the root project one?...
The GWT compiler seems to work with these options, so it could be allowed in the plugin too.
We are mapping files in a "assets" dir inside the classpath (in a jar) to the "/" url, and a "static" dir in the filesystem (at the same level of...