Return-Path: Delivered-To: apmail-maven-wagon-dev-archive@www.apache.org Received: (qmail 4795 invoked from network); 5 Jan 2006 16:51:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jan 2006 16:51:33 -0000 Received: (qmail 60939 invoked by uid 500); 5 Jan 2006 16:51:33 -0000 Delivered-To: apmail-maven-wagon-dev-archive@maven.apache.org Received: (qmail 60916 invoked by uid 500); 5 Jan 2006 16:51:33 -0000 Mailing-List: contact wagon-dev-help@maven.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: wagon-dev@maven.apache.org List-Id: "Maven Wagon Developers List" Delivered-To: mailing list wagon-dev@maven.apache.org Received: (qmail 60905 invoked by uid 99); 5 Jan 2006 16:51:32 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2006 08:51:32 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [63.246.20.114] (HELO 63-246-20-114.contegix.com) (63.246.20.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Jan 2006 08:51:30 -0800 Received: (qmail 8567 invoked by uid 89); 5 Jan 2006 16:51:09 -0000 Received: from unknown (HELO codehaus01.managed.contegix.com) (127.0.0.1) by smtp.domain.com with SMTP; 5 Jan 2006 16:51:09 -0000 Message-ID: <179797127.1136479869919.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Thu, 5 Jan 2006 10:51:09 -0600 (CST) From: "K.C. Baltz (JIRA)" To: wagon-dev@maven.apache.org Subject: [jira] Reopened: (WAGONFTP-9) Wagon FTP hangs attempting to deploy artifact In-Reply-To: <82507764.1130973006673.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://jira.codehaus.org/browse/WAGONFTP-9?page=all ] K.C. Baltz reopened WAGONFTP-9: ------------------------------- It's probably something I'm doing wrong, but I'm having trouble testing this fix. I have the following in my pom.xml: org.apache.maven.wagon wagon-ftp 1.0-alpha-6 org.apache.maven.wagon wagon-ssh 1.0-alpha-6 However when I try to deploy via FTP, I get the following: [INFO] Error deploying artifact: Unsupported Protocol: 'ftp': Cannot find wagon which supports the requested protocol: ftp Component descriptor cannot be found in the component repository: org.apache.mav en.wagon.Wagonftp. I'm testing with Maven 2.0.1. It appears I have been downloading 1.0-alpha-6 from http://public.planetmirror.com/pub/maven2/, not Ibiblio. Is that a good place to get it? > Wagon FTP hangs attempting to deploy artifact > --------------------------------------------- > > Key: WAGONFTP-9 > URL: http://jira.codehaus.org/browse/WAGONFTP-9 > Project: wagon-ftp > Type: Bug > Environment: Running Maven 2 on Windows XP, repository on Sun Solaris 10 > Reporter: K.C. Baltz > Assignee: Brett Porter > Fix For: 1.0-alpha-6 > > > When deploying my artifact to my repository via FTP, the process hangs (it eventually fails after many minutes). I've noticed that it only fails the second time the artifact is deployed, so it seems to be related to retrieving the previous build number/metadata. > > CopartSnapshotDeploy > Repository Name > ftp://cvs.copart.com/repository > -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: wagon-dev-unsubscribe@maven.apache.org For additional commands, e-mail: wagon-dev-help@maven.apache.org