netbeans-gradle-javaee-project icon indicating copy to clipboard operation
netbeans-gradle-javaee-project copied to clipboard

A NetBeans plugin to provide JavaEE support to Gradle projects

Results 9 netbeans-gradle-javaee-project issues
Sort by recently updated
recently updated
newest added

Netbeans 11 has not built-in support for gradle. It would be great if you could make this plugin play nice with Netbeans 11 and release a build for the plugin...

Hi, I'm trying to get JSF autocompletion to work. Just wanted to know, did it work anytime or the plugin function was just to remove injection errors? I'm trying to...

Any document is available for "NetBeans + Gradle + JavaEE" , I have installed http://plugins.netbeans.org/plugin/55529/gradle-javaee-support but still didn't found the Gradle JavaEE Web project in new Project panel.

Hi, I already posted this on https://github.com/kelemen/netbeans-gradle-project/issues/302, and @kelemen wrote that JPA support should be provided by this plugin, so I am posting here because adding this one didn't make...

I have started a remote debugging session, and when trying to navigate through the code, all javax.\* classes remain hidden. I guess I can add the corresponding platform sources through...

Is there any kind of autocompletion/code browsing support for JSPs? I have tried many different configurations but I cannot get it working. This is repeatable. I'm using NetBeans 8.0.2, Gradle...

I have created a dir 'webapp' in source dir, such as 'src/main/webapp'. but not display it in project view. But I aleady installed 'Gradle JavaEE support' plugin, and applied plugin...

Java source files using the @Entity annotations end up with a warning that the project does not contain a persistence unit. But it does ![nb_screenshot](https://cloud.githubusercontent.com/assets/1204224/5261497/f918ba54-7a65-11e4-81b0-bd2a98a14b5f.png) Need to figure out how...

Hi ! I make a Java EE project with gradle and Java/Groovy sources. For the moment, it seems that CDI in Groovy is not detected. Could you make changes for...