Author: antoine Date: Tue Sep 12 17:05:04 2006 New Revision: 442762 URL: http://svn.apache.org/viewvc?view=rev&rev=442762 Log: Bugzilla Report 40333, jsch 0.1.29 minimum required.
Modified: ant/core/trunk/docs/manual/OptionalTasks/sshexec.html ant/core/trunk/docs/manual/install.html Modified: ant/core/trunk/docs/manual/OptionalTasks/sshexec.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/OptionalTasks/sshexec.html?view=diff&rev=442762&r1=442761&r2=442762 ============================================================================== --- ant/core/trunk/docs/manual/OptionalTasks/sshexec.html (original) +++ ant/core/trunk/docs/manual/OptionalTasks/sshexec.html Tue Sep 12 17:05:04 2006 @@ -35,9 +35,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.7 and above +for more information. This task has been tested with jsch-0.1.29 and above and won't work with versions of jsch earlier than -0.1.7.</p> +0.1.28.</p> <p>See also the <a href="scp.html">scp task</a></p> Modified: ant/core/trunk/docs/manual/install.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/install.html?view=diff&rev=442762&r1=442761&r2=442762 ============================================================================== --- ant/core/trunk/docs/manual/install.html (original) +++ ant/core/trunk/docs/manual/install.html Tue Sep 12 17:05:04 2006 @@ -717,7 +717,7 @@ target="_top">http://xml.apache.org/commons/</a>.</td> </tr> <tr> - <td>jsch.jar</td> + <td>jsch.jar <b>0.1.29 or later</b></td> <td>sshexec and scp tasks</td> <td><a href="http://www.jcraft.com/jsch/index.html" target="_top">http://www.jcraft.com/jsch/index.html</a></td> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]