[ http://jira.codehaus.org/browse/WAGON-158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brett Porter updated WAGON-158: ------------------------------- Fix Version/s: 1.x > CLONED FOR CODE REVISION -SSH transport hangs on large transfers > ---------------------------------------------------------------- > > Key: WAGON-158 > URL: http://jira.codehaus.org/browse/WAGON-158 > Project: Maven Wagon > Issue Type: Bug > Components: wagon-ssh > Reporter: John Casey > Assignee: John Casey > Fix For: 1.x > > > (1.0-alpha-6 needs to be released and a7 added as a new version) > executeCommand( "cd " + path + "; unzip -o " + zipFile.getName() > + "; rm -f " + zipFile.getName() ); > This code hangs when the zip is large. The problem is that the process's > outputstream is not read so eventually it fills its buffer and the process > hangs. My fix? Add "-q" to unzip's arguments so that it does not spew tons > of output. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira