https://bugzilla.redhat.com/show_bug.cgi?id=809950 --- Comment #26 from gil cattaneo <puntogil@xxxxxxxxx> --- Spec URL: http://gil.fedorapeople.org/gradle/release/1.0-3/gradle.spec SRPM URL: http://gil.fedorapeople.org/gradle/release/1.0-3/gradle-1.0-3.fc16.src.rpm(In reply to comment #24) > 0009-Use-proper-system-environment-variables.patch incorrectly modifies the > getUserHome() method, causing Gradle to resolve the user's home directory as > null. > > The patch changes the call: > > System.getProperty("user.home") > > to: > > System.getenv("user.home") > > There is no such environment variable named user.home. Therefore, Gradle > resolves the user's home directory as null. As a result, the .gradle > directory is created inside a directory named null in the current working > directory (i.e., null/.gradle) whenever you run the gradle command. > > This part of the patch should be reverted. Spec URL: http://gil.fedorapeople.org/gradle/release/1.0-3/gradle.spec SRPM URL: http://gil.fedorapeople.org/gradle/release/1.0-3/gradle-1.0-3.fc16.src.rpm done -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review