Jon Nichols
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
Jon Nichols 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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 创建了一个帖子, 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...