From ff7bc44ce1ac8ff58d6d8bcefcb1507160e91a70 Mon Sep 17 00:00:00 2001 From: David Dykstal Date: Tue, 30 May 2006 15:34:22 +0000 Subject: [PATCH] 142739 RSE documentation contribution --- rse/doc/org.eclipse.rse.doc.user/.project | 22 +++ .../META-INF/MANIFEST.MF | 8 + rse/doc/org.eclipse.rse.doc.user/about.html | 27 +++ rse/doc/org.eclipse.rse.doc.user/book.css | 1 + .../org.eclipse.rse.doc.user/build.properties | 11 ++ .../concepts/cbegin.html | 66 +++++++ .../concepts/cfilters.html | 116 +++++++++++ .../concepts/cprofile.html | 104 ++++++++++ .../concepts/cremcompile.html | 60 ++++++ .../concepts/crunremcmds.html | 43 +++++ .../concepts/cteam.html | 71 +++++++ .../concepts/cuniversal.html | 54 ++++++ .../concepts/cuseractions.html | 48 +++++ .../images/ModelRSE.gif | Bin 0 -> 15335 bytes .../images/gsarrow.gif | Bin 0 -> 942 bytes .../images/navigator.jpg | Bin 0 -> 17995 bytes .../images/newconnection_wiz.gif | Bin 0 -> 226 bytes .../org.eclipse.rse.doc.user/images/pw.jpg | Bin 0 -> 13981 bytes .../images/search.gif | Bin 0 -> 10648 bytes rse/doc/org.eclipse.rse.doc.user/notices.html | 22 +++ .../plugin.properties | 18 ++ rse/doc/org.eclipse.rse.doc.user/plugin.xml | 22 +++ .../ref/rrsepref.html | 79 ++++++++ .../org.eclipse.rse.doc.user/ref/rsearch.html | 86 +++++++++ .../tasks/tarchive.html | 182 ++++++++++++++++++ .../tasks/tbegindelete.html | 33 ++++ .../tasks/tbegindeleteprofile.html | 33 ++++ .../tasks/tbegindiscon.html | 60 ++++++ .../tasks/tbeginenv.html | 67 +++++++ .../tasks/tbeginlinux.html | 165 ++++++++++++++++ .../tasks/tbeginpass.html | 52 +++++ .../tasks/tbeginsecond.html | 36 ++++ .../tasks/tbeginsecprofile.html | 27 +++ .../tasks/tbeginwindows.html | 110 +++++++++++ .../tasks/tbuild.html | 40 ++++ .../tasks/tedittype.html | 34 ++++ .../tasks/tmanagedel.html | 29 +++ .../tasks/tmanageedit.html | 42 ++++ .../tasks/tmanagemem.html | 32 +++ .../tasks/tmanagepools.html | 73 +++++++ .../tasks/tmanagepoolsref.html | 57 ++++++ .../tasks/tmanagesearch.html | 94 +++++++++ .../tasks/tremoexp.html | 45 +++++ .../tasks/tremoimp.html | 33 ++++ .../tasks/tremtype.html | 31 +++ .../tasks/truncmdsview.html | 55 ++++++ .../tasks/ttablecopy.html | 37 ++++ .../tasks/ttabledrag.html | 48 +++++ .../tasks/tteamsup.html | 137 +++++++++++++ .../tasks/tteamsup1.html | 82 ++++++++ .../tasks/tworkuseract.html | 75 ++++++++ .../tasks/twrkcmdshl.html | 57 ++++++ rse/doc/org.eclipse.rse.doc.user/toc.xml | 48 +++++ 53 files changed, 2672 insertions(+) create mode 100755 rse/doc/org.eclipse.rse.doc.user/.project create mode 100755 rse/doc/org.eclipse.rse.doc.user/META-INF/MANIFEST.MF create mode 100755 rse/doc/org.eclipse.rse.doc.user/about.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/book.css create mode 100755 rse/doc/org.eclipse.rse.doc.user/build.properties create mode 100755 rse/doc/org.eclipse.rse.doc.user/concepts/cbegin.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/concepts/cfilters.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/concepts/cprofile.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/concepts/cremcompile.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/concepts/crunremcmds.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/concepts/cteam.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/concepts/cuniversal.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/concepts/cuseractions.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/images/ModelRSE.gif create mode 100755 rse/doc/org.eclipse.rse.doc.user/images/gsarrow.gif create mode 100755 rse/doc/org.eclipse.rse.doc.user/images/navigator.jpg create mode 100755 rse/doc/org.eclipse.rse.doc.user/images/newconnection_wiz.gif create mode 100755 rse/doc/org.eclipse.rse.doc.user/images/pw.jpg create mode 100755 rse/doc/org.eclipse.rse.doc.user/images/search.gif create mode 100755 rse/doc/org.eclipse.rse.doc.user/notices.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/plugin.properties create mode 100755 rse/doc/org.eclipse.rse.doc.user/plugin.xml create mode 100755 rse/doc/org.eclipse.rse.doc.user/ref/rrsepref.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/ref/rsearch.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/tasks/tarchive.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/tasks/tbegindelete.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/tasks/tbegindeleteprofile.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/tasks/tbegindiscon.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/tasks/tbeginenv.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/tasks/tbeginlinux.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/tasks/tbeginpass.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/tasks/tbeginsecond.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/tasks/tbeginsecprofile.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/tasks/tbeginwindows.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/tasks/tbuild.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/tasks/tedittype.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/tasks/tmanagedel.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/tasks/tmanageedit.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/tasks/tmanagemem.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/tasks/tmanagepools.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/tasks/tmanagepoolsref.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/tasks/tmanagesearch.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/tasks/tremoexp.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/tasks/tremoimp.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/tasks/tremtype.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/tasks/truncmdsview.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/tasks/ttablecopy.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/tasks/ttabledrag.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/tasks/tteamsup.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/tasks/tteamsup1.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/tasks/tworkuseract.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/tasks/twrkcmdshl.html create mode 100755 rse/doc/org.eclipse.rse.doc.user/toc.xml diff --git a/rse/doc/org.eclipse.rse.doc.user/.project b/rse/doc/org.eclipse.rse.doc.user/.project new file mode 100755 index 00000000000..92dc79f93d2 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/.project @@ -0,0 +1,22 @@ + + + org.eclipse.rse.doc.user + + + + + + org.eclipse.pde.ManifestBuilder + + + + + org.eclipse.pde.SchemaBuilder + + + + + + org.eclipse.pde.PluginNature + + diff --git a/rse/doc/org.eclipse.rse.doc.user/META-INF/MANIFEST.MF b/rse/doc/org.eclipse.rse.doc.user/META-INF/MANIFEST.MF new file mode 100755 index 00000000000..5e63ea6b38b --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/META-INF/MANIFEST.MF @@ -0,0 +1,8 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %plugin.name +Bundle-SymbolicName: org.eclipse.rse.doc.user; singleton:=true +Bundle-Version: 1.0.0.qualifier +Bundle-Vendor: %provider.name +Bundle-Localization: plugin +Eclipse-LazyStart: false diff --git a/rse/doc/org.eclipse.rse.doc.user/about.html b/rse/doc/org.eclipse.rse.doc.user/about.html new file mode 100755 index 00000000000..77c49fc57a9 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/about.html @@ -0,0 +1,27 @@ + + + +About + + + +

About This Content

+ +

May 2, 2006

+

License

+ +

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise +indicated below, the Content is provided to you under the terms and conditions of the +Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available +at http://www.eclipse.org/legal/epl-v10.html. +For purposes of the EPL, "Program" will mean the Content.

+ +

If you did not receive this Content directly from the Eclipse Foundation, the Content is +being redistributed by another party ("Redistributor") and different terms and conditions may +apply to your use of any object code in the Content. Check the Redistributor's license that was +provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise +indicated below, the terms and conditions of the EPL still apply to any source code in the Content +and such source code may be obtained at http://www.eclipse.org.

+ + + \ No newline at end of file diff --git a/rse/doc/org.eclipse.rse.doc.user/book.css b/rse/doc/org.eclipse.rse.doc.user/book.css new file mode 100755 index 00000000000..157414c6c66 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/book.css @@ -0,0 +1 @@ +@import "../PRODUCT_PLUGIN/book.css"; diff --git a/rse/doc/org.eclipse.rse.doc.user/build.properties b/rse/doc/org.eclipse.rse.doc.user/build.properties new file mode 100755 index 00000000000..4d84273ce78 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/build.properties @@ -0,0 +1,11 @@ +bin.includes = META-INF/,\ + plugin.xml,\ + about.html,\ + concepts/,\ + images/,\ + plugin.properties,\ + ref/,\ + tasks/,\ + book.css,\ + notices.html,\ + toc.xml diff --git a/rse/doc/org.eclipse.rse.doc.user/concepts/cbegin.html b/rse/doc/org.eclipse.rse.doc.user/concepts/cbegin.html new file mode 100755 index 00000000000..d47ca924745 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/concepts/cbegin.html @@ -0,0 +1,66 @@ + + + + + + + +Remote System Explorer Connections + + + +

Remote System Explorer Connections

+
+

When you first open the Remote System Explorer, you are not +connected to +any system except your local workstation. To connect to a remote +server, +you need to define a connection. A connection is a TCP/IP network +connection +to your server, that enables you to access, edit, run, compile, and +debug items on the server. When you define a connection, you select the +type of connection you want, specify the +name or IP address of the remote system and you also give the +connection itself +a unique name that acts as a label in your workspace so that you can +easily +connect and disconnect. These actions are performed in the Remote +System Explorer.

+

When you open the workbench for the first time, you +need to define a profile, +define a connection, and then connect to a server. When you connect, +the workbench prompts you for your user ID and password on that server +so +that you can access the folders and files on that server.

+

Note: Make sure you have started the server programs on your +remote system. These programs depend on the kind of system you +are connecting to. See the appropriate tasks below for the recommended +ways to configure and start your server.

+

When you have a connection, you can organize your data using filters, +filter pools, and filter pool references, which list a set of +folders and files from your server in the Remote Systems view.

+

You can use the Remote System Explorer to access files on many +kinds +of servers, such as Linux, UNIX, Windows, or your local workstation. If +you have the appropriate IBM products installed you can also connect to +iSeries and zSeries servers.  See the +links below for information on how to connect to these other kinds of +servers.

+
+
+

