Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "HOWTO: Shared Code Plugin"

(Step 3)
(Step 4)
Line 43: Line 43:
 
# Type yours criterias
 
# Type yours criterias
 
[[Image:searchPageItacare.png]]
 
[[Image:searchPageItacare.png]]
 +
 +
# SCP will search for Java files in the Trancoso instance, if it matches on the search term, it sends the match to Itacare instance and shows the result in the Share Code view.
 +
[[Image:shareCodeView.png]]

Revision as of 14:48, 7 July 2006

Installation and Running of the SCP

This is a description of how to install and run the Shared Code plug'in. It should guide you to having a working SCP demo in minutes.

Steps

Step 0

Prerequisites:

  • Eclipse 3.1 or higher
  • ECF 0.8 or higher

After installing Eclipse and ECF, verify that they are all available in your Eclipse environment.

Step 1

Starting ECF Local Server.

  1. Start a shell.
  2. CD to the Eclipse features directory.
  3. CD to org.eclipse.ecf.serverfeature_X.X.X\bin directory (X.X.X is the ecf version number).
  4. Run startserver.sh for OS X/Linux
  5. The default settings are fine for now.

Shell.png

Step 2

  1. For this demo, it's necessary to use two or more Eclipse instances. I will use only two Eclipse instance(Itacare and Trancoso).
  2. Make sure to use different workspaces, because this demo is on the same machine.
  • Click on the Run->Run, change the launcher name to "Itacare"

Itacare.png

  • Click on the Run->Run, change the launcher name to "Trancoso"

Trancoso.png

  • Adjust workspace data as necessary. You need to setup different "Location" to each Eclipse instance, and each instance needs to point to the same ECF server.

Step 3

Connect SCP to ECF Local Server

  • In the Itacare launched workbench, click on the IconeTransp.gif in toolbar
  • In the Trancoso launched workbench, click on the IconeTransp.gif in toolbar
  • After this actions, you are able to search for remote source code.

Step 4

Searching for Java files on Trancoso

  1. Click on Eclipse search EclipseSearch.png in the Itacare instance
  2. Type yours criterias

SearchPageItacare.png

  1. SCP will search for Java files in the Trancoso instance, if it matches on the search term, it sends the match to Itacare instance and shows the result in the Share Code view.

ShareCodeView.png

Back to the top