Does the ivy:retrieve ant task support more advanced configuration
specifications similar to the configuration mappings, intersections, and
negations described here:
http://ant.apache.org/ivy/history/latest-milestone/ivyfile/dependency.html
I'm interested in doing a retrieve similar to the following:
<task name="retrieve">
<ivy:retriive conf="runtime+release"
pattern="${staging.dir}/[module]-[revision]/[artifact](.[ext])"/>
</task>
that grabs a subset of the dependencies.
-Thanks
--
View this message in context:
http://old.nabble.com/advanced-ivy-retrieve-syntax-tp27750721p27750721.html
Sent from the ivy-user mailing list archive at Nabble.com.