<?xml version="1.0" encoding="UTF-8"?>
<project name="cachepath-inlineresolve" basedir="." xmlns:ivy="antlib:org.apache.ivy.ant">
    <target name="build" description="resolve inline does not work for cachepath">
        <path id="ivy.lib.path">
            <fileset dir="/home/klaas/workspace/Ivy/ivy-home/jars" includes="*.jar"/>
        </path>
        <taskdef resource="org/apache/ivy/ant/antlib.xml"
         uri="antlib:org.apache.ivy.ant" classpathref="ivy.lib.path"/>

         <ivy:resolve organisation="oro" module="oro" revision="2.0.8" inline="true" />
         <ivy:cachepath pathid ="mytestpathid" />

         <echo level="info" message="${mytestpathid}" />
    </target>
</project>
