DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41785>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41785

           Summary: jsch-0.1.32 causes ANT to hang on scp task
           Product: Ant
           Version: 1.7.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Optional Tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: [EMAIL PROTECTED]


This may be a duplicate of, or related to, bug #41090, which is marked as 
CLOSED.

I have the following ANT target in my build file:
        <target name="deploySCP">
                <!--Deploy the WAR file to a remote SCP directory-->
                <scp file="${bin.war.dir}/${ant.project.name}.war" 
todir="${scp.user}:[EMAIL PROTECTED]:${scp.path}" 
trust="true" 
verbose="true" />
        </target>

Using ANT 1.7.0 and jsch-0.1.32, under JDK 1.6, this target hangs while
connecting to the remote machine. No error message is generated. The following
output apppears in the ANT console:

deploySCP:
      [scp] Connecting to sechost.mydomain.com:22

Under JDK 1.5.xx, this target executed without difficulty. Could this be related
to the new JDK? (Also, there should be a JDK1.6 keyword in Bugzilla, no?)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to