Daniel Spangler

- Total activity 41
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 16
-
Created idea and playframework stepping on each other in 12.1
I've been observing what appears to be race conditions between the idea and play compiler. I'm using version 2.0.x of play and running in the "~ run" mode. Quite often I'm seeing things get out o... -
Created Anyone having play auto compilation problems with 12.1
It may be coincidence, but after I updated to 12.1 I've been having trouble with auto compile with my play app. Any ideas on what might be causing this? -
Created Anyone know of a jade plugin?
I was wondering if anyone knew of a Jade plugin or even a color scheme mapping?Sincerely,Daniel -
Created How to get IDEA not to compile groovy scripts?
I have a lot of groovy scripts in my test/resources directory that IDEA wants to compile by default. I load these dynamically for unit tests and there are copies of the same class in them for test... -
Created Anyone using 10.5.1 on OSX Lion?
I'm looking to upgrade and was wondering if there are any issues using 10.5.1 on Lion?Daniel -
Created IDEA X 98.382 Error - Anchor hasn't survived
Whenever I have a java file open, I keep getting this error over and over again. Anyone else seen this and worked around it? Other environmental information:It's a project that I was using with I... -
Created 9.0.2 run tests command hangs
I just upgraded to 9.0.2 yesterday and executing the "Run tests in XXX" command now hangs when I'm connected to my VPN. I right click on a package node in my project browser and select run tests i... -
Created Removing unit tests from the GWT hosted mode path
Does anyone know how to get IDEA to remove unit tests from the hosted mode path. I have all my unit tests in a directory marked as a test path, but it is still included in the classpath. Since th... -
Created Automatic filling of method parameters
I've used other IDEs that will automatically try to guess the best parameter to use given your context when using code completion on methods. Is there any way of doing this in IDEA? -
Created Advice on how to resolve sources/javadoc in a maven project
I'm looking for a way to get IDEA to automatically resolve sources and/or javadocs for dependencies in my maven project. Do I need to explicitly set these resources as dependencies in my POM, or i...