[GRADLE-1744] NullPointerException in MasterDirSettingsFinderStrategy.findBeyondCurrentDir Created: 11/Aug/11 Updated: 10/Feb/17 Resolved: 10/Feb/17 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 1.0-milestone-3 |
Fix Version/s: | None |
Type: | Bug | ||
Reporter: | Ben Jansen | Assignee: | Unassigned |
Resolution: | Won't Fix | Votes: | 0 |
Description |
FAILURE: Build aborted because of an internal error.
Output with "-d": |
Comments |
Comment by Peter Niederwieser [ 12/Aug/11 ] |
Are these paths correct? Look strange, e.g. C:\Users\bjansen\Development\cap\thirdparty\build\fnv\Users\bjansen\Development\cap\external\gradle\producer.gradle |
Comment by Ben Jansen [ 15/Aug/11 ] |
The strange paths would be in line with the problem – but I can't be sure they were not copy/paste errors. Unfortunately we have rearranged the build to the point that it would be difficult for me to go back and reproduce this again. I discovered that if I included the volume label (e.g., "C:") in the path, that gradle did not NPE. So, perhaps gradle doesn't correctly handle a build script path in the form "\Users\foo\build.gradle". It does handle "C:\Users\foo\build.gradle" |
Comment by Ben Jansen [ 15/Aug/11 ] |
I ended up reproducing this. Yes, the double-path is what gradle outputs. It is not the correct path to the build script. The problem occurs when the path to the build script is specified as "\path\without\label" but does not occur when the path is specified as "C:\path\with\label". |
Comment by Benjamin Muschko [ 15/Nov/16 ] |
As announced on the Gradle blog we are planning to completely migrate issues from JIRA to GitHub. We intend to prioritize issues that are actionable and impactful while working more closely with the community. Many of our JIRA issues are inactionable or irrelevant. We would like to request your help to ensure we can appropriately prioritize JIRA issues you’ve contributed to. Please confirm that you still advocate for your JIRA issue before December 10th, 2016 by:
We look forward to collaborating with you more closely on GitHub. Thank you for your contribution to Gradle! |
Comment by Benjamin Muschko [ 10/Feb/17 ] |
Thanks again for reporting this issue. We haven't heard back from you after our inquiry from November 15th. We are closing this issue now. Please create an issue on GitHub if you still feel passionate about getting it resolved. |