Related concepts
+Remote System Explorer filters, filter +pools, and filter pool references
+Remote System Explorer Profiles
+Universal Systems
+

+

Related tasks
+Connecting to a remote +Linux or UNIX server
+Connecting to a remote +Windows server
+

+
+ + diff --git a/rse/doc/org.eclipse.rse.doc.user/concepts/cfilters.html b/rse/doc/org.eclipse.rse.doc.user/concepts/cfilters.html new file mode 100755 index 00000000000..1e3bb99f31c --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/concepts/cfilters.html @@ -0,0 +1,116 @@ + + + + + + + +Remote System Explorer filters, filter pools, and filter pool references + + + + +

Remote System Explorer filters, filter pools, +and filter pool references

+
+

The Remote System Explorer is a set of local client tools you use to +organize +how you want to work with the resources such as folders and files on +your +remote server. The following graphic serves as an introduction to +some of the main components of the Remote System Explorer:
+
+

+
In the Remote System Explorer perspective, you query +your server +to list and perform actions upon remote resources such as folders and +files. You perform +these tasks on these remote resources by using filters that +show these resources at your workstation.
+
+

The Remote System Explorer perspective is designed to allow you to +manipulate the resources directly on the remote system.  The +actions that are available depend on the type of system you are +connecting to and the way the resource is recognized.  For +example, your selections can define +a filter string to find all files that match *.c in a partcular +directory.

+
When you access the list by expanding the filter, you +can see all the files that match that filter and you can perform +actions (such as editing, compiling, running, and debugging) against +these files. +
Note: You can drag +and drop filters from one subsystem or filter +pool to another. However, if you drag a filter into another filter, the +filter strings from the source filter are added to the ones already in +the target +filter.
+
+

If +you have been using the Remote System Explorer for some +time, your workspace might contain too many filters to navigate easily. +Or, +you might just want to keep groups of filters separate if, for example, +you +need to represent two distinct environments in the Remote System +Explorer, +regardless of how many filters you have. In either case, you can group +filters +into filter pools.

+

For example, one filter pool could contain filters for an accounts +receivable +program while another contains filters for a payroll program. Or, if +you +have two different environments on your server: a production +environment and a test environment, you can define a distinct +environment and set of filters for each.

+

Without +filter pools, all of your filters appear together +in all connections. When you create filter pools, however, any filter +you +create within that filter pool is distinct to that connection, and will +not +appear in any other connections. (See the related links for more +information +about filter pools.)

+

You +can share filter pools among many connections through +the use of a filter pool reference. A filter pool reference is +a mechanism +that displays a filter pool from one connection in any other +connection, so +that when you make a change to the original filter pool, your change is +reflected +your filter pool reference.

+

All connections, filters, filter pools, and so on, belong to a +Remote System Explorer profile, that you define during your +first connection +to a server. You might wonder what happens to your filters or filter +pools if you delete a connection, especially if you have filters shared +among +two or more connections. Rest assured that the filters are not deleted, +since +filters actually belong to profiles, and not connections.
+

+

Keep in mind that if you need to have an entirely new configuration +of filter pools, filters and connection in the Remote System Explorer, +you can always create a new profile. See +the related links for more information.

+
+
+

Related concepts
+User actions (user options)
+Compiling
+

+

Related Tasks
+Configuring filter pools
+Changing +filters
+Deleting filters
+Creating a second +profile
+

+
+ + diff --git a/rse/doc/org.eclipse.rse.doc.user/concepts/cprofile.html b/rse/doc/org.eclipse.rse.doc.user/concepts/cprofile.html new file mode 100755 index 00000000000..699abb1e05d --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/concepts/cprofile.html @@ -0,0 +1,104 @@ + + + + + + + +Remote System Explorer Profiles + + + +

Remote System Explorer Profiles

+
+

When you define your first connection to your remote server, you +will also define +your first profile. All Remote System Explorer resources such as +connections, +filters, and filter pools are owned by a profile. Profiles help you +manage these resources when you have a lot of connections. The Remote +System Explorer creates +a unique profile per team member (that person's private profile), plus a common +profile called Team. +You can also create your own profiles.

+
Profiles contain: +
    +
  • Connections -- including subsystem properties. User IDs and +passwords are not shared.
  • +
  • Filters, filter pools, and filters pool references
  • +
  • User-defined actions
  • +
  • Compile commands
  • +
+
+

Profiles can be active, or inactive. By default, only your private +profile +and the Team profile are active. The Remote System Explorer displays +all connections +from all active profiles and, within a connection, allows filter pools +to +be referenced from any active profile. Further, the user actions and +compile +commands shown in the right-click menu for a remote resource are from +all +active profiles.

+

Your first profile will be for your local workstation. When you +complete +the steps for your first connection, you can decide whether to use your +personal +profile or the Team profile so that you can share resources and +information +with other people.

+
Placing all connection and filter data in a profile +shared by the team +assists in team support, since all connections, filter pools, and team +profiles +can be shared among team members. You can use the Team view to control +which +profiles display in your workspace by making the profiles active. +
Note: Making +a profile active or inactive does not affect your teammates. For +example, +you can choose not to display one of your own profiles in your +workspace, +but a teammate can make that profile active in his or her workspace. +You will +see the profiles you or your teammates have made inactive in the Team +view when you perform a synchronization with the repository in which +the profiles are stored.  See topics in the help contents and +links +below about team support for more information on profiles and shared +data.
+
+

To reduce collisions when you synchronize the user IDs and the +ordering of +resources in a profile are stored locally on your workstation. To +participate +in team support, you need to synchronize with, and upload your profiles +to a central repository. Use the Team +view to +share source and profile information with other team members, and to +synchronize +that information with the repository. Everything except your user ID +will +then be stored on the server, and any developer can obtain profile +resources +from the central server.

+
+
+

Related concepts
+Remote System Explorer filters, filter +pools, and filter pool references
+Remote System Explorer Connections
+Team support
+

+

Related tasks
+Using team support
+Working with profiles and +team support
+Creating a second +profile
+

+
+ + diff --git a/rse/doc/org.eclipse.rse.doc.user/concepts/cremcompile.html b/rse/doc/org.eclipse.rse.doc.user/concepts/cremcompile.html new file mode 100755 index 00000000000..8278d329e4f --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/concepts/cremcompile.html @@ -0,0 +1,60 @@ + + + + + + + + +Compiling + + + + +

Compiling Programs

+
+

You can run a compile command on a server from the Remote System +Explorer perspective.  When you compile, the workbench determines +the source type of the file, and then runs +the last used compile command for that type. However, you can always +change +this behavior through Remote Systems preferences (see the related +links).

+

You can also compile multiple resources listed in a filter by +holding down the CTRL key and clicking on all the members +you want to compile, right-click to access the compile menu, and then +select the compile command you wish to run. The workbench determines +what order to compile these resources according to the preferences you +specify for that workspace.

+
Note that multiple file compilation is disabled if: +
    +
  • One or more of the selected source types are not compatible.
  • +
  • The selected resources are not from the same connection.
  • +
+
+

A compile command is always associated with a particular source +type. It consists of an identifier and a command string that will be +run on the +server.  Each profile in the Remote System Explorer has a set of +source member types, +and each source type has a set of compile commands associated with +them. You +can add source types to a profile and add compile commands to a source +type.

+

IBM supplies a number +of default compile commands for common file types and you can also add +your own.  Since compile commands are owned by a profile they can +be shared using team support.

+

See the related topics below for more information.

+
+
+

Related concepts
+Profiles
+Commands and Shells
+

+

Related reference
+Preferences
+

+
+ + diff --git a/rse/doc/org.eclipse.rse.doc.user/concepts/crunremcmds.html b/rse/doc/org.eclipse.rse.doc.user/concepts/crunremcmds.html new file mode 100755 index 00000000000..b80a30d0834 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/concepts/crunremcmds.html @@ -0,0 +1,43 @@ + + + + + + + + +Shells and commands in the Remote Systems view + + + + +

Shells and commands in the Remote Systems view

+
+

You can use the Remote Commands view to run and interact with commands +and command shells on universal systems. A universal system includes Windows, +Linux, and UNIX system types.
+

+

Specifically, use the view to:

+ +

Whenever a command shell is launched or a command is run from within +Remote System Explorer, the Remote Commands view is used to display the output +and provide a way to work with that output.

+
+
+

Related tasks
+Running and viewing +commands and shells using the Remote Commands view
+Working +with command shells
+

+
+ + diff --git a/rse/doc/org.eclipse.rse.doc.user/concepts/cteam.html b/rse/doc/org.eclipse.rse.doc.user/concepts/cteam.html new file mode 100755 index 00000000000..969a54dbbed --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/concepts/cteam.html @@ -0,0 +1,71 @@ + + + + + + + +Team support + + + +

Team support

+
+

The team support model works with shared repositories that store +version-managed resources on servers that are accessible to the entire team. Usually +you would share the folders and files of an Eclipse project.  Each +team member sends their changes to the repository, and receives changes +that +were made by a team member from the repository. While the Remote System +Explorer +is not project-based, (it is designed for direct access to remote +resources), +there is a single project created for all the non-remote resources that +the +Remote System Explorer manages. Profiles are stored in that project and +so everything that belongs to a profile can be +shared with your teammates.

+
Profiles +contain: +
    +
  • Connections -- including various subsystem properties. User IDs +and passwords are not shared.
  • +
  • Filters, filter pools, and filters pool references
  • +
  • User-defined actions
  • +
  • Compile commands
  • +
+
+

Use the Team view of the Remote System Explorer perspective to +associate +and synchronize the project named RemoteSystemsConnection that contains +these profiles with a repository. After +synchronizing with the repository, you will receive all the shared +Remote System +Explorer resources from your team, including their profiles. You then +use the Reload Remote System Explorer action, located on the +pop-up menu, to make the Remote Systems Explorer know about these +changes.  You can also, of course, quit and restart the +workbench.  See the related tasks for more information.

+

Any resources received that are in a profile that you have already +active, such +as Team, will immediately be available and accessible to you. However, +resources +in other profiles will not be available unless you choose to make those +profiles +active. If you use multiple workstations, team support can also be used +to +make your own private configurations of filters, filter pools, and +connections available on all the workstations by making +your profile active on each workstation.

+
+
+

Related concepts
+Remote System Explorer Profiles
+

+

Related tasks
+Using team support
+Working with profiles and team support
+

+
+ + diff --git a/rse/doc/org.eclipse.rse.doc.user/concepts/cuniversal.html b/rse/doc/org.eclipse.rse.doc.user/concepts/cuniversal.html new file mode 100755 index 00000000000..b9f44ff41b0 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/concepts/cuniversal.html @@ -0,0 +1,54 @@ + + + + + + + + +Linux, UNIX, and Windows host access + + + + +

Universal Systems

+
+

At a minimum the Remote System Explorer provides access to  +Linux, +UNIX, and Windows systems.  These are called "universal" systems +since their file and command systems are quite similar.  You can +export, +import, explore remote files, and run remote +commands on all of these system types. +You can also drag/drop and copy/paste between +two systems of the same or different type. +For example, you can drag and drop a file +from your Windows host to your Linux host, +from one Linux host to another, or from one +file in your Linux host to another file in +the same host.

+

The Remote System Explorer can also provide access to other types of +systems if the support is installed in the workbench.  Examples of +such systems might be IBM iSeries or zSeries server systems.
+

+

Expand the topics in the help contents or click the following links +for +information on Universal host access:
+

+
+
+

Related concepts
+Shells and commands in the Remote Systems view
+

+

Related tasks
+Connecting to a remote Linux or UNIX host
+Connecting to a remote Windows host
+Creating a second connection to aremote host
+Deleting a connection
+Disconnecting from a remote host
+Copying and pasting in the Remote System Explorer
+Dragging and dropping items in the Remote System Explorer
+Configuring environment variablesupport for connections +

+ + diff --git a/rse/doc/org.eclipse.rse.doc.user/concepts/cuseractions.html b/rse/doc/org.eclipse.rse.doc.user/concepts/cuseractions.html new file mode 100755 index 00000000000..eda38a2726f --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/concepts/cuseractions.html @@ -0,0 +1,48 @@ + + + + + + + + +User actions (user options) + + + + +

User actions (user options)

+
+

User actions are server commands that you define on the Work +With +User Actions window, and will run against resources such as files +and folders on your server.

+
Each user action has: +
    +
  • A unique name.
  • +
  • A command (that might have substitution variables). The user +action may also +specify how the command is to be run on the server.
  • +
  • Substitution variables that are replaced with information from +the resource (such as its name) when +the command is run.
  • +
  • An optional comment used to describe the action in more detail.
  • +
  • Various options to affect what happens when the command is run; +for example, +whether to prompt first.
  • +
  • One or more file types that limit the action to specific types of +remote resources. For example, a command to start  a program that +searches text files could be limited to just text files. The action is +only shown +for remote objects which is one of the specified types.
  • +
+
+
+
+

Related tasks
+Managing user actions +(user options)
+

+
+ + diff --git a/rse/doc/org.eclipse.rse.doc.user/images/ModelRSE.gif b/rse/doc/org.eclipse.rse.doc.user/images/ModelRSE.gif new file mode 100755 index 0000000000000000000000000000000000000000..9426bc1d96f90f0dbd353726e9d19eb7b29f5a87 GIT binary patch literal 15335 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 SGf%6gSrw)xHVAZ3K>L3NAhcru literal 0 HcmV?d00001 diff --git a/rse/doc/org.eclipse.rse.doc.user/images/gsarrow.gif b/rse/doc/org.eclipse.rse.doc.user/images/gsarrow.gif new file mode 100755 index 0000000000000000000000000000000000000000..c48660dbeaa2d9959d6d9fb43c02d4799f6273e1 GIT binary patch literal 942 zcmW+#%d5|E5IyCJV&NhzlyN<~-3=C$&B$9(6e-Cd<*~7nZWhP;S@KAVG7GWA#RfH4 zQ8reR#mGNkCs|xGck1{3{Jzu7oH^%wzMHphTC@7#Jj}%(ba3LwiG%e4m#Wsj&vX( z0S#Dy0S`nV14u|h6P94Y6OqUSpwjE8HHdn*YC>yE5miwWrKpRBXo^;Cr7KL8s;(NU zSp!VPI%}phb<;3S(;_MCQlpaU)SxD{n2UG6xzg2L!!=z?4v8LWp$zrV2+h#aNKy;Q zQkm+hk(#M!b!!~0<)JreCRnP8G`0yTbYTcnh-T9ZS+7&b1yb`^`ik|IW~9-LVN9!$ z)m?>^>u@s2B+ChL79XpW)1Bc=XW1jcB573@^k4)tSe{9;m|Ha`JsHVNqVGk~E4Qnt zJS@A)nRZd6wJ_<4E)fzbWls6f0+}|9w>+gp`z_Y0nKiasghg73QM`*{vFU}J5iI1s z8RD(4d2i_+;gMe8g;OJ|y9z58P9L0kVfpigA1_Z?u$@W_x#+G5%(nZ4?eC+AnM??FDMn-2J-S}YD)g9}ujSYW3 zd;8&@hkI8Z`}$zt$I+MD_8j>(HsjsB-J_>Ye1COd_3JNNjvxK<=Jepe0M`Bo{u6^J literal 0 HcmV?d00001 diff --git a/rse/doc/org.eclipse.rse.doc.user/images/navigator.jpg b/rse/doc/org.eclipse.rse.doc.user/images/navigator.jpg new file mode 100755 index 0000000000000000000000000000000000000000..08ef7717e7caa3f4a0c6a3ade9a3af8f135fa029 GIT binary patch literal 17995 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 P{I?N`_j+GwAEy5gvWTK- literal 0 HcmV?d00001 diff --git a/rse/doc/org.eclipse.rse.doc.user/images/newconnection_wiz.gif b/rse/doc/org.eclipse.rse.doc.user/images/newconnection_wiz.gif new file mode 100755 index 0000000000000000000000000000000000000000..63f3d1b372102a52e7b86682d615cc62b39d51c5 GIT binary patch literal 226 zcmZ?wbhEHb6krfwIKseSZy*2vKSM(U!~g$4#{Bqr`}_Cj*Vo6-pI^U!|NQ&+_y50d z|9`*z{`v9q^qbAWvq`^s0W&11;vicQ!dc=JyPd6JcLANl5oW%h~8qmA|<=8&2>m uYAEk%|KjMtp~Lmc#C75db(TE0gYyCcxEolRxOu7?3z8etgL{+|8LR=?HcWN^ literal 0 HcmV?d00001 diff --git a/rse/doc/org.eclipse.rse.doc.user/images/pw.jpg b/rse/doc/org.eclipse.rse.doc.user/images/pw.jpg new file mode 100755 index 0000000000000000000000000000000000000000..8c5a477579d645ab86afed248d91cf10a12c0e50 GIT binary patch literal 13981 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 literal 0 HcmV?d00001 diff --git a/rse/doc/org.eclipse.rse.doc.user/images/search.gif b/rse/doc/org.eclipse.rse.doc.user/images/search.gif new file mode 100755 index 0000000000000000000000000000000000000000..f0461093c6a377d26a9bd49717631b9c109f9983 GIT binary patch literal 10648 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 B4;BCb literal 0 HcmV?d00001 diff --git a/rse/doc/org.eclipse.rse.doc.user/notices.html b/rse/doc/org.eclipse.rse.doc.user/notices.html new file mode 100755 index 00000000000..6c70b9c62d2 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/notices.html @@ -0,0 +1,22 @@ + + + + + + + + + Legal Notices + + + + +

+The material in this guide is Copyright (c) IBM Corporation and others 2000, 2006. +

+

+Terms and conditions regarding the use of this guide. +

+ + \ No newline at end of file diff --git a/rse/doc/org.eclipse.rse.doc.user/plugin.properties b/rse/doc/org.eclipse.rse.doc.user/plugin.properties new file mode 100755 index 00000000000..64d6af087e4 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/plugin.properties @@ -0,0 +1,18 @@ +################################################################################ +# Copyright (c) 2006 IBM Corporation and others. All rights reserved. +# This program and the accompanying materials are made available under the terms +# of the Eclipse Public License v1.0 which accompanies this distribution, and is +# available at http://www.eclipse.org/legal/epl-v10.html +# +# Initial Contributors: +# The following IBM employees contributed to the Remote System Explorer +# component that contains this file: David McKnight, Kushal Munir, +# Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson, +# Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley. +# +# Contributors: +# {Name} (company) - description of contribution. +################################################################################ + +plugin.name = RSE User Guide +provider.name = Eclipse.org diff --git a/rse/doc/org.eclipse.rse.doc.user/plugin.xml b/rse/doc/org.eclipse.rse.doc.user/plugin.xml new file mode 100755 index 00000000000..00f2e242fff --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/plugin.xml @@ -0,0 +1,22 @@ + + + + + + + + diff --git a/rse/doc/org.eclipse.rse.doc.user/ref/rrsepref.html b/rse/doc/org.eclipse.rse.doc.user/ref/rrsepref.html new file mode 100755 index 00000000000..c5627482077 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/ref/rrsepref.html @@ -0,0 +1,79 @@ + + + + + + + +Accessing Remote System Explorer preferences + + + +

Accessing Remote System Explorer preferences

+
+
+

Purpose

+The Remote System Explorer has settings that +you can customize in a preference page. The name of the category is +Remote Systems and it appears +in the tree view of the Preferences window.
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
OptionDescriptionDefault
Default System TypeDefines the default system type that will be used when creating a new connection.none
Default user ID for each system typeSpecifies a default user ID for a non-local system type. +If you do not set the default user ID at the connection level, then the User +ID that you specify here will be used. Note: Changing the user ID on the +Preferences dialog affects all connections and subsystems that inherit it.Off
Show connection names prefixed by profile nameSelect this to display connection names in the +Remote System Explorer tree view as profile.connection.Off
Show filter pools in Remote Systems viewSelect this to show filter pools when expanding a subsystem. +When this is not selected, expanding a subsystem will display the filters.Off
Show "New Connection" prompt in Remote Systems viewThe New +Connection option is displayed in the Remote Systems view so that you can +create a new connection.On
Re-open Remote Systems view to previous stateSelect this to automatically open previously expanded +connections on start-up.On
Cascade user actions by profileThe Work With > User Actions menu will cascade according to active profile.Off
+
+
+
+ + diff --git a/rse/doc/org.eclipse.rse.doc.user/ref/rsearch.html b/rse/doc/org.eclipse.rse.doc.user/ref/rsearch.html new file mode 100755 index 00000000000..6781c791d20 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/ref/rsearch.html @@ -0,0 +1,86 @@ + + + + + + + + +Using search parameters with special characters + + + +

