Jon Nichols

- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Jon Nichols created a post, Process Annotations
According to the help, when processing annotations is enabled, a dedicated annotation processing command appears in the Build menu. I have enabled annotation processing, and in fact it is clearly w... -
-
Jon Nichols created a post, Gradle execution of platform task
I upgraded to IDEA 13, and the following code in my build file stopped working (just to get the hash of the current git head for some logging):def hashProc = "git rev-parse HEAD".execute();def code... -
-
Jon Nichols created a post, File Watcher vs. Compiler
At first sight, the File Watcher concept seemed like a really great idea, but the more I'm using them, the more I wonder why that whole concept was added instead of just re-using the existing compi... -
Jon Nichols created a post, Built in web server?
I know this is a part of WebStorm, but I see no discussion of the built in web server as part of IDEA. That said, it's clearly there, because when I go to http://localhost:63342/, a 404 page is ret... -
Jon Nichols created a post, PhoneGap development
Has anyone come up with a good organization scheme for developing PhoneGap apps for both iOS and Android? I'm struggling to come up with an optimal setup. Currently, the best I can do is to use Int...