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 - Unable to create new Grails Project NetBeans 8.2 on Ubuntu 14.01(latest stable) LTS amd64
Summary: Unable to create new Grails Project NetBeans 8.2 on Ubuntu 14.01(latest stabl...
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: bruno.flavio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-04 00:05 UTC by PositiveMRay
Modified: 2017-06-04 00:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (63.17 KB, text/plain)
2017-06-04 00:05 UTC, PositiveMRay
Details

Note You need to log in before you can comment on or make changes to this bug.
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