Is it possible to load a component hierarchy on disk as a nested folder structure from Eclipse in RTC 6.0.3?
We are using RTC 6.0.3 and investigating the new Component Hierarchies. I have a user that is interested in having a component hierarchy but also wants the components loaded into his local sandbox in a nested fashion:
Component 1
- Component1.1
- Component1.2
loaded as:
/Component1
/Component1/Component1.1
/Component1/Component1.2
I have managed to create the hierarchichal component and was able to load it as desired using the Windows Shell interface but I haven't been able to get Eclipse to load in that fashion for me yet. Is this possible using Eclipse? How about the command line interface?
Thank you,
Jamie.
One answer
This is possible using Load Rules, refer to article https://jazz.net/library/article/1015.
A easier way is to add the sandbox created using Shell client into Eclipse client sandbox from "Windows > Preferences > Team > Jazz Source Control > Sandbox". And click "Generate Load Rules" from the sandbox. Then the user can load the workspace from Eclipse client using the load rules file.