Create a helpful Maven dependency diagram?
A new project I am working one has about 55 maven modules.I tried to use IDEA to create a dependencies diagram on all modules, but failed completely. When invoked on the main pom IDEA shows exactly a...
View ArticleIDEA 12.1.x Forgetting Some Open Files When Re-Opening Project
Hi, Beginning recently, I've noticed that when I close and re-open my project, several of the files that I'd opened previously do not get re-opened. I do have many files open, but not more than the...
View ArticleHow can I have IntelliJ build artifacts with a specific maven profile?
My maven profiles effect the output of my artifacts. Specifically the maven profile inserts certain database connection properties into my WEB-INF/persistence-context.xml which vary between production...
View ArticleCan not build a project with mixed java and groovy code
Hello I have few maven-based spring projects that have java and groovy code mixed (groovy and java classes are in the same directories). It compiles successfuly in eclipse using groovy plugin and also...
View ArticleRun app in Tomcat - includes two copies of JAR file?
I recently purchased the "ultimate edition" of Intellij and have been trying to use the "Tomcat Server" option to deploy and run my Java project in my local installation of Tomcat 6.0.32. My IntelliJ...
View ArticleMulti module maven project and resolve workspace artifacts problem
I have a problem with getting workspace resolution working while working with a multi module maven project.Lets say I have 2 Maven modules where A (webapp) depends on B (library).Everything works while...
View ArticleDebugging the wrong MAVEN dependency?
So here is my project hierarchy. ApplicationA |____JarA - snapshot version 2 ApplicationB |____JarA - released version 1 I have ApplicationA, ApplicationB, and JarA...
View ArticleAfter update to intellij IDEA 12.1.4 I recieve org.jdom.input.JDOMParseException
Hello everyone!I have project on silenium web driver, with maven.In intellij IDEA 11.1.4 project works correct.But after I have updatedintellij IDEA from 11.1.4 version to 12.1.4 my project can't work....
View ArticleSources not found for java test case in maven project.
Hi, When running junit testcase in a maven project and then clicking on it in Run on Debug window Idea can't find its sources. It's very annoying. Are there any bugs about it? Can't find any... Best...
View ArticleVM options for Compiling
I am currently in the process of following a tutorial on Youtube. I am making a skeleton script for a game and in order for me to have a game I need a window for the Game to run in But when I compile...
View ArticleTypescript Plugin doesn't recognize generics and minor file watcher problem
It seems that the Typescript plugin can't handle the new Typescript generic syntax. Example: var x : Array; Gives a red square in Intellij 12.4. But the code works. And it seems as if the Typescript...
View ArticleAnalyze Maven Multi-Module Project
I have a top-level parent pom that aggregates about 40 sub-modules, and these sub-modules in turn inherit some dependency coordinates from the parent. Some of these sub-modules are inter-dependent. I...
View Articlecorrupt resolve for Play 2 framework support
Hi guys, I need some help with opening a Play project in IDEA. I've got all the plugins (Scala, Play Support, Play 2.0...) installed and when I open up a new project everything resolves just...
View ArticleAndroid Run Config does not see MAIN action in intent-filter
I am working on an Android application rewrite where we had to use an activity-alias to maintain the original codename. The problem is that when me added the activity alias it caused the IntelliJ run...
View ArticleHow to set options for packaging an AIR installation file?
My situation:IntelliJ IDEA 12 IU-129.961 und Windows 7 64 Bit, Flash/Flex support plugin installed and all workingI can compile my Flex/AS3 project and run/debug it as AIR desktop application without...
View ArticleAIR APK Packaging
Is there a way to specify icons for the AIR APK? (I have looked in the AIR packager dialog and can not find any way to specify which custom icon to use. I created a set of 36x36, 48x48 and 72x72 png...
View ArticleSpring data mongodb support?
I did migrate my project from mysql to mongodb and so dependency changed - from spring-data-jpa to spring-data-mongo. Now looks like IDEA's spring-data plugin doesn't recognize repository beans....
View ArticleIs it currently possible to easily switch to a "slim mode"?
Basically, when I'm doing certain tasks, I like to be in full-screen mode with the navigation and other tabs open. When I'm doing simple edits or using the browser debugger, then I like just the editor...
View Articlehow can i get the intellij console?
i want to output user message to console,but how can i get it?
View ArticleTwitter Bootstrap project creation issue
Version 12.1 When I go to create a new web project with Twitter Bootstrap, the files do not get downloaded. I see the same behavior in PHPSTORM 6. It looks like something due to Twitter Bootstrap...
View Article