Colin Fleming
- Total activity 1477
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 484
-
Created Exception trying to modify OrderEntries
Hi all,I'm getting the following exception whenever I try to modify OrderEntries in my modules:Assertion failed: java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.assertTrue(Logger.java... -
Created MODULE_DIR problem
Hi all,We use a USER_HOME path variable in our project, to allow our project to create libraries which reference the Ivy cache in the home directory of each developer. I've noticed that with 7549, ... -
Created OT: weird compile error: cannot access
Hi all,Completely off topic, sorry, but this is really strange, maybe someone here knows the answer. I'm compiling my project, and I'm getting the following error: WARN /Users/colin/dev/platform/co... -
Created Filter for error lines in Run output?
Hi,I'd like to be able to have IDEA monitor the output of a Run configuration, and highlight javac-style error lines (filename:line) with links to the line. Is this possible? I seem to recall seein... -
Created Flush caches using OpenAPI?
Hi all,Is there a way to flush the IDEA caches using the OpenAPI? As detailed here: http://www.intellij.net/forums/thread.jspa?threadID=269384&tstart=100 when my plugin replaces libraries IDEA does... -
Created Idea doesn't notice libraries being replaced
Hi all,I'm working on a dependency manager plugin, and one thing I've noticed is that if I have a library defined but the underlying jar doesn't exist (so the library is in an error state), when I ... -
Created Dependency storage formats?
Hi all,I see there's now an option in them module configurations specifying the dependency storage format - can I add a new one? I'm writing an(other) Ivy plugin, and if I could just write a depend... -
Created Substitute user home variables in library paths?
Hi all,I have a plugin that adds libraries to my project modules based on our Ivy dependencies. All these libraries come from the Ivy cache which is always under the user home. I'd like to generate... -
Created build.xml selection should be part of workspace
Hi all,We're in the process of refactoring our project into many small modules, each with its own build.xml. It seems the current choice of build.xml files to display in the ant window should be pa... -
Created Idea slow with large number of modules?
Hi all,We're in the process of refactoring our project to make it more modular, and we're noticing that editing is incredibly slow. We had a large project that was conceptually split into small com...