Robert Nicholson
- 活动总数 195
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 70
-
创建于 How do you do TODO in an XML file?
已回答So 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... -
创建于 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... -
创建于 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... -
-
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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...