I'm performing an inline resolve, and I'd like to know what revision I have
actually resolved. eg.

<ivy:resolve conf="@{conf}" organisation="@{organisation}" module=
"@{module}" inline="true" transitive="false" revision="latest.integration"
keep="true" />
<echo>${ivy.revision}</echo>

This always just outputs "working", which is not exactly useful.  The
resolve itself works as expected.


-Tim

Reply via email to