bored-art-40741
01/26/2016, 6:17 PMbored-art-40741
01/26/2016, 6:17 PMancient-stone-50795
01/26/2016, 6:18 PM.properties
file:
<properties file="${root.dir}/build.properties" override="false"/>bored-art-40741
01/26/2016, 6:18 PMancient-stone-50795
01/26/2016, 6:18 PMbored-art-40741
01/26/2016, 6:18 PMjvm_options += ['-Divy.cache.dir={}'.format(self._ivy_cache_dir)]
ancient-stone-50795
01/26/2016, 6:18 PMbored-art-40741
01/26/2016, 6:18 PMbored-art-40741
01/26/2016, 6:19 PMancient-stone-50795
01/26/2016, 6:19 PMbored-art-40741
01/26/2016, 6:20 PMif self._ivy_cache_dir and '-cache' not in args:
# TODO(John Sirois): Currently this is a magic property to support hand-crafted <caches/> in
# ivysettings.xml. Ideally we'd support either simple -caches or these hand-crafted cases
# instead of just hand-crafted. Clean this up by taking over ivysettings.xml and generating
# it from BUILD constructs.
jvm_options += ['-Divy.cache.dir={}'.format(self._ivy_cache_dir)]
bored-art-40741
01/26/2016, 6:20 PM-cache
being passed anywhere in the pants codebasebored-art-40741
01/26/2016, 6:20 PMwitty-crayon-22786
01/26/2016, 6:22 PMwitty-crayon-22786
01/26/2016, 6:23 PMpants-support/ivy/ci.ivysettings.xml
(which uses an environment variable to place the cache) vs pants-support/ivy/ivysettings.xml
bored-art-40741
01/26/2016, 6:24 PMbored-art-40741
01/26/2016, 6:24 PMbored-art-40741
01/26/2016, 6:24 PMbored-art-40741
01/26/2016, 6:25 PMbored-art-40741
01/26/2016, 6:25 PM<caches
repositoryCacheDir="${ivy.cache.repository.dir}"
resolutionCacheDir="${ivy.cache.resolution.dir}"
lockStrategy="artifact-lock-nio"
/>
bored-art-40741
01/26/2016, 6:25 PMjvm_options += ['-Divy.cache.repository.dir={}'.format(self._ivy_cache_dir)]
jvm_options += ['-Divy.cache.resolution.dir={}'.format(self._ivy_resolution_dir)]
witty-crayon-22786
01/26/2016, 6:29 PMwitty-crayon-22786
01/26/2016, 6:29 PMwitty-crayon-22786
01/26/2016, 6:29 PMwitty-crayon-22786
01/26/2016, 6:30 PMwitty-crayon-22786
01/26/2016, 6:31 PM<property name="ivy.cache.dir" value="${env.ivy.cache.dir}" override="false"/>
bored-art-40741
01/26/2016, 6:32 PMbored-art-40741
01/26/2016, 6:32 PMbored-art-40741
01/26/2016, 6:32 PMwitty-crayon-22786
01/26/2016, 6:32 PM