Hi All, I tried the following in an otherwise empty task in a project where I have ivy working for dependencies and publishing.
<echo message="${ivy.revision}"/> result: [echo] ${ivy.revision} Then I added a call to <ivy:settings> result: [echo] ${ivy.revision} Then I added the echo to a publish task: result: [echo] 3.12.2 Which is what I expected. So when and where are Ivy properties available in ant? The revision number above is only defined in two places which Ivy could conceivably look in. In fact that is already one place too many as far as I am concerned. It has the information when it needs, but I just want to understand what is going on. mvg, Jasper