Eric Pederson

- Total activity 46
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 14
-
Created No compiler bundle in Scala 2.10-RC3, how to configure compiler?
Hi all:I am trying out Scala 2.10-RC3 and trying to get it working with IDEA (both 11 and 12).There is no "compiler-bundle" that includes scala-library with 2.10. When I set scala-compiler as the ... -
Created Using existing PATH values when setting PATH in Run/Debug Config
I need to add a directory to the PATH in the Run/Debug configuration Environment Variables. I can't figure out how. I have tried lib;$PATH lib;$PATH$ lib;${PATH} lib;%PATH% How can I do this?Thanks, -
Created Thread hangs when running under debugger
Hey guys: I'm running into an issue where threads will stop responding to breakpoints and will eventually get stuck, making no further progress in "RUNNING" mode, when running under the Intellij de... -
Created Search menu missing in IDEA 11 EAP?
Hi all - what happened to the Search menu in IDEA 11 EAP? -
Created CompileServer does nothing
I am using Scala 2.8.1 and Idea 10.5 with Scala plugin 0.4.1338. I would like to use a Scala Compilation Server Run Configuration so I can click on errors and have them navigate me directly to the ... -
Created Merge from trunk to branch / branch to trunk using SVN 1.5
Now that using branches is easy in Subversion1.5, IDEA needs to make merging from trunk to branch as easy as doing "Version Control -> Update" including graphical conflict resolution, and merging f... -
Created Hooking into Run configuration
I have a ~/.groovy/startup script set up to do a few things before Grails runs (from the command line). This script is not run as part of the IDEA Grails Run configuration. Is there any way to ... -
Created NoClassDefFoundError: CompilerConfiguration on Rebuild/Make
When I do a Rebuild/Make Project or Make Module I get the following error:Exception in thread "main" java.lang.NoClassDefFoundError: org/codehaus/groovy/control/CompilerConfiguration."Run" works fi... -
Created Breakpoints in Grails app
Breakpoints do not seem to be working in my Grails app. For example, I set a breakpoint (big red circle) in a controller action and hit the controller in the web app but it does not stop. Is th...