Bug 42271 - Scp Task Block When Send Directories
Summary: Scp Task Block When Send Directories
Status: RESOLVED DUPLICATE of bug 41090
Alias: None
Product: Ant
Classification: Unclassified
Component: Optional Tasks (show other bugs)
Version: 1.7.0
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: Ant Notifications List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-26 19:41 UTC by Raymond Wu
Modified: 2008-02-22 12:18 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Raymond Wu 2007-04-26 19:41:19 UTC
Sample:
<scp todir="${scp.target}" trust="true">
  <fileset dir="src" includes="**/*.php" excludes="**/.svn"/>
</scp>

This case can work with "Ant 1.7.0 + jsch-0.1.29.jar",
but can't work with "Ant 1.7.0 + (jsch-0.1.30 ~ 0.1.32)".

This task would be blocked after transmition finished with jsch library 0.1.30
or later.

Raymond Wu. Tapiei
Comment 1 J.M. (Martijn) Kruithof 2007-04-29 06:20:52 UTC
Please verify if the current version from "head" functions. I am marking this as
duplicate. If it isn't please re-open

*** This bug has been marked as a duplicate of 41090 ***