Jon Nichols

Avatar
  • Total activity 12
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 5
  • Created

    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...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    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...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    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...
    • 3 followers
    • 4 comments
    • 0 votes
  • Created

    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...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    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...
    • 1 follower
    • 0 comments
    • 0 votes