Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 28388 invoked from network); 8 Aug 2004 10:18:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Aug 2004 10:18:15 -0000 Received: (qmail 25414 invoked by uid 500); 8 Aug 2004 10:18:07 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 25376 invoked by uid 500); 8 Aug 2004 10:18:06 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 25343 invoked by uid 99); 8 Aug 2004 10:18:06 -0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=FORGED_HOTMAIL_RCVD2,PRIORITY_NO_NAME,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received: from [80.91.224.249] (HELO main.gmane.org) (80.91.224.249) by apache.org (qpsmtpd/0.27.1) with ESMTP; Sun, 08 Aug 2004 03:18:01 -0700 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BtkkX-0000U0-00 for ; Sun, 08 Aug 2004 12:17:57 +0200 Received: from d5e0082a.kabel.telenet.be ([213.224.8.42]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Aug 2004 12:17:57 +0200 Received: from jcs_gde_lists by d5e0082a.kabel.telenet.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Aug 2004 12:17:57 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: users@maven.apache.org From: "Geoffrey" Subject: Re: Using sshdeploy Date: Sun, 8 Aug 2004 12:17:54 +0200 Lines: 94 Message-ID: References: <6B9604063D23374295487CA69A85EBA8BC85BE@MAILSRV1.aquarius.cpqd.com.br> X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: d5e0082a.kabel.telenet.be X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Did you get my mail with the attached file site-deployment.xml? With kind regards, Geoffrey "Dion Gillard" schreef in bericht news:b22dff9804072315211363d978@mail.gmail.com... I'll happily review and commit the docs. On Fri, 23 Jul 2004 19:57:43 +0200, Geoffrey wrote: > I had the same problem. Its needs to be documented. > (I 'd love to document it decently if a Maven developer aggrees to review > and add it) > It's hanging on the ssh command. > > First get an ssh client. (For winblows get Cygwin with OpenSSH) > Make sure you have a private key (generate one with openssh and upload the > public key) > Then do (in Cygwin): > ssh-agent bash > ssh-add ~/.ssh/ > cd /cygdrive/d/projects/created/apps/networktools > maven site:sshdeploy > > Also make sure your project.xml is correct. > If your using SourceForge, just copy from http://networktools.sf.net 's > project.xml > -- > With kind regards, > Geoffrey > > "Raphael Philipe Mendes da Silva" schreef in bericht > news:6B9604063D23374295487CA69A85EBA8BC85BE@MAILSRV1.aquarius.cpqd.com.br... > > > Hi, I need some help for using the sshdeploy goal of the site plugin. It > isn't working. When i try to do a sshdeploy the process seens to stop, i > wait a lot and nothing > happens. Have some settings that i have to do? > > Someone can helpme? > Here is a peace of the debug log > [tar] Building tar: > S:\rsilva_components\components\parameters\implementacao\src\target\paramete > rs-1.3.1-site.tar > [gzip] Building: > S:\rsilva_components\components\parameters\implementacao\src\target\paramete > rs-1.3.1-site.tar.gz > [delete] Deleting: > S:\rsilva_components\components\parameters\implementacao\src\target\paramete > rs-1.3.1-site.tar > [exec] [VERBOSE] Current OS is Windows 2000 > [exec] [VERBOSE] Executing 'ssh' with arguments: > '-l' > 'compdsb' > 'hermes' > 'mkdir -p /home/compdsb/www/html/sites/techcomponents/parameters/' > > The ' characters around the executable and arguments are > not part of the command. > > [exec] [DEBUG] Execute:Java13CommandLauncher: Executing 'ssh' with > arguments: > '-l' > 'compdsb' > 'hermes' > 'mkdir -p /home/compdsb/www/html/sites/techcomponents/parameters/' > > The ' characters around the executable and arguments are > not part of the command. > > Raphael Philipe Mendes da Silva > DSB - Diretoria de Solu��es em Billing > CPqD Telecom & IT Solutions > Tel.: +55 19 3705-6957 > www.cpqd.com.br > rsilva@cpqd.com.br > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > -- http://www.multitask.com.au/people/dion/ --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org