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 - Plugin does not read Variables from IDE
Summary: Plugin does not read Variables from IDE
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P4 blocker (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-29 11:01 UTC by waxolunist
Modified: 2013-07-16 12:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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