comparison ivy-ant.xml @ 53:7066d68bcb47

enable resolve logging. Fixed changing pattern. set ttl on snapshot cache. Allow forcemode to be disabled.
author smith@nwoca.org
date Sat, 18 Jun 2011 20:55:36 -0400
parents 561ece0a8225
children 885cf9e76820
comparison
equal deleted inserted replaced
52:f379a8a13d53 53:7066d68bcb47
73 are on disk and the builds are dependent on Ivy anyway. But the "runtime" jars 73 are on disk and the builds are dependent on Ivy anyway. But the "runtime" jars
74 are still placed in dist/libs based on the correct run.classpath built by this 74 are still placed in dist/libs based on the correct run.classpath built by this
75 target. 75 target.
76 --> 76 -->
77 <ivy:settings file="ivysettings.xml"/> 77 <ivy:settings file="ivysettings.xml"/>
78 <ivy:resolve log="download-only" file="ivy.xml" /> 78 <ivy:resolve file="ivy.xml" />
79 <ivy:artifactproperty conf="*" 79 <ivy:artifactproperty conf="*"
80 name="ivydeps.[organisation]-[module]" 80 name="ivydeps.[organisation]-[module]"
81 value="[revision]"/> 81 value="[revision]"/>
82 82
83 <ivy:cachepath pathid="ivy.javac.classpath.id" conf="compile" type="jar"/> 83 <ivy:cachepath pathid="ivy.javac.classpath.id" conf="compile" type="jar"/>