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 270798

Summary: Unable to create new Grails Project NetBeans 8.2 on Ubuntu 14.01(latest stable) LTS amd64
Product: groovy Reporter: PositiveMRay
Component: GrailsAssignee: bruno.flavio
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description PositiveMRay 2017-06-04 00:05:52 UTC
Product Version = NetBeans IDE 8.2 (Build 201705191307)
Operating System = Linux version 4.8.0-53-generic running on amd64
Java; VM; Vendor = 1.8.0_131
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.131-b11

Reproducibility: Happens every time

I am just starting to learn about Groovy and want to use NetBeans to create project and edit it.

STEPS:
  * Click new project button in the toolbar
  * Click on Groovy | Grails
 * Click on Configure Grails button
 .* Ensure that grails directory is set to the .sdkman/candidates/grails/3.2.10  directory of the local user's home directory
 * Ensure that the groovy doc  directory is set to .sdkman/candidates/groovy/2.4.11/doc/html 
 .* Accept the default options
.* Click Finish

ACTUAL:
  I get a tab in the Output half of the IDE that reads <new project>(create-app)

EXPECTED:
  Project folder for GrailsApplication1 should appear in the projects tab of the IDE.
Comment 1 PositiveMRay 2017-06-04 00:05:55 UTC
Created attachment 164459 [details]
IDE log