netbeans-gradle-project
netbeans-gradle-project copied to clipboard
This project is a NetBeans plugin able to open Gradle based Java projects. The implementation is based on Geertjan Wielenga's plugin.
i have the same problem [No autocompletion support for JSPs. Workaround: add WEB-INF to sourceSets.main.java.srcDir](https://github.com/hildo/netbeans-gradle-javaee-project/issues/16#issuecomment-90838905) except i can't solve mine as the title says .auto complete is not working inside...
This plugin is not available for netbeans64 version 10. Also while installing it states that it is not signed hence unsafe to install. When I tried to manually install it...
Could not setup simple java gradle project with module-info.java and tests without error using java 11. Netbeans gradle shows me error on import statements of test-classes using java jigsaw module-info....
Hi I'm using Netbeans 8.2 with Gradle O/S name: Linux Gradle version: 4.10.3 Groovy version: 2.4.15 nb-Gradle-plugin: v1.4.4 - from the plugin protal: - http://plugins.netbeans.org/nbpluginportal/updates/8.2/catalog.xml.gz In the screen shot herewithin...
I have a testcase which spews exceptions, and that crashes the gradle plugin, and I must restart NetBeans. I have tried setting the heap to 8 gigs(!) of ram or...
Hello, I successfully built the plugin but it downloaded a whole lot of JARs, including files from bits.netbeans.org/trunk. With Maven we have the nbm-maven-plugin `populate` task which populates locally the...
Steps to reproduce: Product Version: Apache NetBeans IDE Dev (Build 20180616-462079a28a6f) Java: 1.8.0_144; Java HotSpot(TM) 64-Bit Server VM 25.144-b01 Gradle: 5 I try to open spring-boot-web-application project from https://github.com/pkainulainen/gradle-examples.git and...
Jacoco Code coverage report integration seems now work. Steps to reproduce: Run NB IDE with plugin Open some gradle project (Ex, I use samples/testing/jacoco/quickstart/groovy from gradle samples) From project context...
I'm trying to install the nbm for 2.0.0.2 from the releases page in Netbeans 9.0 (release) but I get the following error: ``` Some plugins require plugin Groovy Support to...
After upgrading to 1.4.0 (and also 1.4.1) I have following issue. When loading multiple gradle projects, that have some dependencies between them, one (or sometimes more) project fail to load...