From b3daf333da19cbbea2de9fafefdc14c1f4c8e886 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 7 Jul 2003 07:24:53 +0000 Subject: [PATCH] Clarify documentation, PR 18007 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274778 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/starteam.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/manual/OptionalTasks/starteam.html b/docs/manual/OptionalTasks/starteam.html index 07fac40c5..46244b73b 100644 --- a/docs/manual/OptionalTasks/starteam.html +++ b/docs/manual/OptionalTasks/starteam.html @@ -20,7 +20,18 @@ As a result they are only available to licensed users of StarTeam. You must hav starteam-sdk.jar in your classpath to run these tasks. For more information about the StarTeam API and how to license it, see the Borland web site.

- +

Important Note on Installation and Licensing:

+

+On Windows machines, the mere presence of starteam-sdk.jar on the classpath +is not sufficient for getting these tasks to work properly. These tasks also require a +fully-installed and fully-licensed version of the StarGate Runtime. This is part +of a StarTeam client installation or may be installed separately. The full client +install is not required. +

+Earlier versions of Ant (prior to 1.5.2) did not have this restriction because they +were not as dependent on the StarTeam runtime - which the newer versions use to access +StarTeam file status information. The older versions lacked this important capability. +