Jack Frosch
- Total activity 177
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 3
- Subscriptions 65
-
Created Why are 2021.x Releases Coming at the end of 2022-Q1?
AnsweredThis morning, I notice I'm running an IDEA 2021.x version. I didn't have my first cup of coffee yet, so I think I missed an update or rolled back or something. I distinctly remember updating IDEA r... -
Created "The security token included in the request is invalid" on Startup
When I start WebStorm (usually through Toolbox App), I'm getting this error: It seems benign and I'm to get my work done. Any ideas how to make it stop? Application Details: WebStorm 2020.3.2Build... -
Created zsh history not preserved in Terminal
I got a new MacBook Pro which came with Catalina pre-installed. In Catalina, Apple apparently decided zsh should be what people use instead of bash. So I gave in and switched to zsh because I hea... -
Created Run / Debug Config Log Empty
AnsweredFor some reason, when my run log is not being written. I've configured the Run/Debug Configuration for a Gradle-based test to have the "Save console output to a file" checked. The file gets written... -
Created Ever changing toolbar icons
AnsweredThis is no biggie, but would it be possible to confine toolbar icon changes introduced in updates into new themes? It seems like JetBrains changes the toolbar icons with every significant release. ... -
Created Gradle builds not getting environment variables
AnsweredThis is an old and recurring theme with IDEA, but why aren't environment variables that are defined on a local system passed from IDEA to Gradle when running a Gradle task? Since IDEA is a great to... -
Created Spock Test with @Unroll
AnsweredI'm seeing an odd output from the JetBrains test runner when running a Spock test with the @Unroll annotation. Here's an example test: import spock.lang.Specificationimport spock.lang.Unrollclass N... -
Created IU 2016.1 - New Gradle Project Source Set folders not created
AnsweredWhen I create a new Gradle project with the Java plugin, the default source set folders are not being created as I would expect. (Why would I include the Gradle Java plugin if I didn't intend on wr... -
Created IDEA debugger and Gradle dependsOn
Just bumped into an issue that may cause others heartburn.In Gradle, we have defined integration test source set. We defined the integrationTest task like this:task integrationTest(type: Test, depe... -
Created Configuring Gradle to Show Test Runner in IDEA on Integration Tests
I'm trying to segregate our Cucumber integration tests from our Spock unit tests since the latter are much faster and are executed more frequently.While the Cucumber integration tests run under IDE...