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 232447 - Ability to specify custom environment with grails
Summary: Ability to specify custom environment with grails
Status: NEW
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 7.3.1
Hardware: PC Windows 8
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-09 12:53 UTC by renouf
Modified: 2013-07-09 16:33 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
IDE log (119.53 KB, text/plain)
2013-07-09 12:53 UTC, renouf
Details

Note You need to log in before you can comment on or make changes to this bug.
Description renouf 2013-07-09 12:53:32 UTC
Would be nice to be able to select custom environment in the project property, right now you can only pick dev/test/prod

environements are defined in config files and look like this:

environments {
    development {
        grails.logging.jul.usebridge = true
    }
    production {
        grails.logging.jul.usebridge = false
        // TODO: grails.serverURL = "http://www.changeme.com"
    }
   prod_live
        grails.logging.jul.usebridge = false
   }
}


Product Version = NetBeans IDE 7.3.1 (Build 201306052037)
Operating System = Windows 8 version 6.2 running on amd64
Java; VM; Vendor = 1.7.0_25
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.25-b01
Comment 1 renouf 2013-07-09 12:53:35 UTC
Created attachment 136874 [details]
IDE log