[GRADLE-1747] daemon process has a different working directory to that of the client Created: 14/Aug/11 Updated: 04/Jan/13 Resolved: 11/Oct/11 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 1.0-milestone-5 |
Type: | Bug | ||
Reporter: | Adam Murdoch | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Description |
We set user.dir system property, but this is not a general solution. We should set the working directory, too. |
Comments |
Comment by Adam Murdoch [ 07/Sep/11 ] |
The 'makeDirectory' sample fails because of this. It looks like File.isDirectory() does not take user.dir into account. |