I want the test-compile action to put the contents of src/test/resources into target/scala_2.8.1/test-classes.
Does anyone know how I can automatically use the current NTLM creden开发者_如何学Gotials in IDEA when working with Subversion?
With some groovy errors, Intellij reports the errors in the messages window, but doesn\'t underline the code in red in the editor.Is there a way 开发者_StackOverflowto get it to do this?
i tried to search both here and on jetbranis.net however i did not found an answer. I have created a project (P) using maven that have to modules (A,*B*). The module A is dependant on module B and mo
Information on IntelliJ\'s Blog says that drag&drop in Linux is supported as it uses the same JAVA API as Windows version. However, although I\'ve enabled this feature in the app\'s properties, I
I decided to try out IntelliJ this morning via the trial version and installed the JUnit plugin. I made a new Java project and I want to write a test case for it.
I remember a while back with eclipse or netbeans开发者_开发技巧 I was able to easily include my source files in my jar file. I have moved to intellij 10 community edition and find myself needing to do
I\'m working with Intellij Idea 10 and Java 6 JDK Update 7. When I run Build --> Rebuild Project command,开发者_运维知识库 and the (javac) compilation generates warnings, Idea doesn\'t display what
In IntelliJ Idea using GWT 1.4 there used to be a way to use various browsers in what they called web mode to ensure that the application worked in all of them before deployment.Has that gone away?Now
In Eclipse it\'s possible to redirect console output to a lo开发者_如何学Cg file using the method outlined here.