Details
-
Type:
Improvement
-
Status:
Resolved
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0-rc-1
Activity
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | In Progress [ 3 ] |
GRADLE-2149 temporally exclude jdk7 package from idea src path if idea task excecuted with !jdk7.
GRADLE-2149 - Moved all FileSystem related classes in seperate package. - Introduce NativeFilePermissionHandler to use libc for chmod instead of jna-posix lib.
- ...44 more files in changeset
GRADLE-2149: Ignore NativeFilePermissionHandlerTest in windows environment.
GRADLE-2149: Ignore chmod calls in NativeFilePermissionHandler if libc cannot be loaded.
GRADLE-2149 some refactorings - Moved libc loading logic to FilerPermissionHandlerfactory. - Rename NativeFilerPermissionHandler to ComposableFilePermissionHandler. - Refactor filepermissionhandler related tests.
| Resolution | Fixed [ 1 ] | |
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Resolution | Fixed [ 1 ] |
| Status | Reopened [ 4 ] | In Progress [ 3 ] |
GRADLE-2149: release and rc task now depend on java7 - checkJavaVersion now checks that java7 is current Jvm - add checkJavaVersion dependency to rc task - add todos to fail early on wrong jvm and don't depend on task names (alphabetical order)
| Resolution | Fixed [ 1 ] | |
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
GRADLE-2149: Replace PosixWrapper usage by FallbackPOSIX & FallbackFileStat - FallbackPOSIX used on Windows- and unknown- platform - FallbackPOSIX#chmod() returns 0. - FallbackPOSIX#symlink() returns 0. - FallbackPOSIX#stat() returns FallbackFileStat - Other FallbackPOSIX methods return UnsupportedOperationException - FallbackFileStat#mode() returns FileSystem.DEFAULT_DIR_MODE for directories - FallbackFileStat#mode() returns FileSystem.DEFAULT_FILE_MODE for files - Other FallbackFileStat methods return UnsupportedOperationException
GRADLE-2149 remove WindowsFilePermissionHandler reusing ComposableFilePermissionHandler with FallbackPOSIX here.
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Resolution | Fixed [ 1 ] |
| Status | Reopened [ 4 ] | In Progress [ 3 ] |
| Resolution | Fixed [ 1 ] | |
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Workflow | jira with pivotal tracker [ 15336 ] | jira with pivotal tracker (no resolved, only closed) [ 18475 ] |
| Status | Closed [ 6 ] | Resolved [ 5 ] |
| Workflow | jira with pivotal tracker (no resolved, only closed) [ 18475 ] | Copy of jira with pivotal tracker (no closed, only resolved) [ 19567 ] |