How to retrieve unique id- ant based build
One answer
Hi Karen,
you might be able to use the build ID (Build UUID). You could in ANT also modify it. That should be unique and also provide the information back to the build that created the artifact. If you really need the change set ID, I haven't done that, but would take a look at he lscm/scm command line SCM tools. Maybe that allows to get that.
Ralph
you might be able to use the build ID (Build UUID). You could in ANT also modify it. That should be unique and also provide the information back to the build that created the artifact. If you really need the change set ID, I haven't done that, but would take a look at he lscm/scm command line SCM tools. Maybe that allows to get that.
Ralph
In our generation based on a model we store the Clearcase ID to the generated Host artifacts.
How can we get an ID (UUID) of an artifact in RTC within an ant based build?