This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 241885 - Netbeans 7.4 is not recognising Groovy source folders in Maven projects
Summary: Netbeans 7.4 is not recognising Groovy source folders in Maven projects
Status: REOPENED
Alias: None
Product: groovy
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-14 15:46 UTC by jeremyjjbrown
Modified: 2015-03-26 23:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Netbeans (309.02 KB, image/jpeg)
2014-02-14 15:46 UTC, jeremyjjbrown
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jeremyjjbrown 2014-02-14 15:46:28 UTC
Created attachment 145209 [details]
Netbeans

Netbeans 7.4 is not recognising Groovy source folders in Maven projects. Netbeans 6.9.1 works just fine. Additionally I can;t find a way to add an existing folder to the list of source folders in the projects browser. Please see screenshots.
Comment 1 Martin Janicek 2014-02-17 10:41:48 UTC
It looks like you have downloaded (and installed) version of NetBeans without Groovy support. What kind of NetBeans bundle are you using ? Could you please try the same with NetBeans 7.4 all-bundle and check Groovy during the installation?
Thanks in advance!

Also decreasing to P3 and targeting to NB 8.0
Comment 2 Martin Janicek 2014-02-19 15:31:15 UTC
Closing as INVALID for now.. Please try what I suggested in comment 1 and reopen the issue if the problem persist. Thanks!
Comment 3 csbubbles 2015-03-26 22:56:06 UTC
I got the same on 8.0.2

The interesting part is that it worked fine initially (I got "Groovy Sources" and "Groovy Test Sources" folder), then NetBeans crashed (happens some time), and after I've reopened it, there are not Groovy source folders. And I don't seem to be able to do anything to show them (tried to rebuild the project, close and reopen it - no luck).

Mac OS (Yosemite)

Product Version: NetBeans IDE 8.0.2 (Build 201411181905)
Updates: NetBeans IDE is updated to version NetBeans 8.0.2 Patch 1
Java: 1.8.0_11; Java HotSpot(TM) 64-Bit Server VM 25.11-b03
Runtime: Java(TM) SE Runtime Environment 1.8.0_11-b12

PS Maven itself still recognizes those Groovy source folders and builds the source code and runs tests just fine.
Comment 4 csbubbles 2015-03-26 23:06:57 UTC
PPS Groovy's folders appeared again after I had closed and reopened NetBeans a couple of times. Looks like the issue is present but might be inconsistent to reproduce.