Started 1 week, 4 days ago (2008-11-22 04:26:10)
by Jason Dillon
Yes I can compile just fine via Maven, or directly with
Javac... Everything used to work just fine, I'm not sure what changed... but the error message that IDEA spits out is not very helpful to narrow it down :-( --jason
Started 2 weeks, 2 days ago (2008-11-17 10:29:00)
by opticyclic
I am using
Linux Mint (based on Ubuntu 8.04) with the nVidia Drivers and Compiz I have the following in .bashrc to get around some painting issues #Workaround re-paint issues with Java and Compiz export AWT_TOOLKIT="MToolkit" #JDK export JDK_HOME=/usr/lib/jvm/java-6-sun-1.6.0.07 Most things worked fine with #8940. However, with #9144 I can't type in any of the editors and ...
Started 2 weeks, 1 day ago (2008-11-18 06:44:00)
by Erik Bruchez
All, I just installed version 8 today. I had to Force Quit (on OS X) it twice. What seems to be happening is that if by any chance, you remove a directory (e.g. from the Finder) containing a lot of data indexed by IntelliJ, de-indexing them takes forever (it seems to take seconds for each file). This also happens in the
foreground, so effectively you are stuck and can't continue ...
Started 1 week, 6 days ago (2008-11-20 18:15:00)
by Trevor
Hi, are there plans to add a
Maven dependency graph feature in order to visual dependencies?. Perhaps in an 8.0.x release? The eclipse maven plugin seems to be eclipsing IDEA maven plugin in this area and others. it would be cool to be able to navigate to the dependency or module from the diagram. Like the spring diagrams. There are already a couple maven plugins that do this...
Started 1 week, 5 days ago (2008-11-21 19:06:00)
by Trevor
Hi, all elements in my ant build files are marked as errors. ant navigation works fine, but IDEA says the <project> element is not registered, and therefore every ant element, like <target>, etc, is highlighted as an error. It has been this way for at least 2 years now (i'm just
getting around to asking about this). how do i make IDEA recognize ant xml? AFAIK, there is no dtd ...
Started 1 week, 5 days ago (2008-11-21 13:18:00)
by Dmitry Jemerov
Hello AlexR, "Template Data Languages" doesn't allow you to mark an arbitrary file as an arbitrary file type. It specifies that the templates (for example, FreeMarker or Velocity) in these directories generate a specific language. To disable the inspections for a certain part of your project, go to Settings | Errors, create a project profile with the inspections disabled ...
Started 1 week, 5 days ago (2008-11-21 07:08:00)
by nodje
I'm using 9013. I'm always having "Error running test-compile: No valid Maven installation found. Either set the
home directory in the configuration dialog or set the M2_HOME environment variable on your system" when trying to run a maven configuration. The thing is, $M2_HOME is defined on my system. I'm on OSX, don't know if other platform user have been luckier that me. I'm ...
Started 3 weeks, 2 days ago (2008-11-10 07:55:00)
by Marc Polizzi
Hello, I'm having a project with two SVN branches. So it happens that I'm opening that two identical projects (only their
root directory is different) in IDEA to make some tests in one branch and then check whether the problem exists in the other branch for example. When switching from one project to the other one IDEA at the end of the "make" is doing a copy of some files: "...
Started 2 weeks, 6 days ago (2008-11-13 01:43:00)
by Sam Ramsden
In IDEA 7, the
search results from a 'find in path' are grouped by the folders the files reside in. In IDEA 8 (Diana 9008) they are not. Is this just a config option I'm missing?
Started 2 weeks, 5 days ago (2008-11-14 12:22:00)
by Martin Fuhrer
It seems that
hotswap is somewhat broken in latest builds (9138). While the main class itself is hotswapped correctly, any contained anonymous inner classes are not.