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 145549

Summary: Plugin does not read Variables from IDE
Product: groovy Reporter: waxolunist <waxolunist>
Component: GrailsAssignee: Martin Janicek <mjanicek>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description waxolunist 2008-08-29 11:01:41 UTC
The plugin gwt_plugin requires for compiling to set the Variable GWT_HOME.

I have set the variable in my .bash_profile and in Netbeans, under Tools > Variables, but if i want to compile the Grails-Project I still get following error 
message:

GWT_HOME is not set - cannot compile GWT modules.

The plugin should read the Variables from the IDE.

I can use the commandline for now as a Workaround.

I am using Grails 1.0.3, GWT-Plugin 0.24, Netbeans 6.5 on Mac OS X 10.5 Leopard.
Comment 1 martin_adamek 2008-09-18 15:06:48 UTC
Petre, can you please have a look if it is possible to add env variables to execution environment?