Using search parameters with special characters

+
+
You can use special characters such as ?, *, and \, when searching +for files and strings, based on the following rules. +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
OptionDescription
*Searches all items.
abc*Searches for items that begin with the characters abc, +for example, abcd or abctest.
*abcSearches for items ending with the characters abc, for example, dabc or testabc.
*b*Searches for items that have the character b anywhere in the name.
a*cSearches for items that begin with the character a and end with the character c.
"a*"Searches for items within quotation marks that start +with the character a, for example, "a," "ab," or "ad." Note that when you +use quotation marks, the specification becomes case sensitive.
abc?Searches for four-character items that begin with the +characters abc and have a single fourth character, for example, abcd.
?abcSearches for four-character items that begin with a +single character and end in abc, for example, dabc.
?b?Searches for three-character items that have a b in the middle, for example, abc.
a?cSearches for three-character items that have the character a and c with a single character in between.
ab?Searches for three-character items that start with ab and end in a third single character, for example, abc.
a\* or a\?Searches for characters where the * and ? are interpreted +literally, for example, a* or a?. The slash represents an escape character. +To use a slash literally, enter \\.
+
+
+
+ + \ No newline at end of file diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tarchive.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tarchive.html new file mode 100755 index 00000000000..b1478acf09f --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tarchive.html @@ -0,0 +1,182 @@ + + + + + + + + +Managing archived files + + + +

Managing archived files

+ +
+

Pick from the following: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TaskDescription
Browsing:To browse and open +files in an archive, click the plus sign beside the archive to display the +contents. Continue to expand folders within the archive or double-click any +file to open it in the default editor. Save files as you normally would and +they are saved in the archive. In the properties view, note the addition of +"#archive#" to the path of the file, to indicate how the file exists inside +the archive.
Copying and pasting:To copy +and paste files, or move them from one location to another, right-click a +file or folder inside an archive and select Copy or Move. (When +you select Move instead of Copy, you delete the file in the +original location, to move it to a new one.) Using the window that opens, +you can paste the item to any archived, or unarchived location by expanding +the tree-view to any specific location, and clicking OK. Note that +you can perform this action across different connections as well.
Dragging and dropping:You can +drag and drop files between archives, from an archive to an unarchived location, +or from an unarchived location into an archive. Expand both the original and +destination locations in the Remote Systems view, click the item you want +to move, and drag it with your cursor to the new location. Note that you can +perform this action across different connections as well.
Creating:To create files and +folders inside an archive, or to create a new archive, right-click any folder +in the archive, or the root level archive itself, and select: +
    +
  • New > File to create a normal file within the archive. You can +also select the file type to be an archive, whereby you can create an archive +inside of an archive.
  • +
  • New > Folder to create a normal folder within the archive. Then +right-click your virtual folder to create more folders or files.
  • +
+
Deleting:To delete a file +or folder from inside an archive, simply right-click the item and select Delete, +or hit the Delete key.
Extracting:You have two options +when extracting files. You can either extract to a new folder within your +current directory (by selecting Extract +to xyz where xyz is your current directory) or browse +to a specific extraction directory (by selecting Extract +To . . .). You can also select multiple archives and perform the +same actions. +
    +
  • +To extract the contents of an archive to a new folder within +your current directory, right-click your archive and select Extract to xyz where xyz is +the name of your current directory. If your archive was named "MyArchive.zip" +then the extraction will create a new folder within your current directory +called "MyArchive" and all of the files will be placed in the new folder in +their proper structure. Click OK. If you want, use the right-click +menu to rename the new folder.
  • +
  • +To extract the contents of an archive to a location other +than the current directory, right-click your archive and select Extract +To. +
      +
    1. A dialog box displays, presenting a tree view of all drives, files, and +folders defined in the Remote Systems view. Expand any location in the tree +view to define the directory location where you want to extract the contents +of your archive.
    2. +
    3. (Optional) You can select a directory, and press the Details button +to see a list of properties for that location.
    4. +
    5. (Optional) You can expand New Connection to define a new connection +to a location where you want to extract the files.
    6. +
    7. (Optional) When you extract the contents of an archive to a destination +directory, the files and directories in the archive are copied directly to +that destination. You are prompted to overwrite or rename duplicate files +in the target directory.
    8. +
    9. Click OK.
    10. +
    +
  • +
+
+Adding files to an archive:To +add files and folder to an archive, select one or more files/folders, right-click, +and select Add to Archive. +
    +
  1. A dialog box displays, presenting a tree view of all drives, files, and +folders defined in the Remote Systems view.
  2. +
  3. To create a new archive for the selected files and folders +
      +
    1. Expand any location in the tree view to define the location for the new +archive.
    2. +
    3. Specify a name for the archive in the File name field.
    4. +
    5. Specify an Archive type from the drop-down list.
    6. +
    +To add files and folders to an existing archive: +
      +
    1. Select the existing archive's parent folder in the tree view.
    2. +
    3. Specify a name for the archive in the File name field.
    4. +
    5. Specify an Archive type from the drop-down list.
    6. +
    +
  4. +
  5. Click OK.
  6. +
+The selected files/folders are copied to the root directory in the new +archive location
+Converting archives:To convert +archives from one type (.zip, .jar, or .tar) to another, select one or more +archives, right-click, and select Convert. A Convert Archive dialog +box opens for each archive you selected. In the dialog box, select a new archive +type from the Archive Type drop-down list to convert the selected archive. +You can also, optionally, specify a new location and new name for your archive, +by selecting a location in the tree view and entering a new name in the File +name field. Click OK.
+

+
+ + \ No newline at end of file diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tbegindelete.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tbegindelete.html new file mode 100755 index 00000000000..0214acfa20b --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tbegindelete.html @@ -0,0 +1,33 @@ + + + + + + + + +Deleting a connection + + + + +

Deleting a connection

+
+
Deleting a connection to a remote server does not delete +any elements +on the server. The action deletes your specific configuration for that +connection, +including your filters, filter pools, user actions, compile actions, +saved +commands, and named types. +

To delete a connection, in the Remote Systems +view, right-click your connection and select Delete.

+
+
+ + + diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tbegindeleteprofile.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tbegindeleteprofile.html new file mode 100755 index 00000000000..7b52d4d2b05 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tbegindeleteprofile.html @@ -0,0 +1,33 @@ + + + + + + + + +Deleting a profile + + + + +

Deleting a profile

+
+
Deleting a profile does not delete any elements on the +server. The +action only deletes your specific configuration (connections, filters, +and +user actions) for that profile. To delete a profile:
+
    +
  1. Click the Menu button on the toolbar for the Remote Systems view.
  2. +
  3. Select Delete Profile > name of profile.
  4. +
  5. Click Yes.
  6. +
+
+
+

Related tasks
+Creating a second profile
+

+
+ + diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tbegindiscon.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tbegindiscon.html new file mode 100755 index 00000000000..2b5411d059e --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tbegindiscon.html @@ -0,0 +1,60 @@ + + + + + + + + +Disconnecting from a remote server + + + + +

Disconnecting from a remote server

+
+
To disconnect from a remote server in the Remote Systems +view, right-click one of the subsystems displayed under your connection +name +and select Disconnect, or close the workbench. +
+
+

If you choose to close the workbench in order to disconnect, it +notifies you of any outstanding communications requests. However, any +tools +launched from the workbench that run externally from the Remote System +Explorer +communications server, such as an external remote editor, are not +affected because they +have their own communication connection.

+

You can monitor and change +the properties of your connection in the Properties view of the Remote +System +Explorer perspective. Some values are read-only, and you can change +others, +such as the description or the server name. Although each Remote System +Explorer +subsystem maintains its own list of properties, three properties +(connected +or disconnected, port, and user ID) are shared among all subsystems. If +you +change any of these properties in one subsystem, the other subsystems +reflect +the change.

+

Select a subsystem and check the Properties view to see +the shared properties for all of your subsystems. For example, the +Connected +value is Yes or No for all of your subsystems under one connection. If +you +have difficulties connecting and disconnecting from the server, see the +related link for troubleshooting information.

+
+
+
+

Related tasks
+Deleting a connection
+
+

+
+ + diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginenv.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginenv.html new file mode 100755 index 00000000000..3789823fbc2 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginenv.html @@ -0,0 +1,67 @@ + + + + + + + + +Configuring environment variable support for connections + + + + +

Configuring environment variable support for connections

+
+

Environment variables are set for the remote job process +when you first connect to a remote system. This means that the results +of setting the variables are shown in the Commands view. +If the system type you are using is case sensitive (UNIX for example), +then the environment variables will also be case sensitive. Spaces and +equals signs (=) are only allowed in the value for the environment +variable, not in +its name.

+

You can define environment variables for all Remote System Explorer +connection types that support them (Windows, Linux, UNIX, and other +system types that are installed).

+

If you change an environment variable while the Remote System +Explorer is connected to a +remote server, the change does not take affect until you disconnect and +reconnect.

+

Although environment variables are set in subsystem properties +pages, the Remote System Explorer stores +them globally by connection.

+

If you need to specify different environment variables or user IDs +for a particular remote system, you can do so by defining multiple +connections to that +remote system and then defining the environment variables on the file +subsystem for each +connection.

+

To configure environment variables: +

+
    +
  1. Create a connection to a server if necessary.
  2. +
  3. Expand your connection name in the Remote Systems view.
  4. +
  5. Right-click on a file subsystem and select Properties.
  6. +
  7. Click Environment Variables and configure the variables as needed. +
      +
    • To add an environment variable, click Add. Enter a +name and value for this variable, and clickOK.
    • +
    • To change an environment variable, select the variable in the +table and modify the name or value directly. To use a dialog box, +select the variable and click Change. The name and value of the +current variable +are pre-filled in the dialog box. Overwrite whichever field you want to +change and click OK.
    • +
    • To remove a variable, click the variable to select it and +click Remove.
    • +
    • To move a variable up in the list, click the variable to +select it and click Move up.
    • +
    • To move a variable down in the list, click the variable to +select it and click Move down.
    • +
    +
  8. +
+
+ + diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginlinux.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginlinux.html new file mode 100755 index 00000000000..464bf26b00b --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginlinux.html @@ -0,0 +1,165 @@ + + + + + + + + +Connecting to a remote Linux or UNIX server + + + + +

