comparison ivy-ant.xml @ 19:2632897c8a2b

CM-125: Update ivy resolve to create Ant properties for resolved modules with version.
author smith@nwoca.org
date Sat, 15 Jan 2011 15:22:21 -0500
parents e4c45fd105ea
children 639bec4999f2
comparison
equal deleted inserted replaced
18:e4c45fd105ea 19:2632897c8a2b
68 are on disk and the builds are dependent on Ivy anyway. But the "runtime" jars 68 are on disk and the builds are dependent on Ivy anyway. But the "runtime" jars
69 are still placed in dist/libs based on the correct run.classpath built by this 69 are still placed in dist/libs based on the correct run.classpath built by this
70 target. 70 target.
71 --> 71 -->
72 <ivy:settings file="ivysettings.xml"/> 72 <ivy:settings file="ivysettings.xml"/>
73 <ivy:resolve log="download-only" file="ivy.xml"/> 73 <ivy:resolve log="download-only" file="ivy.xml" />
74 <ivy:artifactproperty conf="*"
75 name="ivydeps.[organisation]-[module]"
76 value="[revision]"/>
74 77
75 <ivy:cachepath pathid="ivy.javac.classpath.id" conf="compile" type="jar"/> 78 <ivy:cachepath pathid="ivy.javac.classpath.id" conf="compile" type="jar"/>
76 <pathconvert dirsep="/" pathsep="${path.separator}" property="ivy.javac.classpath"> 79 <pathconvert dirsep="/" pathsep="${path.separator}" property="ivy.javac.classpath">
77 <path refid="ivy.javac.classpath.id"/> 80 <path refid="ivy.javac.classpath.id"/>
78 <!--map from="${basedir}${file.separator}" to=""/--> 81 <!--map from="${basedir}${file.separator}" to=""/-->