Dan Howard
- Total activity 55
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 17
-
Created Deployed Tomcat inside IDEA throws access denied exception
Hi all,My web application reads files under its own context. With a normal manual deploy this works fine since the files are all stored under the tomcat webapps folder. However in IDEA the deployer... -
Created Refactor - Move seems to be never available
Hi all,I want to move source files into a new directory but the Refactor - Move menu seems to be never available. Any ideas why? This is AppCode 1.0.3.Attachment(s):Screen shot 2011-12-30 at 7.35.3... -
Created interface 'NSObject' is not a successor of 'MyClass'
Hi All,Just learning Objective C. AppCode is sweet.I'm looking at an example of how to create a constructor from here:http://www.roseindia.net/iphone/objectivec/constructors.shtmlWhen I use this I ... -
Created cvs created by second party
Hi All,When I do a CVS update I see 1 file which shows "created by second party".Any ideas what that means? Did someone create this file outside of Intellij? How can I clear this?TIA -
Created Why do I get IO resource opened but not safely closed
Hi All,Why do I get this warning with the following code? Properties props = new Properties(); Reader reader = null; try { reader = new FileReader(configFile); ... -
Created Problems with web services generated code.
Hi All,In IntelliJ 10.0.3I use the menu option "new web service" and this generates a class file and adds to sun-jaxws.xml - this is fine - it's working.Now if I try to write a Java client for this... -
Created Is it possible to debug when using javax.script package?
Hi all,I just upgraded to IntelliJ 10 and it's awesome. I just wish I could debug rhino scripts when using the javax.script api. I usually read scripts as a resource. Maybe some way to tell Inte... -
Created Class with "x" in symbol.
I'm not sure why but one of my classes shows an 'x' and when I compile my project from them menu IntelliJ doesn't see the class so the compile fails.The file looks fine - it's in the same package w...