Hi, is Intellij 11 support Coldfusion debugging ?
Hi guys, According this link: http://www.jetbrains.com/idea/webhelp/run-debug-configuration-coldfusion.htmlIntellij 12 support Coldfusion debugging. But the "The server side of deployment mappingswill...
View ArticleIntelliJ 12 cannot start Apache TomEE with exploded web artifact
Hi, I created a very simple web app to play with Apache TomEE. This web app contains a simple servlet, annotated with the servlet 3.0 @WebServlet annotation. IntelliJ can deploy the packaged artifact...
View ArticleHow to add maven module to maven multi-module module
Good morning, So, I have an IDEA project into which I have added a module. The module is a maven multi-module type, and has several modules already, each is java based.I dont seem to be able to add a...
View ArticleDebugging Tomcat webapp
Two years ago I opened http://youtrack.jetbrains.com/issue/IDEA-61791 and http://youtrack.jetbrains.com/issue/IDEA-63362. This issue is occurring here all the time because we're working on a Tomcat...
View ArticleIntentions about RegExp doesn't work
Greetings.Usually, I'm working on ubuntu-12.10-x64 with IDEA 12. But also has Windows7 environment.In Windows, IDEA can hightlight the regex string in Pattern.compile(regex) correctly.But in ubuntu, it...
View ArticleArtifact output directory keeps changing
Hey all! I always deploy my application to <tomcat base>/webapps directory. But, for some reason after a clean and clean install my project the output direcotyr will change. For example, when I...
View Articlegrails service class not recognized
Hi all, I have a grails application, everything runs fine. I just went to create my first service class and Intellij doesn't recognize it when I create an instance of it. It works, created a test...
View ArticleHow to ignore (make invisible) a file in project view?
Hi, Using Idea CE 12.04, Linux version. I have a LibreOffice document MyDoc.odt in the root of my project. When I double click on it, the MyDoc.odt file is opened by LibreOffice Writer. This also...
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 ArticleLib directory and dependencies
I've just created a Hibernate Java Project and I see that IntelliJ Idea creates a lib directory with some usefull jars inside and a src directory to write your code.When I tried to connect to my local...
View ArticleCtrl-Fx key shortcuts: how does it work?
Hi, Using IJ Idea 12.04 CE on Xubuntu 12.10 x64. The keybinding of the OS is the default English US. I tried the Ctrl-F11 shortcut which means "Navigate | Bookmarks | Toggle Bookmark With Mnemonic"....
View ArticleDeprecated method used in IntelliJ Idea hibernate project's main auto-creation
When you let IntelliJ Idea create for you the main method, it uses the deprectated method buildSessionFactory().Here is a proper main method : import org.hibernate.HibernateException;import...
View ArticleDebugger Glassfish
I'm not able to debug my application.I put the breakpoints on lines but nothing happens.In the debug logs appears that the startup was successful and that debugging is enabled on port 9009.I activated...
View Article(The Most) Basic XSD Conversion from XML Fails To Validate in 12.0.4
I used a very, very simple XML file to try to create an XSD (XML Schema) from within IDEA 12.0.4 - using the IDEA conversion available. The Schema that IDEA created, when then referenced back in the...
View ArticleJna version in 12.1
What version of jna.jar is included with IntelliJ 12.1? I'd like to build the matching native component for OpenBSD. Thanks.
View ArticleUsing Mecurial command line with IDEA projects
Hi, I am new to IDEA and have managed to setup a new project using Lua and Mercurial. I have a couple of questions. Is it advisable or not to VC the .idea directory or the .iml file of my project. What...
View ArticleCannot create a maven project using maven-archetype-webapp
I've tried to create a new project (new maven module) using web archetype, and I got the following exception: /opt/java/32/jdk1.7.0_02/bin/java -Dclassworlds.conf=/usr/share/maven2/bin/m2.conf...
View ArticleCreating project with Git doesn't load files into project.
Hello, I want to do something extremely simple and am now extremely frustrated so I apologize if my tone is a little harsh. On the command line its extremely easy to do what I want to do, which is...
View ArticleMove Drag and Drop Hangs
I'm wondering if anyone has encountered the problem where dragging an artifact from one folder to another in a module hangs IDEA? The Move dialog opens and IDEA just hangs. There's no log dump, no...
View ArticleThe PostgreSQL dialect is a little out of date.
Noticed a few things missing from the DDL: UNLOGGED is not recognized in CREATE TABLE, and it doesn't like the new WITH (OIDS=TRUE|FALSE) syntax (well, it's not all that new). Is this something that...
View Article