Cannot build XXXX artifact: it includes itself in the output layout
Hi, I'm trying to create a enterprise application. But if I create a enterprise application with Intellij Project Wizard and trying to deploy them im get this error: Cannot build 'ear_error:ear...
View ArticlePython _curses.error: setupterm: could not find terminfo database
I'm receiving the following error while attempting to debug/run a curses based Python script on OS X 10.8.2, IDEA Ultimate 11.1.3, Python plugin 2.9.2, and Python SDK 2.7.2. I can execute the script...
View Article"No Module" when setting run configuration.
I finally got fed up with Eclipse for android development and thout I would try IDEA. I imported my project from eclipse, and compiled it successfully, but when I go to create a run configuration, I...
View ArticleGit + Idea = confusion
I'm having a hard time mentally "mapping" the Git "command line" commands to the Intellij Idea VCS interface. Particularly in the area of merging among different branches, the interface seems very...
View ArticleIntelliJ 11 slow on Mountain Lion
Hi, I just upgraded my mac to MountainLion and everything works so far - except IntelliJ is now so slow, that working is a pain. Every time the window gets Focus, I'm getting the beachball. This was...
View ArticleUnable to debug Node Modules
I am wrting some Node.JS modules and I am evaluating IntellliJ as an IDE to do the development. I've been working with the debugger only to discover that the debugger is pretty much unable to debug...
View ArticlePython refactoring: change argument signature?
Hi All. I'm a long time IDEA user in Java, and have recently switched our research lab to using it for our Python development. It's pretty darn good, but some things are surprising. In this case, I'd...
View ArticleAssociating different maven profiles for different run/debug configuration
Hi, I have maven projects where JUnit tests need to run a maven build ( due to code generation XJC, etc ) before running the test case. Is there a way to activate different sets of profiles when doing...
View ArticleSource lookup order for debug
Hi, In Eclipse you can order the source code lookup used for the debugger. Is this possible in intellij? I am writing some source code that duplicates some classes in an external jar. If I attach...
View Articlecannot specify project_dir-relative path for Tomcat Home?
pertains to intellij ultimate latest ga: my understanding is that all paths specified within a project are project_dir-relative (and thus portable). I was trying to define a project_dir relative...
View ArticleFreeMarker support for struts2 problem
I been trying IntelliJ idea latest. Working on demo project. Struts2+Freemarker. Problem is IntelliJ doesn't recognize or path to when I use type="freemarker" in action result. But when I run project...
View ArticlePlease improve SVN support in IntelliJ IDEA
Lately I'm getting more and more frustrated with the lack of decent Subversion support in IDEA. Ever since 11.1 (introducing SVN 1.7 support, with newer SVNKit versions, ...) there have been so many...
View Articleidea.config.path is invalid
Hi, I just started having an issue with my idea.config.path on my Windows 7 install running on my 64bit MabookPro under BootCamp. I have been using IDea for several months until most recently when I...
View ArticleSpring model inspection of component-scan base-package fails
Hi, I have set up my project using annotations and springs component-scan.This works perfectly fine, everything is scanned and works as a charm. However IntelliJ is always bugging me with this warning...
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 ArticleERROR: Ill-advised or mistaken usage of a core class (java.* or javax.*)
Folks, I imported a project from Eclipse, and, after some trials, am trying to run it. I now get the following error, and the answers I have found on Google require more IDIA knowledge then I have...
View Article"No Module" when setting run configuration.
I finally got fed up with Eclipse for android development and thout I would try IDEA. I imported my project from eclipse, and compiled it successfully, but when I go to create a run configuration, I...
View Articlemulti refactor from HashMap to Map?
hi.. upon reviwing legacy code, i've stumbled upon a case where variable types are being used as HashMaps and not maps, i was told it would take an entire day to change HashMaps to maps as they are...
View Articleincompatibilty of reformat and limited line length.
There is a feature that tells Intellij to try keep Java source code toline lengths limited to some maximum. Sorry I don't recall where inthe menu warren you turn it on. When you reformat it reflows to...
View ArticleHow can you automatically surround text with other text?
In the editor I would like to have a shortcut to automatically surround a word (at the current caret position) or selected text with some text that I can define. For example I would like to be able to...
View Article