git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1481669 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -40,6 +40,10 @@ Other changes: | |||||
| * Add conditional attributes | * Add conditional attributes | ||||
| Bugzilla report 43362 | Bugzilla report 43362 | ||||
| * Recommending to upgrade jsch to 0.1.50, particularly if you are using Java 1.7. | |||||
| jsch is the library behind the sshexec and scp Ant tasks. | |||||
| Versions of jsch older than 0.1.50 fail randomly under Java 1.7 with an error message "verify: false" | |||||
| Changes from Ant 1.8.4 TO Ant 1.9.0 | Changes from Ant 1.8.4 TO Ant 1.9.0 | ||||
| =================================== | =================================== | ||||
| @@ -46,7 +46,7 @@ jasper-runtime.version=${jasper-compiler.version} | |||||
| jdepend.version=2.9.1 | jdepend.version=2.9.1 | ||||
| jruby.version=0.9.8 | jruby.version=0.9.8 | ||||
| junit.version=4.11 | junit.version=4.11 | ||||
| jsch.version=0.1.42 | |||||
| jsch.version=0.1.50 | |||||
| jython.version=2.1 | jython.version=2.1 | ||||
| #log4j 1.2.15 requires JMS and a few other Sun jars that are not in the m2 repo | #log4j 1.2.15 requires JMS and a few other Sun jars that are not in the m2 repo | ||||
| log4j.version=1.2.14 | log4j.version=1.2.14 | ||||
| @@ -1008,7 +1008,7 @@ you need jakarta-oro 2.0.8 or later, and <a href="#commons-net">commons-net</a>< | |||||
| target="_top">http://xml.apache.org/commons/</a>.</td> | target="_top">http://xml.apache.org/commons/</a>.</td> | ||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td>jsch.jar <b>0.1.42 or later</b></td> | |||||
| <td>jsch.jar <b>0.1.50 or later</b></td> | |||||
| <td>sshexec and scp tasks</td> | <td>sshexec and scp tasks</td> | ||||
| <td><a href="http://www.jcraft.com/jsch/index.html" | <td><a href="http://www.jcraft.com/jsch/index.html" | ||||
| target="_top">http://www.jcraft.com/jsch/index.html</a></td> | target="_top">http://www.jcraft.com/jsch/index.html</a></td> | ||||
| @@ -35,7 +35,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
| <version>1.9.1-SNAPSHOT</version> | <version>1.9.1-SNAPSHOT</version> | ||||
| <name>Apache Ant + JSch</name> | <name>Apache Ant + JSch</name> | ||||
| <description>contains the sshexec and scp tasks | <description>contains the sshexec and scp tasks | ||||
| jsch 0.1.29 might not be available from maven</description> | |||||
| </description> | |||||
| <dependencies> | <dependencies> | ||||
| <dependency> | <dependency> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| @@ -46,7 +46,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
| <dependency> | <dependency> | ||||
| <groupId>com.jcraft</groupId> | <groupId>com.jcraft</groupId> | ||||
| <artifactId>jsch</artifactId> | <artifactId>jsch</artifactId> | ||||
| <version>0.1.42</version> | |||||
| <version>0.1.50</version> | |||||
| <scope>compile</scope> | <scope>compile</scope> | ||||
| </dependency> | </dependency> | ||||
| </dependencies> | </dependencies> | ||||