Details
-
Type:
Bug
-
Status:
Resolved
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.9-rc-3
Description
repro:
- kill any running daemon
- cd <multi-project-root-dir>
- ./gradlew build
- Notice everything works as expected, all subprojects build
- cd <multi-project-root-dir>/<subproject1-dir>
- ../gradlew build
- Notice that all projects build. This is unexpected; only the leaf node project should build.
This unexpected behavior is appears to be due to the Gradle daemon caching CWD the first time it's run. This amounts to an unusable experience, even within the same multi-project build.
For now, we're running with --no-daemon to avoid this.
It is also a problem when working across projects. Starting the daemon in project1 means that any gradle invocations from project2 will inadvertently trigger builds in project1 – not exactly what's expected.
Activity
Adam Murdoch
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Fix Version/s | 0.9 [ 15625 ] |
Adam Murdoch
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Closed [ 6 ] | Reopened [ 4 ] |
Adam Murdoch
made changes -
| Fix Version/s | 0.9-rc-3 [ 16954 ] | |
| Fix Version/s | 0.9 [ 15625 ] |
Adam Murdoch
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Reopened [ 4 ] | Closed [ 6 ] |
Contegix Support
made changes -
| Project Import | Sat Mar 19 09:23:24 CDT 2011 [ 1300544604020 ] |
Daz DeBoer
made changes -
| Workflow | jira [ 12600 ] | jira with pivotal tracker [ 14569 ] |
Luke Daley
made changes -
| Workflow | jira with pivotal tracker [ 14569 ] | jira with pivotal tracker (no resolved, only closed) [ 16187 ] |
Luke Daley
made changes -
| Status | Closed [ 6 ] | Resolved [ 5 ] |
| Workflow | jira with pivotal tracker (no resolved, only closed) [ 16187 ] | Copy of jira with pivotal tracker (no closed, only resolved) [ 18851 ] |