Connecting to a remote Linux or UNIX server

+

The following documentation explains how to install the Linux or UNIX server +code, start the server daemon, and make a connection to a remote Linux +or UNIX server.

+
+
+

Prerequisites

+

To use the Remote System Explorer communications server daemon you need +to install Perl. Using the daemon helps eliminate some of the manual steps +when you connect to the server.Also note that Java Development Kit (JDK) +version 1.4 or higher is required.

+

Installing the server code

+
+
    +
  1. Ensure that Perl is installed.
  2. +
  3. Ensure that JDK version 1.4 or higher is installed.
  4. +
  5. Create a directory where you want to install the server code. The remainder +of these instructions will assume the directory /opt/rseserver (suitable for +team sharing), but you are free to use any directory.
  6. +
  7. Find the x:\product directory\eclipse\plugins\com.ibm.etools.systems.universal_version_number\serverruntime\rseserver.jar +file on your local workstation, where x:\product directory is the directory +where you installed the product, for example, c:\WSWB.
  8. +
  9. FTP the file rseserver.jar to the /opt/rseserver directory.
  10. +
  11. Switch to the /opt/rseserver directory by typing: +
    cd /opt/rseserver
    +
  12. +
  13. Run the following command in the /opt/rseserver directory to extract the +server code:
    jar -xf rseserver.jar
    + Attention: The +jar command is shipped with the JDK and might not be in your path. If you +receive a "command not found" error when running the jar command then try +to qualify the jar command with the installation directory for the JDK. For +example: /opt/IBMJava2-131/bin/jar -xf rseserver.jar +
    +
    +
  14. +
  15. Still in the /opt/rseserver directory, run the following configuration +commands:
    dos2unix daemon.linux
    +dos2unix server.linux
    +chmod 755 server.linux
    +chmod 755 daemon.linux
    +chmod 755 auth.pl
    +
  16. +
+
+ +

Starting the server

+
You can start the RSE communications +server with the server daemon, or manually. Before starting the server, make +sure the Java command is in your path, you can do this by running the following +command:
java -version
+
+
You should see something +similar to the following:
java version "1.4.1"
+Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1)
+Classic VM (build 1.4.1, J2RE 1.4.1 IBM build cxppc321411-20040301 (JIT enabled: jitc))
+
+
If +you receive a "command not found" error, then try creating a symbolic link +to the java command in /usr/bin by running the following command:
ln -s  /opt/IBMJava2-131/jre/bin/java /usr/bin/java
+
+
To start the server with the server daemon +
    +
  1. Ensure that you are running using the root user ID. (If the daemon is +not run under root, it will be unable to authenticate connecting users.) Run +the following commands:
    su -l root
    +cd /opt/rseserver
    +perl ./daemon.linux
    +
  2. +
+Note that the server daemon runs on port 4035. You can also start the +daemon.unix in the same way.

+

To start the Linux server manually

