Mercurial > public > develkit
comparison ivy-ant.xml @ 26:639bec4999f2
TL-34: Scripts for sonar integration
author | smith@nwoca.org |
---|---|
date | Fri, 08 Apr 2011 17:37:19 -0400 |
parents | 2632897c8a2b |
children | 561ece0a8225 |
comparison
equal
deleted
inserted
replaced
25:e6fd2f1eba13 | 26:639bec4999f2 |
---|---|
145 </then> | 145 </then> |
146 <else> | 146 <else> |
147 <property name="run.test.classpath" value="${old.run.test.classpath}${path.separator}${ivy.run.test.classpath}"/> | 147 <property name="run.test.classpath" value="${old.run.test.classpath}${path.separator}${ivy.run.test.classpath}"/> |
148 </else> | 148 </else> |
149 </if> | 149 </if> |
150 <if> | |
151 <isset property="coverage.run.with.cobertura"/> | |
152 <then> | |
153 <property name="precoverage.run.test.classpath" value="${run.test.classpath}"/> | |
154 <var name="run.test.classpath" unset="true"/> | |
155 <property name="run.test.classpath" value="${cobertura.instrumented.classes}${path.separator}${precoverage.run.test.classpath}${path.separator}${cobertura.classpath.path}"/> | |
156 </then> | |
157 </if> | |
158 <if> | |
159 <isset property="coverage.run.with.clover"/> | |
160 <then> | |
161 <property name="preclover.run.test.classpath" value="${run.test.classpath}"/> | |
162 <var name="run.test.classpath" unset="true"/> | |
163 <property name="run.test.classpath" value="${preclover.run.test.classpath}${path.separator}${clover.jar.file}"/> | |
164 </then> | |
165 </if> | |
166 | |
150 <echo level="debug" message="$${run.test.classpath} : ${run.test.classpath}"/> | 167 <echo level="debug" message="$${run.test.classpath} : ${run.test.classpath}"/> |
151 | 168 |
152 <ivy:cachepath pathid="ivy.debug.classpath.id" conf="compile,runtime" type="jar"/> | 169 <ivy:cachepath pathid="ivy.debug.classpath.id" conf="compile,runtime" type="jar"/> |
153 <pathconvert dirsep="/" pathsep="${path.separator}" property="ivy.debug.classpath"> | 170 <pathconvert dirsep="/" pathsep="${path.separator}" property="ivy.debug.classpath"> |
154 <path refid="ivy.debug.classpath.id"/> | 171 <path refid="ivy.debug.classpath.id"/> |