Robert Nicholson

- Total activity 195
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 70
-
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... -
-
Created What does inherit-compiler-output do?
I'm looking at differences b/w IDEA 6 and IDEA 7 and maven idea plugin generated iml files and I see that in the case where my stuff works there's inherit-compiler-output="true" for NewModuleRootMa... -
Created Java Module with web facets doesn't get Java classes in war
So I'm having the same problem I had with an earlier 7M release.I have a java module and it has a web facet and when the war is built it simply doesn't put any of the modules' classes in the war on... -
Created Maven integration the same as mvn command line with idea plugin?
So does the idea maven integration use the same algorithm to come up with the order of dependencies for any given module?I'm finding that when I use it I've got a module dependency that has a depen... -
Created IDEA 7.0M2 has problems with web modules?
So I have a module setup and a facet to deploy in tomcat but when it build the war for my module it correctly adds all resources/files from it's dependent modules but it doesn't add any of the clas... -
Created Why does IDEA need more than -mx 768m for this?
Under OSX 3506 is telling it doesn't have enough memory to check out using CVS pmd.Why is that? It hasn't even shown me the modules I can checkout yet and it's still telling me it doesn't have enou... -
Created Why can't Analyse Code spot that this should use a finally block?
Is this a case that can be generalized such that close() should be in a finally block? And in this example what benefit is there having code appear outside the try block?So the catch is unnecessary...