Error: Duplicate platform iPhone-ARM found for extension
Hi,I'm evaluating IntelliJ for use with Flex application. Our application uses Air Native Extension (ANE).We were successful in adding the ANE to our project and both run and debug the application on...
View ArticleGradle and non-gradle modules in the same project
Hi Is it possible to have gradle and non-gradle (plain java modules) modules in the same project. I work with multiple modules at the same time. Some of them use gradles and some are just plain java...
View ArticleHow can I resolving more than one symbol at once?
I can do an Alt+Enter to create an interface for a missing Type symbol. How can I do it for multiple symbols for once. My use case : Say I copied a method form some place and I am interested in that...
View Article"Error: Could not find or load main class Files" when Running tests on 13.1
Hello,Since last version (13.1) I can't run tests on my projectI'm getting this error:Error: Could not find or load main class Files Didn't change anything in my project, and did tried to reimport the...
View ArticleIs there a way to enable the Web facet and set the Web spec to 2.5 in order...
This is mainly needed for a CQ5 CMS app. It contains a bunch of JSP files that use trimDirectiveWhitespaces but it doesn't need a web.xml file. Right now IDEA marks trimDirectiveWhitespaces as error....
View ArticleCannot resolve property or method (dynamic property?) when using maps in JSP...
Hi, We have a chunk of code like this in a JSP file (yeap, damn ugly scriptlets): <% Map<String, String> fooMap = new HashMap<String, String>(); fooMap.put("cssClass",...
View ArticleIs it possible to define a file filter for the 'goto-file' dialog ?
Since I'm using Typescript, pressing Shift-Command-N gives me not just the Typescript files but the map and the js file to. Is it possible do define a filter somewhere to stop this files from appearing...
View ArticleRemove projects in Recent Projects of Welcome screen
Using IntelliJ IDEA 13.1.1 CE, In the past I had deleted some projects or moved a project to another location. In the "Welcome to IntelliJ IDEA" screen, the obsolete project still shows up in the...
View ArticleIs there a test runner for protractor
Hi, is there a test runner for protractor like there is one for karma ? Regards Roger
View ArticleMaven support hanging onto old library versions
I keep having to manually clean up the module libraries dependencies for our maven project. Why does IDEA keep hanging onto old references for libraries that have been replaced by new revisions of the...
View ArticleIntellij and softlinks in paths - double representation in the project...
The tree view is causing headaches. I was wondering if there's some setting I'm missing. Here you can see the same *physical* file being shown at two different levels in the tree view despite both...
View ArticleJUnit tests runner with milti-JVM support
Hi, This is most probably a feature request, but even if it is, I believe a bit of discussion is in order. We use Idea and Teamcity, and we exploit their respective JUnit runner features to run CI...
View Article"package org.junit does not exist"
Latest IntelliJ IDEA CE. After importing a bunch of Eclipse projects as modules, I'm getting multiple strange problems... One is that (though it was working last Friday), after updating today from SVN,...
View ArticleMaking Live Template, Import Messes it Up
So I have a Live Template for adding a method to a builder: public $currentClass$ $methodName$($paramType$ $paramName$){ $END$ return this; } If the $paramType$ I input requires an...
View ArticleIDEA 13.1 unexpectedly exits?
Anybody noticed IDEA 13.1 suddenly exit without warning? Happened to me once yesterday and put it down to I must of clicked in wrong place. But just happened again now while I was away from my desk...
View ArticleJBoss 5/7 - How to deploy datasource (ds.xml) files
Hi everyone! Like most of IntelliJ users I come from an Eclipse background. In Eclipse, via WTP, you can easily deploy JBoss configuration files such as datasource or mail session configurations, from...
View ArticleIDEA/Gradle Integration & Code Generation
A quick overview and then two questions... I am working on a new project that uses Gradle as the build system of record. We are really happy with Gradle and have been astounded with its power and...
View ArticleData Source Mapping Not Working in IntelliJ 13
I'm testing upgrading my IntelliJ from 9.0.4 to 13.1.1. I am working with project files created in 9.0.4. One issue I can't get around at the moment is that when editing Hibernate facets the Data...
View ArticleInstalling 13.1
I uninstalled 12.1. I have JDK 1.7_51 both 32 and 64 bit installed. I removed all files in F:\Program Files (x86) and C:\users I pruned IntelliJ entries from the registry. When I install 13.1 I get...
View ArticleTomcat run configuration naming
Just wondering why whenever I create a new run configuration for a new tomcat server Inteliij creates it as a Unamed_<Project Name> tomcat folder even when I explictly name it? i.e. it creates...
View Article