Colin Fleming
- 活动总数 1477
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 1 名用户
- 投票数 0
- 订阅数 484
-
创建于 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... -
创建于 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, ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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...