Opened 13 years ago
Closed 13 years ago
#139 closed defect (fixed)
java.lang.ProcessBuilder.directory() is ignored
Reported by: | dmik | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | GA2 |
Component: | general | Version: | 1.6.0-b22 GA |
Severity: | medium | Keywords: | |
Cc: |
Description
When creating a new process with ProcessBuilder.start(), the directory() attribute is ignored: the child process is always started in the current directory of the parent process.
This in particular breaks SmartGit: many commands report "Not a git repository" because git.exe is started in a wrong dir.
Note:
See TracTickets
for help on using tickets.
Turned out to be an Odin bug (in CreateProcess). Fixed in r 21672 there.