Robert Nicholson
- Total activity 195
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 70
-
Created cvs history not working in 7.0.5
So I'm using 7.0.5 and I have two projects. In one I get cvs history on my filesin the other all of a sudden when I select CVS history all I get is an empty view with just"Commit Message:" as it's ... -
Created How are you suppose to use Maven Integration?
So I have a project that has pom files and references several artifacts. But the problem I have is that often I want to work on the latest version of some of these artifacts and it's not clear to m... -
Created Why do RunConfigurations disappear b/w releases?
So when I swap b/w IntellIJ 7.0.3 and 8.0.1 I notice that my project will lose all access to it's RunConfigurations.Specifically I can have a project in 8.0.1 that shows RunConfigurations and load ... -
Created Maven integration and working with code in the editor conflict?
I'm often up against the wall because I want to work on a module which corresponds to an artifact that is referenced as something that exists in my repository. So often I want to be able to work on... -
Created Confused about Code Coverage in V7,8
So I'm using V 8.0.1 and when I change my run configuration to support code coverage I seeEMMA: collecting runtime coverage data ...at no time so I see any actual view showing me the coverage infor... -
Created Can IDEA cope with src as the root folder in a sources.jar?
Am I right in assuming that in IntelliJ the root folder for a sources.jar cannot be "src" but must be the top level directory of the package?I seem to recall that Eclipse can handle src as the root... -
Created How do you create a Rails project?
So I'm using 8 with the ruby plugin and I'd like to know if I already have an existing Rails project checked out from CVS how do you create a Rails aware project from the directory structure?When I... -
Created How do you do TODO in an XML file?
AnsweredSo if I define a <!-- TODO pattern in TODObut in my XML file when I write <!-- TODOit isn't recognised as a TODO entry.Later,Turns out I had my TODO in a CDATA section so it's actually more sophist... -
Created Resources in Source not being Copy to Output directory
Can somebody tell me how this is controlled?Also I accidently defined a .xml.js instead of *.xml.js (as XML type) and it can never been removed in 7.0.3It's still there after removal even when I've... -
Created How can I see compilation classpath? ie. the command line?
What option can I set that shows me the compilation class path that's being used? I've added a dependency yet IDEA still fails the build because it doesn't know about the types from this new depend...