How to output UTF-8 In Console for Tomcat Webapps?
I need to output Japanese to the IntelliJ console for my webapp logging. When I run a junit test, the correct UTF-8 chars show up. While running inside of Tomcat in IntelliJ, the characters are messed...
View ArticleNot able to load IdeaWin32.dll
Hi I try to get intellij-erlanng plugin's unit tests to work but they all fail with this exception.Any one knows what might be the issue? it seems to be looking for IdeaWin32.dll. and its located in...
View ArticleIDEA not updating libs at all (Flash)
So, ive been sitting here now for 4 hours and wondering why the heck my application uses wrong methods. Finally i discovered that the ANE and SWC that are included in my app (under dependencies tab)...
View ArticleJavascript Debugger doesn't refresh source code automatically , must Reload...
I am running a Node JS server locally and have client side javascripts.I run the server and then run a second java script debug configuration (remote) with local host url.when I reach a breakpoint in a...
View Articlespring config jndi-lookup id="foo" marked red as not allowed
I have a spring 2.x config file that contains a <jee:jndi-lookup id="xxxxxDS"..../>This is working fine but IntelliJ marks it as wrong:If you check the documentation, this attribute is meant to...
View ArticleBreakpoints broken after opening v11 project in v12
I need some help debugging this issue. For whatever reason (I'm totally stumped) breakpoints (all breakpoints) no longer work in version 11 or version 12 with a local WebLogic run configuration. They...
View ArticleShare .idea folder between users?
Hi Folks, We've just hired a couple of new developers, and as I prefer Intellij (Used it for years as a java IDE, then discovered the PHP plugin, and now use it as a PHP IDE!), I'm getting the new...
View Articlegit revert supported?
Hi, I'm not able to figure out how to do the command 'git revert <hash>' from within Idea. I've looked at all the help and I don't even see anyone else having this issue, so I assume it is...
View ArticleGenerate WADL From Java Code Menu Option Disabled
I am running 12.0.3 on Mac OS (10.8.2) using Maven 3.x and CXF 2.7.2 JDK 1.6. I have enabled Facet WebServices to select CXF as its WS Engine. What am I missing? I thought CXF was able to generate...
View ArticleTextMate Bundle support vs. paired braces
Hi, In order to have syntax highlighting for LaTex-files, I used IDEA's new TextMate Bundle support, and installed/aktivated TextMate's LaTex Bundle, which actually gives me syntax highlighting for...
View ArticleAIR installer misconfigured
I have my AIR project set up to use a code-signing cert when packaging which seems to go fine but when I try to run the installer I get "installer misconfigured". Don't see anything obvious in the...
View Articleambiguous method call bug
I upgraded from 12.0.1 to 12.0.2 and started seeing ambiguous method call errors where I didn't see them before. And as you can see in the screenshot, the error message doesn't make much sense. I've...
View ArticleAuto-creation of mock variables when writing tests (or something similar)
I wonder what do people do in cases like:I'm writing a test for a service class that depends on a lot of other classes, so I need to build it by passing various mocks to the constructor:...
View ArticleIs the maven dependency graph canvas size a bug?
I love the dependency graph display. But on projects with long lists of dependencies (where I need it the most), the size of the canvas that the graph is drawn on is many times bigger than the graph....
View ArticleHow are you supposed to do this simple SVN task in Intellij (read docs)?...
I've been reading the SVN help files and going over the options within IDEA (12.0.3) and I'm wondering how to easily do a merge of a branch into trunk? Basically I want to do this, that I can do easily...
View ArticleIs AppCode not available to IntelliJ Ultimate?
It is not on the comparison chart, and that would make it the odd one out. If so, then is it in the plans to make it available as a plugin for the Ultimate ed?I'm contemplating upgrading to IntelliJ...
View ArticleTomcat server to not response
Hello. I trying to make this simple lesson: http://wiki.jetbrains.net/intellij/Creating_a_simple_Web_application_and_deploying_it_to_Tomcat I have install Tomcat 7 by Homebrew (for Mac OS X Mountain...
View ArticleAndroid Debugger not Connecting
When I try to debug an android app I get an error. It happens after everything compiles and the app actually opens on the phone and says waiting for debugger. Anyone know how to fix this? I do have...
View ArticleCode changes aren't packaged to WAR file when using AspectJ plugin in Maven...
When I run Make Project my WAR file were not updated even though there were changes in code. Rebuild Project helps, but I don't want to use it all the time. Problem appeared after I added AspectJ...
View ArticleMaven EJB Project will not deploy on WebLogic (IDEA 11)
I am trying to get my EJB project to deploy in WebLogic, and it just won't work. I have:IDEA 11.xMaven 2.xJava EE 5WindowsMy Maven projects are very plain. There is nothing special here. And the IDEA...
View Article