Debugging 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 ArticleJIRA IDEA Backlog vs Development
Its not obvious in JIRA how these 2 categories differ or what they are used for.Can someone clue me in ?
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 ArticleCreate 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 ArticleAndroid project - how to fix error
Set debug Android project on a USB device (smartphone with Android 4.04). Get the message:Waiting for device.Target device: P772A10D_RUUploading file local path:...
View ArticleCreate a mapping for a variable to a certain directory?
Not sure how i can explain this but I would like to know the following. In my code i have variable called "application.cfc.*" and the star is every component there is in the /cfc/ directory of my...
View ArticleNew Apache Flex 4.10.0 SDK with AIR SDK 3.8: Flash AS project error code 9 exit
Hi, Installed new Apache Flex 4.10.0 SDK and included AIR 3.8 SDK. For testing, used a Flash project that works perfectly using only AIR SDK 3.8 (a previous install in a separate location on the...
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 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 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 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 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 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 include files in the output directory relative to the compiled swf...
I know how to include files in the packaging phase of an iOS or Android app, but how can I make those files available and relative to a .swf when simulating? Thanks for your time!
View ArticleIDEA 12.1.4 and Grails 2.3 - fails to start grails command
I'm trying to user grails 2.3.0.M2 - first time using 2.3 - because I want to look at some of the new features that seem quite useful. However I get the error with GrailsStarter not found whenever any...
View ArticleIs it possible to set 'git commit' options?
I'm using a git pre-commit hook locally to run tests prior to code getting commited. Occassionally I'd like to skip the pre-commit hook and I usually use the '--no-verify' option. Is there a way to do...
View ArticleAuto complete doesn't find classes on classpath
Hi For some reason intellij does not autocomplete certain classes even though they exist on classpath. Maybe it has to do with stale Maven dependencies, not sure. Seems like the class is indexed...
View Article