[GRADLE-973] NullPointerException Created: 11/Jun/10 Updated: 04/Jan/13 Resolved: 24/Nov/10 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.9 |
Fix Version/s: | 0.9-rc-1 |
Type: | Bug | ||
Reporter: | Philip Crotwell | Assignee: | Adam Murdoch |
Resolution: | Fixed | Votes: | 0 |
Description |
$ gradle makeScript FAILURE: Build aborted because of an internal error.
BUILD FAILED Total time: 8.631 secs |
Comments |
Comment by Philip Crotwell [ 11/Jun/10 ] |
Found that I had a open file edited with aquaemacs (this is on mac osx), and so there was both the regular file as well as a .swp file and a weird link. Not sure why emacs uses this link, but it appears to be the item that caused gradle to crash. After saving in aquaemacs, gradle ran fine. Here is ls -l showing the files. drwxr-xr-x 7 crotwell staff 238 Jun 11 11:19 . |
Comment by Adam Murdoch [ 04/Jul/10 ] |
I'm pretty sure this problem was fixed in 0.9-preview-2. Were you using 0.9-preview-1 when this problem happened? Could you try again using a newer preview? |
Comment by Philip Crotwell [ 05/Jul/10 ] |
I believe you are correct, I updated to preview3 afterward and have not seen this behavior since. Close it. |