Last revised at approximately 19:00 UTC January 9, 2013.
Please send comments about this plan to the tm-dev@eclipse.org developer mailing list (subscription info).
The Target Management Project provides data models, frameworks and tools for working with remote computer systems. The main deliverable is the Remote System Explorer (RSE), a feature-rich integrated perspective and toolkit for seamlessly working on remote systems. Besides that, we deliver flexible, re-usable components for Networking and Target Management that run stand-alone or integrated with RSE.
In terms of interfaces to other Eclipse projects, we provide an Eclipse Filesystem (EFS) provider to allow remote resources be mapped into an Eclipse Workspace. The DLTK and CDT projects are other Eclipse projects known to integrate with Target Management. PTP and PDT can use TM services via the underlying DLTK and CDT layers. Several Eclipse Packages include TM (The Eclipse for Web package, for instance, includes the TM Terminal).
Shortcut to Themes:
Target Management source code release, available as versions tagged "R3_5" in the project's RSE Git Repository.
The runtime and SDK features are available in a P2 repository. See our Hudson build page to download a copy of the nightly build repository. For 3.5 there will be no zip file packages produced for stand-alone download.
Notes:
The WinCE subsystems are deprecated in this release.
All stand-alone components will have an integration part that makes them work inside the RSE framework. For that reason, there are no downloadable stand-alone component tests, but the RSE unit test component will also have tests for the stand-alone components.
Release milestones will be occurring at roughly 6 week intervals, and will be aligned with the Kepler Simultaneous Release. Target Management's Kepler deliveries fall on the "+1" dates in the Kepler calendar.
M3 | 11/16/2012 | 3.5M3 |
M4 | 12/21/2012 | 3.5M4 |
M5 | 02/08/2013 | 3.5M5 |
M6 | 03/22/2013 | 3.5M6 (API Freeze) |
M7 | 05/10/2013 | 3.5M7 (Feature Freeze) |
RC1 | 05/24/2013 | 3.5RC1 |
RC2 | 05/31/2013 | 3.5RC2 |
RC3 | 06/07/2013 | 3.5RC3 |
RC4 | 06/14/2013 | 3.5RC4 |
The target date for availability of Target Management 3.5 is:
In order to remain current, each Eclipse release is designed to run on reasonably current versions of the underlying operating environments.
The Target Management Project 3.5 depends upon on the Eclipse Platform 4.3. For this release, the RSE sources will be written and compiled against Java SE 6, and are designed to run on that version as well.
The Target Management deliverables will be tested and validated against a small subset of the reference platforms listed in the Eclipse Platform 4.3 Project Plan (this list is updated over the course of the release cycle).
Target Management Reference Platforms | ||||
---|---|---|---|---|
Operating system | OS version | Processor architecture | Window system | Java 2 Platform |
Microsoft Windows 7 | SP1 | x86 64-bit | Win32 | Oracle Java 6 |
SUSE Linux Enterprise Server | 11 | x86 64-bit | GTK | Oracle Java 6 or IBM Java 6 |
Apple Mac OS X (Secondary, see below) | 10.8 (Mountain Lion) | Universal 64-bit | Cocoa | Oracle Java 6 |
Apple Mac OS X 10.8 is considered a "secondary" Reference Platform meaning that it does receive some amount of systematic testing but doesn't enjoy quite the same priority for bug fixes as the other Platforms.
Eclipse and Target Management undoubtedly run fine in many operating environments beyond the reference platforms we test. However, since we do not systematically test them we cannot vouch for them. Problems encountered when running Target Management on a non-reference platform that cannot be recreated on any reference platform will be given lower priority than problems with running Target Management on a reference platform.
Although untested, Target Management should work fine on other OSes that support the same window system. For more details, see the Eclipse Platform 4.3 Project Plan.
The Datastore protocol is the default protocol shipped with RSE for accessing remote file systems, process info and shells. It requires a Datastore server (agent) running on the remote system. This Datastore agent is shipped as plain Java Source Code together with the RSE distribution. It should run fine on any Java Platform, with additional Data Miner Plug-ins that may be OS specific.
We will test and verify the Datastore agent on SUSE Linux Enterprise Server 11, Intel x86, IBM 1.6 VM
The Remote System Explorer is designed as the basis for internationalized products. The user interface elements provided by the RSE components, including dialogs and error messages, are externalized. The English strings are provided as the default resource bundles. The default bundles will be localized to a subset of those locales offered by the Platform. This plan will be updated to indicate which locales will be provided and the timeframe for availability.
Target Management 3.5 will be backward compatible with TM 3.4.
API Contract Compatibility: Target Management 3.5 will be compatible with TM 3.4 as per the constraints documented in the TM 3.4 API Docs.
Binary (plug-in) Compatibility: Target Management 3.5 will be binary compatible with TM 3.4.
Source Compatibility: Target Management 3.5 will not be source compatible with TM 3.4 as there will be changes in internal interfaces.
Workspace Compatibility: We intend to keep Target Management 3.5 upwards workspace-compatible with TM 3.4 unless noted. This means that workspaces and projects created with TM 3.4 can be successfully opened by Target Management 3.5 and upgraded to a 3.5 workspace. This includes especially TM 3.4 connection definitions, which may propagate between workspaces via file copying or team repositories. User interface session state may be discarded when a workspace is upgraded. Downward workspace compatibility is not supported. A workspace created (or opened) by a product based on TM 3.5 may be unusable with a product based on TM 3.4.
APIs published for the Target Management 3.5 release will be reviewed prior to release, making use of "internal" packages for unsupported and variable implementation classes. Client plug-ins that directly depend on anything other than what is specified in the published API are inherently unsupportable and receive no guarantees about future compatibility. Refer to How to Use the Eclipse API for information about how to write compliant plug-ins.
Plan items listed below were defined according to contributor requirements, but in accordance with the Target Management Use Cases Document and the Eclipse Themes and Priorities set forth by the Eclipse Requirements Council. Each plan item covers a feature or API that is to be added to the Target Management deliverables, or some aspect of the Target Management Project that is to be improved. Each plan item has its own entry in the Eclipse bugzilla database, with a title and a concise summary (usually a single paragraph) that explains the work item at a suitably high enough level so that everyone can readily understand what the work item is without having to understand the nitty-gritty detail.
Not all plan items represent the same amount of work; some may be quite large, others, quite small. Although some plan items are for work that is more pressing than others, the plan items appear in no particular order. See the corresponding bugzilla items for up-to-date status information on ongoing work and planned delivery milestones.
The current status of each plan item is noted:
For the 3.5 release we are updating our release engineering to use the latest Eclipse Foundation tools. Required features include automatic signing and adoption of Orbit, easy promoting to the Eclipse Servers and Kepler, running automated unit tests with automatic reporting of test failures to the mailing lists, ability and description for running the releng build on any adopter's system. We have adopted Tycho as the standard build system at Eclipse in this release, and have our main and legacy builds run on the Eclipse Hudson instance. In bugzilla, items related to this theme are tagged with "[releng]" in the Summary (query: all [releng] open).
Eclipse 4.3 is the designated main stream of Eclipse Platform development. The TM project is committed to developing, running and testing on the Eclipse 4.3 platform, and fixing defects as they are discovered. In bugzilla, items related to Eclipse 4.3 migration are tagged with "[43]" in the Summary (query: all [43] open).
The TM team uses Eclipse Bugzilla for all it's planning. Based on the plan item queries listed above, the following consistency queries should never return any results: