Mercurial > public > develkit
changeset 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 | fe20e4ed4be2 |
files | ivy-ant.xml netbeans-ant.xml |
diffstat | 2 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/ivy-ant.xml Tue Jan 11 19:02:58 2011 -0500 +++ b/ivy-ant.xml Sat Jan 15 15:22:21 2011 -0500 @@ -70,7 +70,10 @@ target. --> <ivy:settings file="ivysettings.xml"/> - <ivy:resolve log="download-only" file="ivy.xml"/> + <ivy:resolve log="download-only" file="ivy.xml" /> + <ivy:artifactproperty conf="*" + name="ivydeps.[organisation]-[module]" + value="[revision]"/> <ivy:cachepath pathid="ivy.javac.classpath.id" conf="compile" type="jar"/> <pathconvert dirsep="/" pathsep="${path.separator}" property="ivy.javac.classpath">
--- a/netbeans-ant.xml Tue Jan 11 19:02:58 2011 -0500 +++ b/netbeans-ant.xml Sat Jan 15 15:22:21 2011 -0500 @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="ssdt.netbeans" basedir="." default="" xmlns:ssdt="http://www.ssdt-ohio.org/ant/common"> - <echo message="invoking ssdt bootstrap" level="info"/> - + <property name="ssdt.netbeans.copylibs.jar.src" value="http://ivy.ssdt.nwoca.org/repository/netbeans/netbeans-copylibstask.jar"/> <property name="libs.CopyLibs.classpath"