+
Run +the following commands:
cd /opt/rseserver
+perl ./server.linux [port]
+These commands run the server.linux +script located in the /opt/rseserver directory. If this does not work, try +changing the permission attributes on server.linux (for example, enter chmod +755 server.linux. The port parameter to the server.linux script is +optional. If you do not specify a port, then the server will pick the first +one available and print the port number to standard out. By default, it is +usually 4033. If you would like to use a different port, you will then have +to enter this port number in port property for the Files subsystem for your +connection in the Remote System Explorer (see Connecting to the +Remote Server, below). Otherwise, you do not need to change this +property.
+

To start the UNIX server manually

+
To run the unix.server +script, enter the following commands:
cd /opt/rseserver
+perl ./server.unix [port]
+These commands run the server.linux +script located in the /opt/rseserver directory. If this does not work, try +changing the permission attributes on server.unix (for example, enter chmod +755 server.unix. The port parameter to the server.unix script is +optional. If you do not specify a port, then the server will pick the first +one available and print the port number to standard out. By default, it is +usually 4033. If you would like to use a different port, you will then have +to enter this port number in port property for the Files subsystem for your +connection in the Remote System Explorer (see Connecting to the +Remote Server, below). Otherwise, you do not need to change this +property.
+

Running the daemon at startup

+
You might instead want +to configure the daemon to run at start up for Linux. To do so, you need to +append a call to the daemon to your startup script. Add the following lines +to the bottom of the /etc/rc.d/rc.local file:
cd /opt/rseserver
+perl ./daemon.linux &
+You can also add perl ./daemon.unix if +you want to run the UNIX daemon at startup.
+
+


+

Connecting to the Remote Server

+
To make a connection +to your remote server:
+
    +
  1. Switch to the Remote System Explorer perspective. From the workbench +menu, click Window > Open Perspective > Remote System Explorer.
  2. +
  3. In the Remote Systems view, New Connection is automatically +expanded to show the various remote systems you can connect to through the +Remote System Explorer. Expand Linux or Unix to +invoke the new connection dialog box and configure a connection.
  4. +
  5. Enter a name for your first profile and click Next. (This +step only occurs if you have never defined a connection before.)
  6. +
  7. Enter a connection name. This name displays in your tree view and +must be unique to the profile.
  8. +
  9. Enter the name or TCP/IP address of your Linux server in the Host +name field, for example, LINUX_A.
  10. +
  11. (Optional) Enter a Description. The description appears +in the Properties view after the connection is created.
  12. +
  13. Click Finish to define your system.
  14. +
+
+
Attention: To check your port number, right-click your +connection or subsystem from the Remote Systems view and select Properties. +Click Subsystem to view the relevant information. If your port is "0," +then your Remote System Explorer communications server will pick any free +port on the server. If you specified a port number when starting the server, +you need to enter it here, for example, to work with a firewall.
+
+
+
+
+
+ + + diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginpass.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginpass.html new file mode 100755 index 00000000000..b8ac794f4e6 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginpass.html @@ -0,0 +1,52 @@ + + + + + + + + +Saving passwords on your local PC + + + +

Saving passwords for remote systems

+

When you use the Remote System Explorer, +you can save passwords for remote systems +on your local PC. The stored passwords are +then retrieved whenever a password is required +to connect. When you save your password for +a particular remote system, you will not +be prompted to sign on when you try to connect +to that system.

+

When you first try to connect to a remote +system, you will be prompted with the following +dialog:

+ +

To save this password on your local PC:

+
    +
  1. Enter your user ID
  2. +
  3. Enter your password
  4. +
  5. Select Save user ID
  6. +
  7. Select Save password
  8. +
+

The next time that you connect to the remote +system, you will not be prompted to sign +on again.

+

Note: If you still want to be prompted for your +user ID and password, right-click on the +subsystem and select Connect.

+

Adding, changing, and removing stored passwords

+

You can use the password information page +to add, change, and remove stored passwords +for remote systems:

+
    +
  1. Select Window -> Preferences
  2. +
  3. Expand Remote Systems
  4. +
  5. Select Passwords
  6. +
+

Use the Add, Change, and Remove buttons to +manage your password information for remote +systems.

+ + diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginsecond.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginsecond.html new file mode 100755 index 00000000000..df4b86dd00f --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginsecond.html @@ -0,0 +1,36 @@ + + + + + + + + +Creating a second connection to a remote server + + + +

Creating a second connection to a remote server

+
+

In the Remote System Explorer, you can create a second connection +to the same, or a different type of server, such as Linux, UNIX, or Windows. +You can also create a second connection to the same server with a separate job +environment, for example, to specify different environment variables or different user IDs.

+To create a second connection: +
+
+
    +
  1. In the Remote Systems view, expand New Connection.
  2. +
  3. Click the plus sign beside the type of server you to which you want to make a second connection. For example, Linux, UNIX, or Windows.
  4. +
  5. Complete the dialog as you normally would, making sure that you give your new connection a unique name.
  6. +
+
+ + + \ No newline at end of file diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginsecprofile.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginsecprofile.html new file mode 100755 index 00000000000..06de9db6823 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginsecprofile.html @@ -0,0 +1,27 @@ + + + + + + + + +Creating a second profile + + + + +

Creating a second profile

+

You might want to create a second profile for connections and data that belong to a particular version of a software release, and are +shared by all team members.

+

To create a second profile: +

    +
  1. Click the Menu button on the toolbar for the Remote Systems view and select New profile.
  2. +
  3. Specify a name for the new profile and click Finish.
  4. +
+

+

Related tasks
+Deleting a profile
+

+ + diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginwindows.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginwindows.html new file mode 100755 index 00000000000..88a39d4ad48 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginwindows.html @@ -0,0 +1,110 @@ + + + + + + + + +Connecting to a remote Windows server + + + + +

Connecting to a remote Windows server

+
+
+

Installing the server code:

+
+
    +
  1. Create a directory where you want to install the server code. The +remainder of these instructions will assume the directory name and location is +C:\rseserver, but you are free to use any directory you choose.
  2. +
  3. Find the x\eclipse\plugins\com.ibm.etools.systems.universal_version_number\serverruntime\rseserver.jar +file on your local workstation, where x is the directory where you +installed the product.
  4. +
  5. Copy the rseserver.jar to the C:\rseserver directory (this can be +on a different machine).
  6. +
  7. Open a command prompt, and run the following command in the +C:\rseserver directory to extract the server code: +
    jar xf rseserver.jar
    +
    If +you receive an error, ensure that you have an entry for the /bin JDK +directory in your Path environment variable. JDK version 1.4 is required.
    +
  8. +
+
+

Starting the server:

+

You can start the RSE communications +server with the server manually, or with a daemon.

+
To start the server +manually: +
    +
  1. First, you need to configure your CLASSPATH and then start the +communications server. In a command prompt, enter: +
    +c:
    +cd:\rseserver
    +win.env.bat
    +run.win.bat [port] +
    +The port parameter to the run.win.bat program is optional. If +you do not specify a port, the server will pick the first port +available and print the port number to standard out. By default, it is usually 4033. +You will then have to enter this port number in the port property for the +Files subsystem for your connection in the Remote System Explorer (see +Connecting below). +
  2. +
+
+
To start the server with a the server daemon: +
    +
  1. First, you need to configure your CLASSPATH and then start the +server daemon. In a command prompt, enter: +
    +c:
    +cd:\rseserver
    +win.env.bat
    +daemon.win.bat +
    +Note that the server daemon does not enforce any user +authentication. If you run the server daemon, any user can connect to the machine, work +with the file system and run commands. Use +of the server daemon on Windows systems is not recommended.
  2. +
+
+
+
To connect to a remote Windows server:
+
    +
  1. Switch to the Remote System Explorer perspective.
  2. +
  3. In the Remote Systems view, New Connection is +automatically be expanded to show the various remote systems you can connect to +through the Remote System Explorer. Expand Windows to invoke a dialog +and configure a connection.
  4. +
  5. Enter a name for your first profile and click Next. +(This step only occurs if you have never defined a connection before.)
  6. +
  7. Enter a connection name. This name displays in your tree +view and must be unique to the profile.
  8. +
  9. Enter the name or TCP/IP address of your Windows server in +the Host Name field, for example, jsandler.
  10. +
  11. Enter a Description(optional); the description +appears in the Properties view after the connection is created.
  12. +
  13. Click Finish to define your system.
  14. +
+
+
Note: To check your +port number, right-click your connection or subsystem +from the Remote Systems view and select Properties. Click Subsystem +to see the relevant information. If your port is "0," then your Remote +System Explorer communications server will pick any free port on the Windows +server. If you specified a port number when starting the server, you need to +enter it here, for example, to work with a firewall.
+
+
+ + + diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tbuild.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tbuild.html new file mode 100755 index 00000000000..080588f9933 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tbuild.html @@ -0,0 +1,40 @@ + + + + + + + + +Exporting resources to a remote file system + + + +

Building programs on a remote system

+
+

A configuration in the External Tools dialog lets you build programs on remote systems.

+
To build programs on a remote system:
+
    +
  1. Select Run > External Tools > External Tools from the workbench menu bar. The External Tools dialog opens.
  2. +
  3. Right click on Remote Build and select New. A remote build configuration is created.
  4. +
  5. Choose the connection for the remote system or create a new one.
  6. +
  7. Type the build command or browse the file system to find the build command
  8. +
  9. Type or select the working directory. This is the directory where the command will be run.
  10. +
  11. Enter the arguments to the build command.
  12. +
  13. Optional: Select the checkbox to specify that there is an associated project with this +build command. If the command operates on a set of remote files (for example, a command such as 'make'), the Remote System +Explorer will interpret any errors or other messages and allow you to double click on them to open the source. +Specifying this option means the Remote System Explorer will open the source from a local project (that is, it will +not open the remote source). This is useful if you are developing a program from a local project.
  14. +
  15. Optional: Select the checkbox to specify that local files should be exported before the +build command is executed. This is useful if you are developing your remote application from a local project. In such +cases, you would export the files from the workspace to the remote system using the Remote file system export wizard. +That wizard lets you save the settings of the export to a file. The settings file contains information about which +files were exported and various export options. You can specify this settings file here. This configuration will use +the settings file to do the export and when the export is completed it will execute the build command. This ensures +that the local source you are working on is always sent to the remote system before the build takes place.
  16. +
  17. Click on Apply to save the configuration. Click on Run to execute it.
  18. +
+
+ + \ No newline at end of file diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tedittype.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tedittype.html new file mode 100755 index 00000000000..a06b55d0861 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tedittype.html @@ -0,0 +1,34 @@ + + + + + + + + +Editing an existing type + + + +

Editing an existing type

+
+
To edit an existing type:
+
    +
  1. In the Remote Systems view, right-click on a file subsystem, and select Work With > Named +Types.
  2. +
  3. On the Work With Named Types window, expand Object or Member.
  4. +
  5. Select your defined type from the list. You cannot edit any IBM-supplied types.
  6. +
  7. Make the required changes.
  8. +
  9. Click Apply.
  10. +
+
+
+

Related concepts
+User actions (user options)
+

+

Related tasks
+Removing an existing type
+

+
+ + \ No newline at end of file diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagedel.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagedel.html new file mode 100755 index 00000000000..6d62b018fff --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagedel.html @@ -0,0 +1,29 @@ + + + + + + + + +Deleting filters in the Remote Systems view + + + + +

Deleting filters

+
+
Deleting a filter does not delete any elements that you +managed with +that filter. The action only deletes your specific configuration for +that +filter. To delete a filter:
+
    +
  1. In the Remote Systems view, expand your connection, and +then expand Files.
  2. +
  3. Right-click your filer and select Delete. +
  4. +
+
+ + diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tmanageedit.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tmanageedit.html new file mode 100755 index 00000000000..ad2cc1dc545 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tmanageedit.html @@ -0,0 +1,42 @@ + + + + + + + + +Changing filters + + + + +

Changing filters

+
+
You can change a filter if you want to alter +the host items that it displays in the Remote +Systems view. When you change a filter, you +can also add extra conditions to what is +filtered. For example, if you have a filter +that displays all files of type *.c, you +may also want to add an additional filter string that +will display files of type *.h also. To change +a filter:
+
    +
  1. In the Remote Systems view, expand your connection name, +and then expand Files to see a list of filters.
  2. +
  3. Right-click the filter and select Change.
  4. +
  5. In the pop-up window, edit the conditions that are filtered +and click Apply. +
      +
    • If you want to add extra conditions, as described in the +introduction to this topic, click New filter string and complete the dialog. +Click Create.
    • +
    +
  6. +
  7. Click OK.
  8. +
+
+
+ + diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagemem.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagemem.html new file mode 100755 index 00000000000..fbafbb5ea98 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagemem.html @@ -0,0 +1,32 @@ + + + + + + + + +Creating file filters + + + +

Creating file filters

+

File filters list a set of files and folders from your host in the Remote Systems view.

+
    +
  1. In the Remote Systems view, expand your connection and then expand Files.
  2. +
  3. Right-click Files, or your filter pool, and select New > Filter.
  4. +
  5. Browse, specify, or select from the Fold drop-down list the folder that contains the appropriate files and folders.
  6. +
  7. Enter a generic or specific file name in the File name filter field. The default is * (asterisk). You can, for example, enter s* to list all files that start with s.
  8. +
  9. (Optional) To select a specific file type, enter the type in the File types field, or click Select to select from all known file types.
  10. +
  11. Use the Show files only check box to select whether you want to list only files.
  12. +
  13. Click Next.
  14. +
  15. Enter a name for your filter and select the profile that you want to use. Use an individually created profile to keep your work private, or select the Team profile to share with others.
  16. +

    Note: Filters are named so that the Remote System Explorer can save them for future use.

    +
  17. Click Next to see more text information about the filter or click Finish.
  18. +
+Your new file filter is displayed in the Remote Systems view under Files. +

Related tasks
+Changing filters
+Configuring filter pools

+ + diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagepools.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagepools.html new file mode 100755 index 00000000000..4b4e1a1c9dc --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagepools.html @@ -0,0 +1,73 @@ + + + + + + + + +Configuring filter pools + + + + +

Configuring filter pools

+
+
+

If you have been using the Remote System Explorer for some +time, your workspace might contain too many filters to navigate easily. +Or, +you might just want to keep groups of filters separate if, for example, +you +need to represent two distinct server environments in the Remote System +Explorer, +regardless of how many filters you have. In either case, you can group +filters +into filter pools.

+

All filters live in filter pools, but these remain hidden unless you choose +to manage them explicitly. If you do not manage them yourself the Remote +System Explorer manages them for you and all of your filters appear together +in all connections. When you create filter pools, however, any filter you +create within that filter pool is only present in connections that reference +that filter pool, and will not appear in any other connections. (See the +related links for more information about filter pools.)

+To illustrate the +use of filter pools,
+
    +
  1. Click the menu button on +the toolbar for the Remote Systems view, and select Show Filter +Pools.
  2. +
  3. Expand the Local system +and the Local Files subsystem, +and you can now see your filters +listed under Connection name Filter Pool.
  4. +
  5. Right-click Local Files and select New > +Filter Pool.
  6. +
  7. Enter a pool name and click Finish. (You do not +need to +change your profile selection.) Your new filter pool displays +underneath your +connection.
  8. +
  9. Right-click your new filter pool and select New > +Filter.
  10. +
  11. Complete the wizards as you normally would (see related +tasks). +When you are finished, you can see your new filters displayed in your +new filter pool.
  12. +
+
If you decide not to see the filter pools anymore, click +the menu +button on the toolbar for the +Remote +Systems view, and select Show Filter Pools again to deselect +the check +mark.
+
+ + + diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagepoolsref.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagepoolsref.html new file mode 100755 index 00000000000..052d38fcc72 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagepoolsref.html @@ -0,0 +1,57 @@ + + + + + + + + +Configuring filter pool references + + + +

Configuring filter pool references

+
+
+

You can share filter pools among many connections through +the use of a filter pool reference. A filter pool reference is a mechanism +that displays a filter pool from one connection in any other connection, so +that when you make a change to the original filter pool, your change is reflected +your filter pool reference.

+
Before +you create a filter pool reference, ensure that you have already completed +the following (see related tasks for more information): +
    +
  • You have defined more than one connection to the same server
  • +
  • You have defined more than one filter pool
  • +
  • You have enabled Show Filter Pools from the Remote Systems view toolbar
  • +
+
+

To use filter pools references:

+
    +
  1. In the Remote Systems view, expand the connection where you want +to display a filter pool that exists in another connection.
  2. +
  3. Right-click on a file subsystem and select New > Filter Pool +Reference > your profile > name of pool.
  4. +
  5. Look under that subsystem again and you will see the filter +pool reference.
  6. +
+
To delete a filter pool reference, right-click it and select Remove +reference. You can also move your filter pools up and down with the +right-click menu. +
+
+ +
+ + \ No newline at end of file diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagesearch.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagesearch.html new file mode 100755 index 00000000000..ce85912fc13 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tmanagesearch.html @@ -0,0 +1,94 @@ + + + + + + + + +Search for text and files on remote servers + + + +

Search for text and files on remote servers

+
+

You can search for text strings and files on any remote server +or file system, including Linux, UNIX, and Windows systems.

+
There are three main ways you can search for files and text strings +on remote servers, depending on your goal: +
    +
  • Search for text strings within a file
  • +
  • Search for text strings and/or files within a folder
  • +
  • Search for text strings, files, and/or folders within a remote file system
  • +
+To search for files, text strings, and folders: +
    +
  1. In the Remote Systems view, expand your iSeries, Linux, UNIX, or Windows +connection until you reach the folder, file, or file system that you want +to search. Select the containing item by clicking on the item.
  2. +
  3. Right-click and select Search. Or, click Search > Remote from +the workbench menu. Or, for the keyboard shortcut, enter CTRL+H. All of these +actions will invoke the Search window.
  4. +
  5. In the Remote Search window, click the Remote Search tab if it is not +already in focus. You can now search for text strings, files, and/or folders, +with the option to use powerful Regular Expressions, in addition normal and +variable expressions, such as a*b. See Using +search parameters with special characters for more information. Regular +Expressions might be most familiar to Linux and Unix users. +For more information on Regular Expressions, see +http://www.english.uga.edu/humcomp/perl/regex2a.html. +
      +
    • To search for strings, in the Search string field, enter the string +that you want to search for, whether it be from a file, a folder, or an entire +file system. Select the Case sensitive or Regular expression check +boxes if they apply. Leave this field as an asterisk (*) if you do not want +to search for strings. You can use commas to specify more than one type of +string to search for. For example, you could enter "*.c, *.java, b?a.txt, +" and so on.
    • +
    • To search for files, in the File name patterns field, enter the +name of the file you are looking for. Check the Regular expression check +box if this option applies. Leave this field as an asterisk (*) if you do +not want to search for files. You can use commas to specify more than one +type of folder to search for. You can also click Browse to select file +extensions to search for.
    • +
    +
    Note: +You cannot edit the contents of the Folder field; however, +you can click the Browse button to browse to and specify another folder. +If the Folder field is empty, you need to browse to a particular folder +before you can launch the search. +
    +
  6. +
  7. Click Search.
  8. +
+The matching strings and/or files display in the Remote Search view. +The view updates itself as more matches are found and you can click the Stop button +if you want to stop the search process. The view shows the strings and/or +files that you searched for, with the matches listed beneath in a tree-view +structure. For example, if you searched the file "README.txt" for the following +string, "*bin*", then the Remote Search results view might look like this: +



+
To manipulate the set +of search results: +
    +
  • Right-click the parent items of the tree, in this example, "README.txt", +and you can select any of the regular Remote Systems options, for example, Open +With, Rename, Properties, and so on.
  • +
  • Right-click any line beneath the parent search item in the tree, in this +example, "bin/rmid and jre/bin/rmid": +
      +
    • Select Copy to copy the path as you see it to your clipboard.
    • +
    • Select Go to to open the file in an editor, which highlights the matching text. You can double-click on any line to perform the same action.
    • +
    +
  • +
+
+
+
+ + + \ No newline at end of file diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tremoexp.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tremoexp.html new file mode 100755 index 00000000000..1204d7e9093 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tremoexp.html @@ -0,0 +1,45 @@ + + + + + + + + +Exporting resources to a remote file system + + + +

Exporting resources to a remote file system

+
+

A page in the Export wizard enables you to export resources from the workspace to a remote file system.

+
To export resources from the workspace:
+
    +
  1. Select File > Export from the workbench menu bar. The Export wizard opens.
  2. +
  3. Select Remote file system. Click Next. +The Remote file system page opens.
  4. +
  5. Use the left and right panes to select resources to export. Choose +individual resources from the right pane, or entire folders from the left +one.
  6. +
  7. In the Folder field, select or browse for +the destination folder.
  8. +
  9. Optional: Select the check box to overwrite (without +prompting) files of the same name in the remote folder.
  10. +
  11. Select one of the radio buttons to either replicate the workspace +folder structure in the remote system or create only the actual folders you +have selected.
  12. +
  13. Optional: Select the check box to save the settings of this +export to a file. You can later right click on the file in the Navigator or other views +and export the same set of files without having to use the export wizard. +
    • Optional: Deselect the checkbox to export only the set of files +that have changed since the last export. This is selected by default. It ensures that only files +that have changed since the last export will be exported next time and provides better performance.
    • +
    +
  14. +
  15. When you have specified the destination directory, click Finish to +export the resources to the remote system. +
  16. +
+
+ + \ No newline at end of file diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tremoimp.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tremoimp.html new file mode 100755 index 00000000000..16e3a88e9dd --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tremoimp.html @@ -0,0 +1,33 @@ + + + + + + + + +Importing resources from a remote file system + + + +

Importing resources from a remote file system

+
+

A page in the Import wizard enables you to import resources from a remote file system to the workspace.

+
To import resources to the workspace:
+
    +
  1. Select File > Import from the menu bar. The Import wizard opens.
  2. +
  3. Select Remote file system. Click Next. +The Remote file system page opens.
  4. +
  5. Select or type a source folder, or click Browse to +select a folder from the Browse For Folder window. Note that you can create a connection from this window.
  6. Use the left and right panes to select resources to import. Choose +individual resources from the right pane, or entire folders from the left +one. You can select files from multiple projects.
  7. +
  8. In the second Folder field, specify the +destination for the imported resources.
  9. +
  10. Optional: Select the check box to overwrite (without prompting) files of the same name in the workspace.
  11. +
  12. Select one of the radio buttons to either replicate the remote folder structure in the workspace or create only the actual folders you have selected.
  13. +
  14. When you have specified the source and destination, click Finish to import the resources to the workspace.
  15. +
+
+ + \ No newline at end of file diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tremtype.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tremtype.html new file mode 100755 index 00000000000..e80fbb76a89 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tremtype.html @@ -0,0 +1,31 @@ + + + + + + + + +Removing an existing type + + + +

Removing an existing type

+
+
To remove an existing type:
+
    +
  1. In the Remote Systems view, right-click on a subsystem, and select Work With > Named Types.
  2. +
  3. On the Work With Named Types window, expand Object or Member.
  4. +
  5. Select your defined type from the list. You cannot remove any IBM-supplied types.
  6. +
  7. Click Remove.
  8. +
+
+
+

Related concepts
+User actions (user options)
+

Related tasks
+Editing an existing type
+

+
+ + \ No newline at end of file diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/truncmdsview.html b/rse/doc/org.eclipse.rse.doc.user/tasks/truncmdsview.html new file mode 100755 index 00000000000..c382004b6b7 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/truncmdsview.html @@ -0,0 +1,55 @@ + + + + + + + + +Running and viewing commands and shells using the Remote Commands view + + + +

Running and viewing commands and shells using the Remote Commands view

+
+
You can open a shell for your local and remote systems, from the +Remote System Explorer,

Opening the Remote Commands view and launching +a command shell

+

In the Remote System Explorer, switch to the Remote +Commands view by clicking Window > Show View > Remote Commands from +the menu bar. To open a new shell in the Remote Commands view, click the down +arrow in the view and select Launch shell. To launch a new shell for +another connection requires that an existing shell for that connection is +selected in the view. Otherwise, the shell must be launched from the Remote +Systems, Remote System Details, or the Remote Commands view.

+

Working with shells

+

When the Remote Commands view is open, you can work +with shells. When you work with a shell, you are working with a shell that +preserves its environment across commands. The environment for all commands +in the shell may change in response to your input. For example, if you type +

cd ..
+you change the working directory for that shell.

+

Viewing output in an editor

+

You can double-click a line of output to open +it in an editor. For example, if you encounter an error while running a command, +you can double-click the error and the editor opens the source to the line +of code where the parser found a problem.

+

Closing shells

+

The Cancel shell toolbar item is enabled when the currently displayed shell or command +is active. Press Cancel Shell, to terminate that process. +If the shell is active, it cancels the shell before removing it from the view.

+

Content assist

+

The Remote Commands view supports content assist. You can press CTRL+space to complete file names +or environment variable names while you type commands.

+

+
+
+ + + \ No newline at end of file diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/ttablecopy.html b/rse/doc/org.eclipse.rse.doc.user/tasks/ttablecopy.html new file mode 100755 index 00000000000..807074c653e --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/ttablecopy.html @@ -0,0 +1,37 @@ + + + + + + + + +Copying and pasting in the Remote System Explorer + + + +

Copying and pasting in the Remote System Explorer

+

You can copy and paste files not only between +files and folders, but between different +host systems as well. For example, you can +copy a file from one folder on your host +to another, or from one type of system to +another. You can select multiple files as +well. However, there are guidelines for what +kinds of items you can and cannot copy and +paste. In the Remote Systems view, expand +the two connections (that represent the two +hosts) until you see the file that you want +to copy and the location on the other host +where you want to paste the file.

+

To copy and paste:

+
    +
  1. Right-click the original file to select it and select Copy.
  2. +
  3. Navigate through the directories and files until you find the place where you want to paste the file.
  4. +
  5. Right-click on the parent file that contains the files where you want to paste your file, and select Paste.
  6. +
+

Related tasks
+Dragging and dropping items in the Remote System Explorer
+

+ + diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/ttabledrag.html b/rse/doc/org.eclipse.rse.doc.user/tasks/ttabledrag.html new file mode 100755 index 00000000000..70095e99ff7 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/ttabledrag.html @@ -0,0 +1,48 @@ + + + + + + + + +Dragging and dropping items in the Remote System Explorer + + + + +

Dragging and dropping items in the Remote System Explorer

+
+
+
You can drag and drop files between different +hosts, such as Local, Linux, UNIX, or Windows. +Additionally, you can drag and drop items +within one view; for example, in the Remote +Systems view, or you can drag and drop items +between views; for example, from the Remote +Systems view to the Remote Systems Details +view. When you drag and drop items, you copy, +rather than cut, the item that you move. +If you want to remove an item completely +and put it in another location, drag and +drop the item first, and then delete the +item from the original location.
+

To drag and drop files or objects:
+

+
    +
  1. In the Remote Systems view, expand the two connections (that +represent the two hosts) until you see the file you want to copy and the location +on the other host where you want to paste the file. Or, open two +views that contain the item and the destination.
  2. +
  3. Click the item once to select it, hold down the left mouse button +while you drag the item to the desired location, and then release the button.
  4. +
+
+
+ + + diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tteamsup.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tteamsup.html new file mode 100755 index 00000000000..fd193f8add7 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tteamsup.html @@ -0,0 +1,137 @@ + + + + + + + + +Using team support + + + + +

Using team support

+
+
You can use any Eclipse-enabled repository from any +vendor. The following +information describes project-sharing using Concurrent Versions System +(CVS) support that comes with Eclipse. Steps and user interface +elements will differ depending on the repository +support that you have installed. +
Note: When you +synchronize your RemoteSystemsConnection project with the repository +the first time, you will see many files in conflict. +This is because it takes one synchronization to properly align +the server's encoded version information with your local files. This +happens only once and you can just receive all of the incoming changes +and your local workspace will then be synchronized with the server. You +might also find inactive profiles that belong to other teammates in the Team +view after you synchronize with the central server. You can choose whether +or not to activate these profiles in the Team view if you want to see the +profile's contents in the Remote System Explorer on your local workstation.
+

In a team programming environment, team members do work in their own workbench, +isolated from others. Eventually they will want to share their work with +their teammates.  The Remote System Explorer allows them to share +their connections, filter pools, and filters. To share these resources:

+
+
    +
  1. In the Remote System Explorer perspective, select the Team tab which by + default is located in the same pane as the Remote Systems view.  This + will bring the Team view to the front of the Remote System Explorer.  + You can also use the menu +button on the Remote Systems view and select the Work +With Profiles action.
  2. +
  3. Expand RemoteSystemsConnections. The profiles that you have defined, as well as the Team profile, are displayed. The Team profile is created by the Remote System Explorer to use for sharing connections, filter pools, and filters if you do not want to share them in a profile that you create and manage.
  4. +
  5. Right-click on RemoteSystemsConnections +and select Team > Share Project .
  6. +
  7. Select CVS and click Next.
  8. +
  9. Select Use existing repository +location if you have already defined a CVS repository. Select Create a new +repository location if you need to define a CVS repository (this +information should be available from the person who configured the CVS +repository on the server). To create a CVS repository definition: +
      +
    1. In the Host field, type the +address of the server, for example mymachine.com.
    2. +
    3. In the Repository path field, +type the path to the repository on the server, for example /home/test, d:/test.
    4. +
    5. In the User field, type the +user name to use to connect to the repository.
    6. +
    7. In the Password field, type +the password for the user name.
    8. +
    9. From the Connection Type +list, select the authentication protocol of the CVS server. There are three +connection methods that come with the Eclipse CVS client: +
        +
      • pserver: A CVS specific connection method.
      • +
      • extssh : An SSH 1.0 client included with the workbench.
      • +
      • ext: The CVS ext connection method that uses an +external tool such as SSH to connect to the repository. The tool used +by ext is configured in theTeam > CVS > EXT +Connection Method preference page.
      • +
      +
    10. +
    11. If the server uses a custom port, +enable Use Port and +enter the port number.
    12. +
    +
  10. +
  11. Click Finish. The repository +location is +created. The RemoteSystemsConnections project will be created remotely and the Synchronize view will open and + allow you to commit its resources to the server. If the project already + exists remotely, the Synchronize view will show conflicts on any files + that exist both locally and remotely. If the RemoteSystemsConnections project +already exists in the repository when you first share it, there may be +many conflicts. Generally, these are not real conflicts, but simply considered +conflicts on the first synchronize because there is no local CVS information for the +resources in your workspace. +If you have not created any resources in your Team profile, you can +safely send or receive all of the conflicting files. If you have created +resources in your Team profile, you should check each conflicting file to ensure +there really are no differences, and if there are, resolve them by merging.
  12. +
  13. To synchronize your resources with those +in the associated repository, right-click on the RemoteSystemsConnection + project, and select Team > Synchronize +with Repository.
  14. +
  15. After sharing or synchronizing, and +receiving incoming resources from the repository, right-click on the RemoteSystemsConnection project, +and select Reload Remote System Explorer. This refreshes +the Remote System Explorer and Team view to reflect the new or changed +resources.
  16. +
+
+
+

Viewing the project resources in the Navigator +view

+
+
The Navigator view provides a hierarchical view of all +the resources in the workspace. From here, you can view the contents of the projects +that are shared, including the RemoteSystemsConnection +project, and select team-related actions on particular +resources. By default, the Navigator view is included in the Resources perspective. +To add it to the current perspective, +
    +
  1. Select Window > Show View > Other.
  2. +
  3. Expand Basic.
  4. +
  5. Select Navigator.
  6. +
+
+
+
+ +
+ + diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tteamsup1.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tteamsup1.html new file mode 100755 index 00000000000..0a2246fac48 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tteamsup1.html @@ -0,0 +1,82 @@ + + + + + + + + +Working with profiles and team support + + + + +

Working with profiles and team support

+
+
All connections, filter data, user actions, and compile +commands belong to profiles. Profiles can be shared by team members for the purpose of +team development. You can work with your profiles in the Team view to enable +greater control over team-sharable elements in the Remote System Explorer. +
Note: Because +the Remote Systems view only displays connections, filters, user +actions, and compile commands from active profiles, you need to be in the Team +view to work with or activate your non-active profiles. +
+
+
To manage your team profiles: +
+
    +
  1. In the Remote Systems perspective, select the Team tab which by +default is located in the same pane as the Remote Systems view.  +This will bring the Team view to the front of the Remote System +Explorer.  You can also use the  +menu +button on the Remote Systems view and select the Work With Profiles +action.
    +
  2. +
  3. In the Team view, expand the root element, RemoteSystemsConnections, +to see a list of your profiles. +
      +
    • To create a profile, right-click on the root element in the +Team view, and select New > Profile and complete the dialog box for the +profile.
    • +
    • To activate or deactivate a profile, right-click the profile +and select Active (if it is deactivated) or Not active (if it is active).
    • +
    • To duplicate a profile in the view, right-click the profile +and select Duplicate. This action copies all of the profile's connections, filters, user +actions, and compile commands.
    • +
    • To rename a profile, right-click the profile and select Rename.
    • +
    +
  4. +
  5. In the Team view, you can also expand your profiles to view +connections, filter pools, user actions, and compile commands that belong to each +profile. Right-click on any of your specific filters, user actions, and so on, +to open a Work with window. These are the same actions available in the +Remote Systems view. To work with filter pools, for example, right-click one +of your filters, and select Work with filter pools. Keep in mind that +the Remote Systems view is the more ideal environment to manipulate filters, +filter pools, compile commands, user actions, and so on. The Team view is designed to +manage profiles, and view the elements that belong to each profile. The Remote +Systems view is designed for you to work with all the items that belong to your +active profiles. It includes a greater number of right-click and menu options +for a development-focused approach.
  6. +
  7. When you have finished working with your profiles, switch back to +the Remote Systems view, by clicking the Remote Systems tab, to continue +working with active profile artifacts, or remain in the Team view to +synchronize your profiles with the repository.
  8. +
+
+
+
+ + + diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tworkuseract.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tworkuseract.html new file mode 100755 index 00000000000..b59e32df965 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tworkuseract.html @@ -0,0 +1,75 @@ + + + + + + + + +Managing user actions (user options) + + + + +

Managing user actions (user options)

+
+
To create a new action or change an existing action:
+
    +
  1. In the Remote Systems view, expand the connection +containing the kinds of resources you want to act on, +navigate to the subsystem that would contain those resources, and +select Work with > User actions. +You can also right-click on a file in one of your filters, and select User +Actions.
  2. +
  3. Type the text to display in the Action Name field. +This is a brief label for the action.
  4. +
  5. Type a longer, more descriptive text for the action in the Comment +field.
  6. +
  7. Type the actual command string to run when +a user selects this action. This command can use action substitution +variables when your action is run. These variables are used when defining the +command string to run for a particular action. Substitution variables keep you +from having to explicitly code command parameter values. Click Insert +variable to see and select valid variables.
  8. +
+
Additional parameters +
    +
  • Select Browse to search for and select command +files (for example, .exe, .bat or .cmd files). The file name you select +is reflected in the Command field when you return.
  • +
  • Select Prompt to prompt the command currently entered +in the Command area.
  • +
  • Select Prompt first to indicate that Remote System +Explorer should prompt the command when it is run.
  • +
  • Select Refresh after to have Remote System Explorer +refresh the selected files after the action's command is run. This is +useful if your command affects the information displayed in the file list +window for the selected files, for example, if your command changes the type +of a file.
  • +
  • Select Show action.
  • +
  • Select Single selection only if you want to show +this action only when a single object is selected.
  • +
  • Select Invoke once to collect the full names of +all selected resources into the file name parameter and run the command +only once for all resources that are selected..
  • +
  • Select any currently defined named types from the Defined +Types list +and click Add to include them in the Selected +Types list. The action will only appear if a file matching one +of these types is selected.
  • +
+

You can choose to view user actions by active profile for remote +objects +on the User Actions cascade menu. You can see both +team-shared and private user actions. To enable this, select Cascade +user actions by profile on the Remote Systems Preferences +page.

+
+
+
+

Related concepts
+User actions (user options)
+

+
+ + diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/twrkcmdshl.html b/rse/doc/org.eclipse.rse.doc.user/tasks/twrkcmdshl.html new file mode 100755 index 00000000000..36a7efc4482 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/twrkcmdshl.html @@ -0,0 +1,57 @@ + + + + + + + + +Working with command shells + + + +

Working with command shells

+
+

In the Remote Systems view, you can launch a shell to perform commands +in a specific directory or folder of a remote file system.

+
+To launch a new shell from the Remote Systems view: +
    +
  1. Expand a connection.
  2. +
  3. Right-click on a file subsystem that supports shells and select Launch Shell.
  4. +
  5. Enter shell commands, such as "ls" or "pwd", in the Command field (just beneath the shell itself).
  6. +
+
+
+You can also run commands from locations further down in the remote file system +tree, so that you do not need to navigate there from your home directory each time. +This option takes the default shell, sets the current directory to the folder that was selected, +and invokes a command in that directory. If you check the Run in +new shell check box you will get a new shell instead of running the +command in the current shell: +
    +
  1. Expand the file subsystem until you are at the directory where you want +to run your commands.
  2. +
  3. Right-click on that directory and select Run Commands.
  4. +
  5. Enter the command you want to run in the Command field and click OK.
  6. +
+
+
+Note: +Each new shell shows up in a separate tab. If more than one +shell is running on the same connection, each subsequent shell has a number +appended to the connection name. +
+
+ + + \ No newline at end of file diff --git a/rse/doc/org.eclipse.rse.doc.user/toc.xml b/rse/doc/org.eclipse.rse.doc.user/toc.xml new file mode 100755 index 00000000000..b742e89afb7 --- /dev/null +++ b/rse/doc/org.eclipse.rse.doc.user/toc.xml @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file

+Notices