Resource not copied to to build during Make IJ13
Background (on my setup):Intellij compiles into "build/classes", and copies the resources into this folder, this folder is used as classPath when running.our Gradle also compiles into "build/classes",...
View ArticleIs it possible to include resources alongside sources in IDEA 13?
Unless I'm overlooking something simple, the new java-resources content type in IDEA 13 seems to make it impossible to include resources alongside sources. Using Gradle, I do this in some cases: apply...
View ArticleResume a maven build
Hello everyone When a maven build breaks there is the possibility to startover where the build stopped. The following output is written at the end of a broken build: [ERROR] After correcting the...
View ArticleLocal variable alignment
There's a setting for alignment of class's fields, so that they can be aligned in the following way: int mask = elements.length-1; double newSize = 10.5; string s =...
View ArticleRebuild does not find some JDK classes but build does
Hi, I have a weird problem. In one of my projects a compile error suddenly appeared when issuing a "Rebuild": java:...
View ArticleIdea 13.0.1 Maven Dependencies not loaded
I just tried upgrade from IntelliJ 12.0.6 to 13.0.1, but for some reason the Maven dependencies are not loaded. Our pom is multi-module. It loads fine with 12.0.6 and works fine from the command line...
View ArticleAutomatically scroll to first difference when comparing files?
Hi! Is there any way to configure Intellij to automatically scroll to the first difference when comparing two files? For example, when comparing local changes before a commit, often there are big files...
View ArticleInvalid item in the dependencies list?
I've been following the instructions to checkout and build the community edition.. http://www.jetbrains.org/pages/viewpage.action?pageId=983225 But I keep getting hundreds of error messages saying...
View ArticleUpgrade to Intellij 13 or install Eclipse?
Hi there. Tried to upgrade intellij, it promised toresent me e-mail describing available renewal options for the license key I specified. Half of an hour passed, no email. So now I'm wondering if I...
View ArticleDebugging Jython that's executed within a Java application
This may be a dumb question, and it may be more of a programming language issue than an IDEA issue, but here goes: I have a Java servlet that executes some Jython code, and I want to be able to set...
View ArticleUnable to debug a Gradle/Groovy project.
I'm using Gradle to build a Groovy project and I'm unable to configure either Gradle or InteilliJ IDEA appropriately to allow me to debug the project. I've created a barebones project exhibiting the...
View ArticleCheck out from version control (git) with submodules
Hi, I've just ported a large project to IDEA 13.0.1 on Linux and it's working wonderfully, thank you! I am writing instructions for team members on how to clone our git repository. I'm using the...
View ArticleView saved passwords?
Hello, I forgot the password for my Android keystore, but it's saved in IDEA and protected with a master password. I know the master password, so IDEA autocompletes the keystore password and I can...
View ArticleMore flexible tool window layouts
Hi, Is it possible to add a feature request to increase the flexibility of tool window layouts? 1) Make tool windows closable - you can see the demand for this on StackOverflow. 2) Customisable tool...
View ArticleWhere is the gradle test report?
When I run gradle outside the IDE, the generated test report is in build/reports/tests/index.html. Inside IDEA, when I run "gradle build" I don't even see the build folder. Is there an easy to get...
View ArticleHow to make Java singleton from .form?
I need to create a swing GUI using IDEA tool "UI Designer" and make it a Singleton.I already have a ServerFace.form that is binded to class ServerFace.java I also have a class Index.java that makes the...
View ArticleIDEA IU 13 running out of memory
I started having my Intellij 13.01 running out of memory. I am prompted with a dialog and I have increased the memory setting to 3072 MB, but it still runs out after 20-60 minutes, and am forced to...
View ArticleIssue with _JETGROOVY_EVAL_() in the debugger with grails.
When tyring to evaluate anything in the debugger in a grails app, the result of the evaluation is the following exception. result = {org.codehaus.groovy.runtime.InvokerInvocationException@15328}Method...
View ArticleIntelliJ 13 Create Struts 2 App
Hi I am new to IntelliJ IDE. I downloaded the IntelliJ 13 Ultimate for a month trail. I create a Strust 2 app through "Create project", selecting "Java", then checking "Struts2" box. Then the IDE...
View ArticleCustom Swing Theme Designer... offer free themes for Java Apps?
Hi, I am having an awesome time to IntelliJ. I love Python because of its simiple syntax and was not too fond of Java because of some of the redundant things it makes you do. But thanks to IntelliJ......
View Article