1513 |
=================================================================== --> |
=================================================================== --> |
1514 |
|
|
1515 |
<!-- <ivy:cachepath pathid="lib.path.id" inline="true" conf="*" --> |
<!-- <ivy:cachepath pathid="lib.path.id" inline="true" conf="*" --> |
1516 |
<!-- organisation="com.google.guava" module="guava-testlib" revision="21.0-rc1"/> --> |
<!-- organisation="com.google.guava" module="guava-testlib" revision="21.0"/> --> |
1517 |
<!-- <property name="guava.version" value="20.0"/> --> |
<!-- <property name="guava.version" value="21.0"/> --> |
1518 |
|
|
1519 |
<!-- HOWTO debug print a path id --> |
<!-- HOWTO debug print a path id --> |
1520 |
<!-- <pathconvert property="guava.testlib.classpath" refid="guava.testlib.classpath" /> --> |
<!-- <pathconvert property="guava.testlib.classpath" refid="guava.testlib.classpath" /> --> |
1556 |
type="jar,bundle" inline="true" conf="default,master" |
type="jar,bundle" inline="true" conf="default,master" |
1557 |
pattern="${guava.dir}/[artifact].[ext]" |
pattern="${guava.dir}/[artifact].[ext]" |
1558 |
organisation="com.google.guava" module="guava-testlib"/> |
organisation="com.google.guava" module="guava-testlib"/> |
1559 |
<property name="guava.version" value="21.0-rc1"/> |
<property name="guava.version" value="21.0"/> |
1560 |
<get src="http://repo2.maven.org/maven2/com/google/guava/guava-testlib/${guava.version}/guava-testlib-${guava.version}-tests.jar" |
<get src="http://repo2.maven.org/maven2/com/google/guava/guava-testlib/${guava.version}/guava-testlib-${guava.version}-tests.jar" |
1561 |
dest="${guava.dir}/guava-testlib-tests.jar" usetimestamp="true"/> |
dest="${guava.dir}/guava-testlib-tests.jar" usetimestamp="true"/> |
1562 |
<junit printsummary="true" showoutput="true" haltonfailure="true" |
<junit printsummary="true" showoutput="true" haltonfailure="true" |