Sebastian Boccardi Messages: 47 Registered: September 2012 Location: Montevideo
Member
Hi,
I made a Scout project, shared to a svn server. Then i deleted everything and tried to do a checkout, but the project has errors and the rap bundle is not where it should be, am attaching a printscreen.
You can share your scout plugins with a team provider (e.g. SVN) like any other plugin. There is nothing special that must be done.
The problem in your workspace could be that the previously set target platform is no longer found, because you have deleted that file (that may also be the reason why you have compile errors).
Please try the following to set the target platform again:
1. press ctrl+shift+r and enter "scoutrap.target". You should find one file. Open it.
2. on the top-right corner of the target definition editor press the link "Set as Target Platform". This will trigger a recompilation of your workspace afterwards.
3. When everything has finished, check your scout explorer again. If the RAP ui bundle is still not recognized correctly, restart your eclipse.
I had the same problem with my projects using Git.
Install Eclipse and create a project on Computer 1. Then share the project using Git. Then on another Computer install Eclipse and checkout the project.
The workaround I used was to manually copy the neccessary plug-ins from my Eclipse environment on Computer 1 to the Eclipse environment on Computer 2. Restarted and it worked.
Sebastian Boccardi Messages: 47 Registered: September 2012 Location: Montevideo
Member
this doesn´t solve the problem in the target definition there is no plugins available, i think because when the rap target was created in the original workstation, the directory was outside the worskpace (default dir in eclipse install dir).
Ah ok, sorry, my mistake. By reading your sentence "Then I deleted everything.." I just thought at the workspace but did somehow not get that you also deleted eclipse itself
As this is a very common problem I filed bug 394751. Maybe we find a solution so that the rap target plugins can be shared more easily in the future.
Sebastian Boccardi Messages: 47 Registered: September 2012 Location: Montevideo
Member
or maybe some way to recreate the rap target if this is possible with the information from the bundles.... (in the import of the scout project itself... another maybe)