How to debug when two Web apps need to be loaded?
I have a situation where I have a server application and a client application where they're both Web apps deployed under Tomcat - locally. Using a URL for the client application, the client calls the...
View ArticleCan I run a maven lifecycle for a module as a before launch step in 12.0.4?
I have a module: webapp that relies on a module: component. For some reason when I try to run webapp in tomcat the component is not introduced into the webapp. If I manually "mvn install" the component...
View ArticleSpring bean overrides sometimes lead to strange highlights ?
If I have a class annotated as a component @Component("dog") picked up by a component scan, then later overridden by xml bean definition <bean id="dog" class="org.mikeyp.Dog" /> then intellij...
View ArticleUML Diagrams
Hi. I recently watched the IntelliJ Idea UML diagram demo and thought it was amazing. However, I cannot get the UML screen to show up. I made a 'demo.uml' package inside the src folder. I selected it...
View ArticleRoo console prematurely entering commands before I am done typing?
Hello all, I am attempting to use the integatred Spring Roo console in IDEA, and I find that when I am typing in commands to the prompt they are being executed before I am done typing. For example, I...
View ArticleGWT UiBinder problems in IntelliJ 11.1 Ultimate
Hello Jetbrains: I'm having some trouble with UiBinder support, anyone else notice the following problems: Say I have 2 classes, SomeChildWidget and SomeParentWidget. Say SomeChildWidget exists in my...
View ArticleMaven Confusion
Hello, If I create a maven project in IDEA 12.0.4, and select "org.apache.maven.archetypes:maven-archetype-webapp", the generated project is confusing. Specifically, in the generated folder structure,...
View ArticleHow to specify relative path for embedded database URL in Data Source...
Hi, I'm trying to configure a data source in IntelliJ to connect to a local, embedded Derby database. The database is named "sample-db" and is located within my IDEA project. I'm trying to create the...
View ArticleEvaluating InteliJ IDEA12 (comparing with Visual Studio 2012 + Resharper 7.1)
I am evaluation InteliJ idea 12 (comparing with Visual Studio 2012 + Resharper 7.1)But I can't seem to make this simple HTML page this work in IDEA 12 when I press Alt-F2 and choose any browser.-->...
View Articlerestricted version for create project
Hello, When I want to create a new project in Intellij IDEA (stable) nothing reaction in welcome screen and with menu > File.Also I installed the EAP version and when I click on new project in menu...
View ArticlejIDEA 12.x, Auto Deployment for Grails?
Hi I can deploy my grails app as a WAR file to my production server. However, I was looking through the menus and I see in the "Tools" menu, a "Deployment" feature.I thought "Hmm, does this mean I can...
View ArticleNon class resources not being copied to compiler output
Having a problem with a project on Linux I've previously been using on IntelliJ IDEA 12.0.4 on Windows without any problems. Basically when I compile my project the non-class resources (*.properties,...
View ArticleHibernate console: ClassNotFoundException...
I'm trying to run the Hibernate console on IntelliJ... I have a Hibernate facet with an associated datasource:I can connect to the datasource and run queries without issues... When I try and run some...
View ArticleFind usages not working (Alt+F7)!
Hello there.I have been using IntelliJ for 4 year.I have 10.5.2 U.My problem for some reason find usages and ispections have stopped working.My classes get highlighted for deletion and when I try to...
View ArticleProject relative artefact output path
Do PROJECT_DIR, MODULE_DIR macros not work as a artifacts exploded web artifact output directory? Seems if I do use a variable I can build the artifact OK, contents look good. But when I try to launch...
View ArticleIDEA + Android + Maven = various library and resource resolution problems
Here is the setup:OSX 10.8.2, Maven 3.0.4, IDEA 12.0.4 Current example is an "apklib" project, since that is what my real project is, but this does not seem to be limited to that type. Create project...
View ArticleSteps To Follow To Run/Debug a Flex app on an actual iOS Device
I am new to IntelliJ and iOS deployment. What are the steps to follow/configure so that I can run/debug a Flex app on an iOS Device? Below is the screenshot for the iOS tab: Thanks,--Rene
View ArticleRuby 5 plugin release date?
RubyMine 5 has been released - does anyone know the release date of the Ruby plugin, v5?
View ArticleDeploying Grails App to Micro Cloud Foundry
I'm very new to Cloud Foundry and its local VM the Micro Cloud Foundry, so I'm looking for some guidance on deploying a Grails app to the Micro CloudFoundry (v119) using IDEA 12.1 (IU-128.101). (I...
View ArticleProblems with IntelliJ 12 and Tomcat 7
I can't get Tomcat 7 running inside IntelliJ 12. I'm running on OSX mountain lion. I've successfully installed Tomcat because I can get the default Tomcat start page by running> user$...
View Article