Attila Kelemen
Attila Kelemen
I don't really know what those plugins need to work but will try to look it up in the sources of NB.
I was wrong, you shouldn't add the WEB-INF but the directory containing the jsp files. My guess is that the `ClassPathProvider` should provide the JSP files with classpaths (altough I'm...
My next guess is that [GradleWebModuleImpl](https://github.com/hildo/netbeans-gradle-javaee-project/blob/master/netbeans-gradle-javaee-plugin/src/main/java/org/netbeans/gradle/javaee/web/GradleWebModuleImpl.java) should provide a non empty class path in `getMetadataModel`. I don't know what the classpath is supposed to be though.
If other dependencies are available, I believe this issue is slightly more complicated. My guess is that NB asks for the runtime dependencies and the plugin tells it `sourceSets.main.runtimeClasspath` which...
I'm not using the EE part of NetBeans, so I can't tell if it makes sense or how feasible it is in NB. Though, - in theory -, it seems...
I just didn't know if the sources can be specified for NB there as well for the provided jars. Then I guess it should be possible, though I never really...
You can use "ctrl + f6" instead of "shift + f6" to run tests. Although, it is reasonable to ask to be consitent with existing project types. The disadvantage is...
I think you misunderstood something: In Gradle projects, if you are in a test file and press "ctrl + f6", then it will run that particular test and will not...
If the shortcut is already used, I'd recommend you adjusting the shortcut of NetBeans in Tools/Options/Keymap. If you wish to contribute, don't hesitate to drop me an e-mail. I can...
I don't know who is responsible for this part. Maybe Geertjan knows this. Anyway, I usually just look up the error message (The project does not contain a persistance unit)...