The Wayback Machine - https://web.archive.org/web/20090815115256/http://techpubs.borland.com:80/together/2008R2/EN/readme.html

Borland® Together® 2008 Release 2 Release Notes

Last updated: July 29, 2009

This file contains important information that may not appear in the online Help. Please read this file in its entirety.

What's New and Fixed in This Release

System Requirements/Prerequisites

Installation Instructions

Patch Installation

Licensing

Known Issues and Limitations

Together Capabilities

Finding Out More

Getting assistance

What's New and Fixed in This Release

This release of Together includes improvements in functionality, new features, and fixed bugs since Together 2008 Service Pack 1. The important changes introduced in this release are highlighted below.

Together Modeling

Modeling and Diagrams

EMF API

Source Code Projects

Source Code Audits and Metrics

Document Generation

Teamwork

Requirements Support

DSL Development

Domain Editor

Textual Notation

Operational QVT

This version of QVTO fully implements Operational Mappings part of MOF Query / Views / Transformations 1.0 specification (http://www.omg.org/spec/QVT/1.0/).
In addition to many bugfixes the following features are new to this release:

Workflow

Model Audits and Metrics

URI Mapping

Viewpoints

UML 2.1 Support

Appearance

Semantic

General

Back to top

Integrations

Unlike Together 2006 R2, Together 2008 R2 does not include integrations with version control systems (StarTeam®, ClearCase) and requirement management products (CaliberRM™, RequisitePro). These integrations should be available separately from Borland. The Together 2008 R2 help still includes information about these integrations. However, newer versions of integrations may have some changes in functionality, so it is recommended that you check the release notes that are provided with each integration package.

Back to top

System Requirements/Prerequisites

Following are the system requirements for installing and running Borland Together 2008 R2:

Resources Requirements Notes
Hardware
CPU Intel® Pentium® 4 1GHz (or compatible) Intel® Pentium® 4 2.8 GHz or more recommended
Memory 1 GB minimum 2 GB is recommended. For optimal performance when working with large-scale projects, you might need to adjust the JVM heap setting in in the Together.ini, .bat, .cmd, or .sh files found in the eclipse subfolder of the Together installation folder. For more information, refer to the Sun® FAQ: http://java.sun.com/docs/hotspot/PerformanceFAQ.html.
Disk Space 1.3 GB Approximately 600 MB of this space is required for temporary installation files and will be freed after the installation is finished.
Video High color mode, 1024x768 Recommended resolution: 1600x1200
DVD Drive Optional Necessary if installing from DVD.
Software
Operating system Microsoft Windows Vista, Microsoft Windows XP Pro with Service Pack 2
Red Hat Enterprise Linux 5.2, x86-32
SUSE Linux Enterprise Server 10 SP2, x86-32
Mac OS X 10.5

 

IDE Platform Eclipse 3.5 platform Unless you are installing to an existing Eclipse instance, the required version of Eclipse platform is automatically installed with Together. You do not have to download and install it yourself. Otherwise, at least the Eclipse SDK package of the specified version is required.
Java Platform Sun® J2SE 5.0 Update 14 Unless you are installing to an existing Eclipse instance, the required version of Java Runtime Environment is automatically installed with Together. You do not have to download and install it yourself. Otherwise please make sure that the required version of JVM is configured to run Together. Please refer Installation Instructions section for details.
Eclipse components and projects
  • Eclipse 3.5 platform, component releases except UML2TOOLS and QVTOML
  • EMF SDK 2.5.0 (EMF + XSD)
  • EMF Transaction SDK 1.3.0
  • MDT OCL SDK 1.3.0
  • MDT UML2 SDK 3.0.0
  • GEF SDK 3.5.0
  • GMF SDK, GMF Experimental SDK 2.2.0
  • MDT UML2TOOLS SDK (Incubation) 0.9.1 I200907241018
  • M2M QVTOML SDK 2.0.1 M200907221055
  • Birt 2.5.0 + DTP 1.7.0 + WTP WST 3.1.0
  • CDT SDK 6.0.0
The required versions of Eclipse components and projects are automatically installed with Together unless you are installing to an existing Eclipse instance or use advanced install options and install from alternative update sites. In the latter case, if you experience problems with inconsistent configurations please contact the support team for assistance.
Web Browser Any web browser that supports frames Microsoft Internet Explorer 6.0 or later is recommended on Windows systems.
Other
SVG Viewer Adobe SVG viewer version 3.0 or later. Follow the link to download this viewer from Adobe web site:
http://www.adobe.com/svg/viewer/install/mainframed.html.

Back to top

Installation Instructions

New installation with installer

Download the Together 2008 R2 installer for your platform and then run the installer.

Note: The installer will not prevent you from choosing a folder containing another Eclipse instance as a target. But it is highly recommended that in order to install to an existing Eclipse instead of using the installer you run the target Eclipse and connect to the Borland Update Site for Eclipse 3.5 or use the Together 2008 R2 Archived Site, which is available for download. Please refer to the corresponding section below for more details.

Silent Installation Option

If you want to install Together silently (this may be particularly useful for administrators with large networked systems), place the installer.properties file in the directory where your installer is located, or specify "-f" as a command line parameter for the installation binary file: -f <fullPathTo File>. An example of the installer.properties file is shown below:

#
# Destination directory to install Together
#
USER_INSTALL_DIR=/home/test/TestInst.silent
#
# Installer mode silent/console/Swing/AWT
#
INSTALLER_UI=silent

Note: If Together is installed silently, the Together uninstall will also be silent, so be careful not to run multiple uninstalls.

Installation to an existing Eclipse instance from Update Site

For installing Together to an existing Eclipse instance, use Borland Together 2008 R2 archived update site or Borland Eclipse 3.5 online update site. Both update sites leverage Eclipse p2 update features and deploy Together root files, like the executable, command line launchers, release notes, documentation in PDF format and so on.

Adjusting parameters in Together.ini and command line launchers

Together executable looks for a Java Virtual Machine first in a jre directory in the root of Eclipse and then on the search path. To use the particular Java Virtual Machine, please specify -vm followed by its path in Together.ini. For example:
-vm
C:\Program Files\Java\jre1.5.0_14\bin

Together command line launchers look for a java virtual machine first in a jre directory in the root of Eclipse then use JAVA_HOME environment variable. You can adjust JAVA_HOME environment variable in your system settings or edit command line launcher files specifying the path to the location where the required JVM is installed. For example at gendoc.cmd:
REM Unless you have a JRE installed in the Eclipse home, please define JAVA_HOME ...
set JAVA_HOME=C:\Program Files\Java\jre1.5.0_14

Note: Please refer the System Requirements section for the information about the required JVM version.

Together.ini and command line launchers are preconfigured to work with Eclipse version 3.5 and so refer org.eclipse.equinox.launcher of explicit version 1.0.200.v20090520. Newer version of Eclipse, namely its minor updates may have different version of this plugin. If you choose to install Together to the newer version than 3.5 you may need to replace all occurrences of equinox plugin version in the Together.ini and command line launchers to the actual version.

Patch Installation

To install a patch for Together 2008 R2, perform the following steps:

1. Select Help -> Install New Software...

2. At the Work with: field select Borland Eclipse 3.5 Update Site http://altd.borland.com/update/eclipse3.5 from the list or type its URL if it is not in the list. Alternatively, if patch is distributed in the form of archived update site, use Add... and then Archive... buttons to locale archived update site with the patch, which is usually named like Together2008R2HotFixNSite.zip.

3. Expand the Together 2008 R2 HotFixes node and search for available patches. Pick the patch you need (if any), and complete the installation following the steps suggested by the Update Manager.

Back to top

Licensing

To register your software and obtain an operating license, refer to Setting Up Licensing for Borland Together.

Known Issues and Limitations

New issues may be identified and/or resolved after release. Please check the latest version of the Together Release Notes at Together Technical Publications page for changes to the known issues below.

Modeling and Diagrams

Together OCL and QVT

C++/IDL Modeling Projects

Documentation Generation and Printing

Import Together Project Wizard

Referenced Projects

XMI Import/Export

DSL Development

Workflow

Miscellaneous

Back to top

Together Capabilities

The default capabilities are different for classic Together Modeling and the DSL Toolkit. Select Window -> Preferences, then select the General node and the Capabilities node. You can click the Advanced button to enable/disable capabilities at a more granular level.

The following table lists the Together capabilities that are enabled and disabled for classic Together Modeling and the DSL Toolkit:

Capability group Advanced Capability item Description Classic Together Modeling default DSL Toolkit default
DSL Development   Features related to domain-specific language and model-driven development. Disabled Enabled
  Diagram Definition Diagram definition capabilities for domain models. Disabled Enabled
  Domain Modeling Capabilities associated with modeling a domain-specific model. Disabled Enabled
  DSL Project General features for working with DSL Projects. Disabled Enabled
Model to Model Transformations   Features for model-to-model transformations. Disabled Enabled
  Operational Mapping Language (QVT) Operational mapping language (QVT) features. Disabled Enabled
  Operational QVT Debugging Operational QVT debugging features. Disabled Enabled
Model to Text Transformation   Features for model-to-text transformations. Disabled Enabled
  Template Authoring Template authoring features. Disabled Enabled
  Template Exploring Template exploring features. Disabled Enabled
  Template Exploring (Legacy) Legacy template exploring. Disabled Disabled
Model Workflow   Features for model workflow. Disabled Enabled
  Workflow Definition Workflow definition features. Disabled Enabled
  Workflow Execution Workflow execution features. Disabled Enabled
Modeling   Modeling Capabilities. Enabled Disabled
  Business Process Modeling Business Process Modeling. Enabled Disabled
  C++ Modeling C++ Modeling. Enabled Disabled
  Data Modeling Data Modeling. Enabled Disabled
  Documentation Documentation generation. Enabled Disabled

Enhanced Rich Text Editor
Enhanced Rich Text Editor
Enabled
Disabled
  IDL Modeling IDL Modeling. Enabled Disabled
  Java Modeling Java Modeling. Enabled Disabled
  Manage element persistence Ability to manage element persistence state, make it stand-alone or packaged along with other elements in containing package. Disabled Disabled
  MDL and MDX Imports MDL and MDX Imports. Enabled Disabled
  Model QA Model Quality Assurance. Enabled Disabled
  Modeling profiles Profiles. Enabled Disabled
  Patterns Patterns Definition and Registry, Patterns Recognition. Enabled Disabled
  Source code QA Source code Quality Assurance. Enabled Disabled
  Together Project Import Import project from one of the previous versions of Together. Enabled Disabled
  Together QVT QVT implementation initially appeared at Together 2006, primary engine to work with Together models. Enabled Disabled
  UML 1.4 UML 1.4 Modeling. Enabled Disabled
  UML 2.0 UML 2.0 Modeling. Enabled Disabled
  XMI Import/Export XMI Import/Export. Enabled Disabled
  XSL XSL transformations. Enabled Disabled
Modeling Tools   Features for modeling tools. Disabled Enabled
  Hyperlinks and Requirement Traces (Early Access) Hyperlinks and requirement traces features (early access). Disabled Disabled
  Model Refactoring (Early Access) Model refactoring features (early access). Disabled Enabled
Reporting   Features for reporting. Disabled Enabled
  Model Reporting Model reporting features. Disabled Enabled
Team        
  CVS Support for Modeling CVS Actions for Model Navigator and Diagram Editors. Adds several variants of Edit/Unedit actions to the Team menu for model elements. When work with CVS in watch/edit mode and autocheckout turned off, those actions simplify taking required resources behind the selected model element for editing. Disabled Disabled
UML Modeling   Features for UML modeling. Disabled Disabled
  UML2 Diagramming UML2 diagramming features. Disabled Disabled
  UML2 Model Development UML2 model development features. Disabled Disabled

Finding Out More

Online Help

Together provides online help through your Eclipse help browser. Select Help Contents on the Help menu. When the help browser opens, click Borland® Together® Modeling Guide, Borland® Together® DSL Toolkit Guide, Borland® Together® UML 2.1 Guide, or another online help section.

Online technical publications

The latest versions of Release Notes and product documentation are published at Together Technical Publications page

Getting Assistance

Visit Borland Technical Support at http://support.borland.com/

Visit Borland at http://www.borland.com/

Back to top

 

Copyright © 1998-2009 Borland Software Corporation. All Borland brand and product names are trademarks or registered trademarks of Borland Software Corporation in the United States and other countries. All other marks are the property of their respective owners.