Welcome to the Jazz Community Forum
How can I share folders mapping them to specific components?

Hi
I think this should be a very easy task but as I am stucked in it I prefer to ask here.
Please anyone can explain me how to share the content of a folder and map it to a specific component?
Example: I have a Eclipse project that have the following structure
Proj3
-- App1
-- App2
-- DB1
I want to share each child folder to a component so I can have the contents of folder App1 in a component named App1, the folder App2 in a component named App2 and DB1 y a component named DB1.
What is the best way to accomplish this?
Regards.
Andrés.
I think this should be a very easy task but as I am stucked in it I prefer to ask here.
Please anyone can explain me how to share the content of a folder and map it to a specific component?
Example: I have a Eclipse project that have the following structure
Proj3
-- App1
-- App2
-- DB1
I want to share each child folder to a component so I can have the contents of folder App1 in a component named App1, the folder App2 in a component named App2 and DB1 y a component named DB1.
What is the best way to accomplish this?
Regards.
Andrés.
One answer

Your Eclipse project Proj3 will have some files that need to be shared under a component as well. Because Eclipse project will make it mandatory to keep the three folders - App1, App2 and DB1 under Proj3, this structure will make it impossible to share the three subfolders with separate components.
You could however, create three additional Eclipse projects, one for each subfolder and then share them with three separate components in your repository workspace.
You could however, create three additional Eclipse projects, one for each subfolder and then share them with three separate components in your repository workspace.