Alberto Gallardo

Results 21 comments of Alberto Gallardo

It wasn't a complaint, but just my humble justification for my [previous presumable false report](https://github.com/hildo/netbeans-gradle-javaee-project/issues/19). I only wanted to leave track of my findings before the weekend wipes my memory...

I began to implement a draft solution, but this is turning out to be too time consuming. I have opened a new issue, just for the record.

This issue report is about NB's project view, in concrete an aesthetics problem: some directories are listed even though they won't be considered by gradle for the compilation. As long...

Expected (from a fresh created NetBeans-native "Java Web/Web Application" project): ![image](https://cloud.githubusercontent.com/assets/790448/7041112/ce3fd52c-ddd6-11e4-91ef-697aebeed40d.png) Currently I'm getting a "No suggestion" popup: ![image](https://cloud.githubusercontent.com/assets/790448/7041124/efe78d3c-ddd6-11e4-8be4-3c86e5c33dbf.png) Notice the additional node in `Source Packages` after giving [Attila](https://github.com/kelemen) ['s...

Still no luck. I'm attaching a screenshot with the expanded tree folder hierarchy: ![image](https://cloud.githubusercontent.com/assets/790448/7041806/fc8a6d2e-dddc-11e4-96f7-312527c0463a.png) `settings.gradle` only defines the name of the root project: ``` rootProject.name = 'test-gradle-jee-autocompletion' ``` The `build.gradle`...

Adding some environment info: > Product Version: NetBeans IDE 8.0.2 (Build 201408251540) > Updates: NetBeans IDE is updated to version NetBeans 8.0.2 Patch 1 > Java: 1.8.0_25; Java HotSpot(TM) 64-Bit...

Unfortunately, I'm unfamiliar with NetBeans plugins and cannot afford (now) to debug this project. I hope that [hildo](https://github.com/hildo) jumps in, or that I soon have some time to look at...

Uhmmm... It seems as if this issue had another source. I now get autocompletion after having fixed a missing repository in a different gradle project, from a different (closed) Project...

Answering myself: this is definitely not an upstream issue, as Kelemen's plugin only provides support for plain java projects. It'd be this javaee plugin the one that knows that there...

Ups! I see. Again, I misunderstood something :open_mouth: : I added and configured a new server via `NB -> Servers -> Add Server`. I then started the server in debug...