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 128788

Summary: Can not create Groovy projects
Product: groovy Reporter: bennyv <bennyv>
Component: CodeAssignee: martin_adamek <martin_adamek>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Screenshot of the New Project Dialog

Description bennyv 2008-02-29 08:37:46 UTC
With the latest daily (build 200802270005) and g&g plugin (Version 1.1, Source Latest Development Build) the New 
Project dialog only lists "Grails Application" as Project type for category Groovy.
Comment 1 bennyv 2008-02-29 08:40:54 UTC
Created attachment 57509 [details]
Screenshot of the New Project Dialog
Comment 2 martin_adamek 2008-02-29 08:45:34 UTC
Yes, it was removed from build. Java SE project should be used instead, but true is that there is no support from Groovy yet, so it will require some hacking of 
build.xml to call groovyc. Anyway, better integration is coming soon. Do you really need standalone Groovy project?
Comment 3 bennyv 2008-02-29 08:56:16 UTC
No, I don't need this particular type of project. I just noticed the difference and thought it might be a bug.