Project not showing in eclipse after API load
Hi,
Using the API I've managed to get the my eclipse project loaded into the local Sandbox using code along the lines of:
for(IComponentHandle component : components) {I can see that the project has been correctly loaded onto disk but I'm unable to see it within Eclipse, I can use eclipse API to add the project into eclipse but it does not have the connection with the repository workspace. How using the API can I achieve this connection?
Thanks
Adam
|
Accepted answer
The load operation has a method #setEclipseSpecificLoadOptions(int) to set the option to import projects.
Adam Coulthard selected this answer as the correct answer
Comments
Adam Coulthard
commented Jun 03 '13, 3:33 a.m.
Thanks Tim that did the trick, I'm not sure how I missed that one. |
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.