Jack Frosch
- Total activity 177
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 3
- Subscriptions 65
-
Created How to set environment variables for test config?
In IDEA 14.1.4 running on CentOS 7, I have set an environment variable in a test run config:But it seems the variable isn't being passed into the environment the test is running under. This is easi... -
Created How can I keep Gradle build from changes selected run configuration?
So here's the workflow I want to do in my IDEA Ultimate 14.0/14.1:1) Run Gradle build task to build my Grails project from the Gradle tool window (I'm using Grails Gradle Plugin)2) Run my Grails pr... -
Created IDEA 13.1 Logo
Just downloaded the 13.1 EAP release.On first look, it seems to me the logo has a vague resemblance to the Darwin Fish symbol, a parody of the ichthys symbol as shown below. (However, it's not com... -
Created Creating Groovy Classes in Grails
I'm trying to do some Grails development using IDEA 13 EAP (133.609) on Windows 7. I bumped into something that may be an IDEA issue, or simply my not understanding how to use it properly.For thos... -
Created What is IDEA 13.0.1 doing with all the CPU activity?
These images will help tell the story of why I'm asking.First, I start up IDEA and wait for background processes to finish. This is what my CPU Usage shows, with the bottom graph showing a graph o... -
Created JSF Facet Missing in IDEA 132.425
This morning, I took the upgrade path offered when starting IDEA. After opening the project, IDEA reported the "jsf" facet was not valid. I went into the module settings and sure enough JavaServer ... -
Created Specifying JDK IDEA64.exe Uses
I start IDEA via Idea64.exe. Judging from the Help | About screen, it's using JDK 1.8.0-ea.I have downloaded JDK 1.8.0-ea to evaluate it, but just unzipped the JDK and didn't install the Java 8 JR... -
Created Deploying Grails App to Micro Cloud Foundry
I'm very new to Cloud Foundry and its local VM the Micro Cloud Foundry, so I'm looking for some guidance on deploying a Grails app to the Micro CloudFoundry (v119) using IDEA 12.1 (IU-128.101). (I... -
Created Move Drag and Drop Hangs
I'm wondering if anyone has encountered the problem where dragging an artifact from one folder to another in a module hangs IDEA?The Move dialog opens and IDEA just hangs. There's no log dump, no e... -
Created Preference for Variable Types in Groovy
This is a suggestion for a small UX enhancement.When coding in Groovy, one can declare a variable with an unspecified type: def msg = 'Hello'or a specific type: String msg = 'Hello'Some sho...