Details
-
Type:
Bug
-
Status:
Resolved
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
Description
I copied the existing .gradle/caches/artifacts-13/ repository into a folder 'offline' and declared an ivy repository
ivy { url "offline" layout "gradle" }
Then i removed the .gradle/caches/artifacts-13 directory, and expected gradle to resolve all dependencies via the offline folder. It does not work because the 'gradle' layout is not the latest 'wharf' layout. Using log4j as an example, gradle tries to fetch
offline/log4j/log4j/1.2.16/ivy-1.2.16.xml respectively
offline/log4j/log4j/1.2.16/log4j-1.2.16.jar
but the wharf layout looks like
offline/module-metadata/log4j/log4j/1.2.16/674f4c9c2688515137be3d2e70ce3583.ivy.xml respectively
offline/filestore/log4j/log4j/1.2.16/bundle/7999a63bfccbc7c247a9aea10d83d4272bd492c6/log4j-1.2.16.jar
Activity
Peter Niederwieser
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Resolution | Won't Fix [ 2 ] | |
| Assignee | Peter Niederwieser [ pniederw ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
Luke Daley
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Workflow | jira with pivotal tracker [ 15598 ] | jira with pivotal tracker (no resolved, only closed) [ 18178 ] |
Luke Daley
made changes -
| Status | Closed [ 6 ] | Resolved [ 5 ] |
| Workflow | jira with pivotal tracker (no resolved, only closed) [ 18178 ] | Copy of jira with pivotal tracker (no closed, only resolved) [ 20789 ] |