Does the resolved module has a version in its module descriptor or in its filename (or directory) ?
Maarten ----- Original Message ---- From: Timothy Aston <[email protected]> To: [email protected] Sent: Wed, August 25, 2010 7:17:06 PM Subject: Getting the revision of an inline resolve 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
