oliverw

- Total activity 69
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 6
- Subscriptions 18
-
oliverw commented, -
oliverw created a post, IntelliJ 9 and Grails 1.2
Using IntelliJ 9 with Grails 1.2 seems like a step back to me. Why is it now nigh impossible to switch between Grails SDKs?? -
-
oliverw commented, -
oliverw created a post, Working in mixed teams
There's one the keeps me busy and that's working on projects (Grails Projects in particular) in mixed team environments where some developers are working on a Mac while others use Windows. Since In... -
oliverw commented, -
oliverw commented, -
oliverw created a post, Ctrl+Click Navigation on OSX
Short question: How do you Ctrl+Click navigate in the source on Mac OSX? -
oliverw created a post, Groovy base classes and access rights
Example:public class foo{ def closure1 = { }}public class bar extends foo{ def closure2 = { closure1() }} The call to closure1() in class bar will be highlighted i... -
oliverw created a post, GIT integration and SSH with public key authentication
Even the latest EAP 9779 seems to be unable to "git push origin" when origin needs to be accessed via ssh + public key authentication and the public key has a passphrase. I always need to drop to t...