IBM RTC 6.0.4 lscm get attribute values of the files
Accepted answer
Rafael,
actually the easiest way I found after fiddling with ANT and lscm is to write a custom build plugin against the RTC Client SDK. It is easily deployed (just literally drop it into the build toolkit directory). This way you have the full power of the API at your disposal.
Here are essential links:
Setting up for API development
Working with work item attributes
Custom build participant
gg,
Arne