Melody Dunn

- Total activity 119
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 41
-
Created "Build Project" does not compile
I have configured Intellij to use the sbt shell for build and import. Since the latest update of Intellij I have not found a way to get it to automatically build when running tests or when I click... -
Created Test class with companion object issues
After downloading the latest version of Intellij and updating to the latest plugin I've had issues with test classes that have companion objects. On-screen feedback (failed compile, etc) does not w... -
Created Play2 Framework: Scala Tests Don't Compile in Play2
I have a Play 2 project and have imported the project via Import...SBT. In order to enable compiling within Intellj I have checked the Play2 config: "Use Play 2 compiler for this project". The prob... -
Created java.io.FileNotFoundException: /Users/username/Library/Application Support/IntelliJIdea14/Scala/lib/Runners.jar
After updating the plugin yesterday I am getting this error when trying to run a test. Is there anything I can do to fix this?2015-01-23 08:52:13 b.s.event [ERROR] Error when processing eventjava.i... -
Created Scala Console classpath doesn't recognize project code
I am trying to use the Scala Console. When I right click on a class in my project and open the console for editing, I am unable to use classes from my project. If I import something from my project... -
Created "Use default gradle wrapper" option disabled
When I try to import a gradle project the option to use the deafult gradle wrapper is disabled. What can I do to fix this? -
Created No on-screen inspections after upgrade to IDEA 14 EAP
I have no on-screen feedback after the upgrade. I do not see anyting red on the screen - compile errors or otherwise. I have to click the make button to see even the simplest things like an undefin... -
Created Can't import or create Gradle project
If I create a new Gradle project, after the project opens there is a "Messages Gradle Sync" message box which has an error message: "Gradle 'xyproject' project refresh failed. Build script error, u... -
Created How to Attach Scala Source
Is there any way to attach scala source that is in src/main/scala? When I select a jar with the scala source, only the src/main/java and src/test/java paths are made available. -
Created Cucumber For Java - CamelCase
Hi. Is there any way to set cucumber configurations? The default cucumber snippet type is "underscore" and I would like to change it to "camelcase". I don't see anywhere to set this. Perhaps there ...