Browse Source

remove starteam from manual

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@945587 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 15 years ago
parent
commit
9b4c1eb6dc
3 changed files with 3 additions and 19 deletions
  1. +3
    -9
      docs/manual/install.html
  2. +0
    -1
      docs/manual/optionaltasklist.html
  3. +0
    -9
      docs/manual/tasksoverview.html

+ 3
- 9
docs/manual/install.html View File

@@ -664,20 +664,20 @@ ant and the external package (e.g. <code>ant-apache-oro-1.6.2-3jpp.noarch.rpm</c
However, JPackage does not package proprietary software, and since some of the
optional packages depend on proprietary jars, they must be handled as follows.
This may violate the spirit of JPackage, but it is necessary if you need these proprietary packages.
For example, suppose you want to install support for starteam, which jpackage does not
For example, suppose you want to install support for netrexx, which jpackage does not
support:
<ol>
<li>Decide where you want to deploy the extra jars. One option is in <code>$ANT_HOME/lib</code>,
which, for JPackage is usually <code>/usr/share/ant/lib</code>. Another, less messy option
is to create an <code>.ant/lib</code> subdirectory of your home directory and place your
non-jpackage ant jars there, thereby avoiding mixing jpackage
libraries with non-jpacakge stuff in the same folder.
libraries with non-jpackage stuff in the same folder.
More information on where Ant finds its libraries is available
<a href="http://ant.apache.org/manual/running.html#libs">here</a></li>
<li>Download a non-jpackage binary distribution from the regular
<a href="http://ant.apache.org/bindownload.cgi" target="_top">Apache Ant site</a></li>
<li>Unzip or untar the distribution into a temporary directory</li>
<li>Copy the linking jar, in this case <code>ant-starteam.jar</code>, into the library directory you
<li>Copy the linking jar, in this case <code>ant-jai.jar</code>, into the library directory you
chose in step 1 above.</li>
<li>Copy the proprietary jar itself into the same directory.</li>
</ol>
@@ -1023,12 +1023,6 @@ Already included Java 1.4+</td>
<td><a href="https://jai.dev.java.net/"
target="_top">https://jai.dev.java.net/</a></td>
</tr>
<tr>
<td>Starteam SDK</td>
<td>Starteam version management tasks</td>
<td><a href="http://www.borland.com/downloads/download_starteam.html"
target="_top">http://www.borland.com/downloads/download_starteam.html</a></td>
</tr>
</table>
<br>
<h2><a name="Troubleshooting">Troubleshooting</a></h2>


+ 0
- 1
docs/manual/optionaltasklist.html View File

@@ -80,7 +80,6 @@
<li><a href="OptionalTasks/splash.html">Splash</a></li>
<li><a href="OptionalTasks/sshexec.html">Sshexec</a></li>
<li><a href="OptionalTasks/sshsession.html">Sshsession</a></li>
<li><a href="OptionalTasks/starteam.html">Starteam Tasks</a></li>
<li><a href="OptionalTasks/symlink.html">Symlink</a></li>
<li><a href="OptionalTasks/telnet.html">Telnet</a></li>
<li><a href="OptionalTasks/translate.html">Translate</a></li>


+ 0
- 9
docs/manual/tasksoverview.html View File

@@ -1162,15 +1162,6 @@ documentation.</p>
<i>soscheckin</i>, and <i>soscheckout</i> commands.</p></td>
</tr>

<tr valign="top">
<td nowrap><a href="OptionalTasks/starteam.html">StarTeam</a></td>
<td><p>Tasks to perform the StarTeam <i>stcheckout</i>, <i>stcheckin</i>,
<i>stlabel</i>, and <i>stlist</i> commands. The
<a href="OptionalTasks/starteam.html#starteam">Starteam</a> task
is deprecated; use
<a href="OptionalTasks/starteam.html#stcheckout">STCheckout</a>
instead.</p></td>
</tr>
</table>

<p></p>


Loading…
Cancel
Save