stevel 2005/08/10 16:02:50 Modified: docs/manual/OptionalTasks scp.html sshexec.html xdocs external.xml Log: doc updates Revision Changes Path 1.20 +3 -2 ant/docs/manual/OptionalTasks/scp.html Index: scp.html =================================================================== RCS file: /home/cvs/ant/docs/manual/OptionalTasks/scp.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- scp.html 15 May 2005 21:13:06 -0000 1.19 +++ scp.html 10 Aug 2005 23:02:50 -0000 1.20 @@ -20,8 +20,9 @@ <p><b>Note:</b> This task depends on external libraries not included in the Ant distribution. See <a href="../install.html#librarydependencies">Library Dependencies</a> -for more information. This task has been tested with jsch-0.1.2 to -jsch-0.1.14.</p> +for more information. This task has been tested with jsch-0.1.2 and later.</p> + +<p>See also the <a href="scp.html">scp task</a></p> <h3>Parameters</h3> <table border="1" cellpadding="2" cellspacing="0"> 1.15 +4 -2 ant/docs/manual/OptionalTasks/sshexec.html Index: sshexec.html =================================================================== RCS file: /home/cvs/ant/docs/manual/OptionalTasks/sshexec.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- sshexec.html 29 Apr 2005 18:58:09 -0000 1.14 +++ sshexec.html 10 Aug 2005 23:02:50 -0000 1.15 @@ -19,10 +19,12 @@ <p><b>Note:</b> This task depends on external libraries not included in the Ant distribution. See <a href="../install.html#librarydependencies">Library Dependencies</a> -for more information. This task has been tested with jsch-0.1.7 to -jsch-0.1.9 and won't work with versions of jsch earlier than +for more information. This task has been tested with jsch-0.1.7 and above +and won't work with versions of jsch earlier than 0.1.7.</p> +<p>See also the <a href="scp.html">scp task</a></p> + <h3>Parameters</h3> <table border="1" cellpadding="2" cellspacing="0"> <tr> 1.165 +15 -40 ant/xdocs/external.xml Index: external.xml =================================================================== RCS file: /home/cvs/ant/xdocs/external.xml,v retrieving revision 1.164 retrieving revision 1.165 diff -u -r1.164 -r1.165 --- external.xml 8 Aug 2005 19:23:56 -0000 1.164 +++ external.xml 10 Aug 2005 23:02:50 -0000 1.165 @@ -3336,42 +3336,16 @@ </table> </subsection> - <subsection name="HP RadPak"> - <p> - RadPak comes with the (free) HP Bluestone HPAS J2EE server, and is primarily - a GUI tool for packaging and deploying java web and EJB applications - as WAR and EAR files. The tool is ant based, and can be used with - as a GUI for general ant development, providing form based entry - of task attributes, and an animated display of task - execution. - </p> + <subsection name="IntelliJ IDEA 5.0"> + <p>Java IDE with refactoring support and Ant integration. + The IDE has special editing and navigation support for Ant. + </p> <table class="externals"> <tr> <th>Compatibility:</th> - <td>bundles Ant 1.3 and docs; adds a jar of extra tasks - to any existing ant installation under ANT_HOME</td> - </tr> - <tr> - <th>URL:</th> - <td><a href="http://www.bluestone.com/products/hp-as/">http://www.bluestone.com/products/hp-as/</a></td> - </tr> - <tr> - <th>License:</th> - <td>Proprietary but free to download</td> - </tr> - </table> - </subsection> - - <subsection name="IntelliJ IDEA 2.0"> - - <p>Java IDE with refactoring support and Ant integration.</p> - - <table class="externals"> - <tr> - <th>Compatibility:</th> - <td>bundles Ant 1.3</td> + <td>bundles Ant 1.6.5</td> </tr> <tr> <th>URL:</th> @@ -3383,22 +3357,21 @@ </tr> <tr> <th>License:</th> - <td>Commercial</td> + <td>Commercial; Academic and OpenSource licenses available.</td> </tr> </table> </subsection> - <subsection name="JBuilder 8 Enterprise"> + <subsection name="JBuilder"> - <p>JBuilder 8 Enterprise and "Performance Bundle" - come with built-in Ant support. JBuilder 8 Personal and SE - don't support Ant directly, but <a href="#AntRunner">an - OpenTool</a> is available for them.</p> + <p>Borland JBuilder + comes with built-in Ant support, including build file editing. + Some versions come with Ant debugging support.</p> <table class="externals"> <tr> <th>Compatibility:</th> - <td>Bundles Ant 1.5.1</td> + <td>Bundles Ant 1.6</td> </tr> <tr> <th>URL:</th> @@ -3410,7 +3383,7 @@ </tr> <tr> <th>License:</th> - <td>Commercial</td> + <td>Commercial; foundation edition is free.</td> </tr> </table> </subsection> @@ -3444,7 +3417,9 @@ <subsection name="NetBeans"> <p>A module that integrates Ant into the NetBeans IDE, as well as derivative products such as Sun Java - Studio (formerly Forte for Java and Sun ONE Studio) and Sun Java Studio Creator.</p> + Studio (formerly Forte for Java and Sun ONE Studio) and Sun Java Studio Creator. + This IDE uses Ant as its <i>sole</i> means of building applications, + with custom tasks and an Ant-aware editor.</p> <table class="externals"> <tr>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]