How can I load 2 folders of Eclipse project
Hello,
I'm working on 2 folder from 37K files Eclipse project. I don't want to load all the project - I don't need it. When I choose 'Browse the component' on the load process, I get 2 different Eclipse projects ! I need to load them under the original main Eclipse project because they have shared output folder under the main project and they are running together. What can I do ? This is critical issue for me. Yehiel |
One answer
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Can you clarify the component structure? This is what I interpret as what you have:
Component -> folder 1 -> folder 2
Both those folders are for one Eclipse project. When you load, it doesn't let you load as one Eclipse project and has an option to load each folder as an Eclipse project.
Is this correct in what the issue is and what you want to do?
Hi Tim, I have Eclipse project with 3 folders in it. All I want is to load only 2 of the 3 under the same eclipse project - and not each one in different eclipse project. Thanks for your help.