unlink asset in eclipse project
Hi folks.
I am asking this question to determine if I am doing the correct thing.
I have used the RAM eclipse client to link an artifact to an eclipse project.
(find asset->right click asset->link artifact to project)
Now the asset shows up in my eclipse project and is a linked artifact to an asset in RAM.
Suppose now I determine I don't need this asset in my eclipse project anymore. How best to unlink/de-link the asset?
Do I just delete the asset? If I do this using RTC SCM, I do get a change set that contains an updated rambuildercontrol.xml file. The change reflects the removal of the asset.
Is this (deleting the asset) the correct way to do this?
Are there other ways?
Thanks
Andy
I am asking this question to determine if I am doing the correct thing.
I have used the RAM eclipse client to link an artifact to an eclipse project.
(find asset->right click asset->link artifact to project)
Now the asset shows up in my eclipse project and is a linked artifact to an asset in RAM.
Suppose now I determine I don't need this asset in my eclipse project anymore. How best to unlink/de-link the asset?
Do I just delete the asset? If I do this using RTC SCM, I do get a change set that contains an updated rambuildercontrol.xml file. The change reflects the removal of the asset.
Is this (deleting the asset) the correct way to do this?
Are there other ways?
Thanks
Andy
One answer
Hi folks.
...
Do I just delete the asset? If I do this using RTC SCM, I do get a change set that contains an updated rambuildercontrol.xml file. The change reflects the removal of the asset.
That is exactly right, just delete the "file" from the workspace.
The reason you will have an SCM update, is the fact the you actually removing the link (to RAM) of this file from your workspace. Checking it to an SCM implies that when someone else catches up, that link will be gone for them as well.