Browse Source

Clarify documentation, PR 18007

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274778 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
b3daf333da
1 changed files with 12 additions and 1 deletions
  1. +12
    -1
      docs/manual/OptionalTasks/starteam.html

+ 12
- 1
docs/manual/OptionalTasks/starteam.html View File

@@ -20,7 +20,18 @@ As a result they are only available to licensed users of StarTeam. You must hav
<CODE>starteam-sdk.jar</CODE> in your classpath to run these tasks. <CODE>starteam-sdk.jar</CODE> in your classpath to run these tasks.
For more information about the StarTeam API and how to license it, see For more information about the StarTeam API and how to license it, see
the <a href="http://www.borland.com/starteam/">Borland</a> web site.</p> the <a href="http://www.borland.com/starteam/">Borland</a> web site.</p>

<h3>Important Note on Installation and Licensing:</h3>
<p>
<b>On Windows machines, the mere presence of <CODE>starteam-sdk.jar</CODE> on the classpath
is not sufficient for getting these tasks to work properly.</b> 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.
</p><p>
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.
</p>
<hr></hr> <hr></hr>


<a name="common-params"> <a name="common-params">


Loading…
Cancel
Save