You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-user@ant.apache.org by Nascif Abousalh-Neto <Na...@sas.com> on 2007/09/14 19:34:01 UTC

Status Promotion Best Practice?

A question about using status during the development cycle, in a a
scenario where different teams are responsible for the status
"promotion".

Let's say a development team publishes an artifact with status X,
indicating a basic level of unit testing.
Then a testing team retrieves this artifact (probably using
rev="latest.X"), runs a suite of integration tests, and decides to
"bless" the artifact with the next status value, say Y.

How can that process be implemented? It seems the testing team would
have to do another publish or another deliver (not sure which one),
keeping the existing version but changing the status to Y. 

Does that makes sense? I have the feeling that this operation should be
common enough to have a shortcut, perhaps something like <ivy:promote
newstatus="Y" .../>

Anybody out there doing something similar?

Thanks,
  Nascif