Robert Nicholson

- Total activity 142
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 52
-
Created What is the best way to import Spring 3.x sources?
So when you do it against existing source code it doesn't guess the module names very well because of the directory structure that Spring 3.x has now.Is there anyway you can get the module names to... -
Created Snow Leopard issues with 7.0.5
Prior to Snow Leopard I didn't see this but now occasionally you cannot bring up panels.ie. debug, run, view breakpoints etc... after a while it will not respond to any of those optionsand you have... -
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...