From continuum-users-return-693-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Fri Dec 16 08:07:30 2005 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 54342 invoked from network); 16 Dec 2005 08:07:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Dec 2005 08:07:30 -0000 Received: (qmail 56382 invoked by uid 500); 16 Dec 2005 08:07:28 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 56270 invoked by uid 500); 16 Dec 2005 08:07:27 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 56226 invoked by uid 99); 16 Dec 2005 08:07:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Dec 2005 00:07:27 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [62.193.206.151] (HELO mailsender.amenworld.com) (62.193.206.151) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Dec 2005 00:07:26 -0800 Received: from webmail9.amenworld.com (webmail9.amenworld.com [62.193.206.9]) by mailsender.amenworld.com (Postfix) with SMTP id 77036A154C4 for ; Fri, 16 Dec 2005 09:07:04 +0100 (CET) Received: (qmail 30201 invoked from network); 16 Dec 2005 08:07:04 -0000 Received: from 218.20.99-84.rev.gaoland.net (HELO ?127.0.0.1?) (84.99.20.218) by 0 with SMTP; 16 Dec 2005 08:07:04 -0000 Message-ID: <43A275A0.2080402@venisse.net> Date: Fri, 16 Dec 2005 09:06:56 +0100 From: Emmanuel Venisse User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: fr, en MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: Perforce testing needed References: <38FB0F3A5CCB9545ABF325368DEBFCFE5B0DB7@indiamail4.CHEERS.HAATHI.COM> In-Reply-To: <38FB0F3A5CCB9545ABF325368DEBFCFE5B0DB7@indiamail4.CHEERS.HAATHI.COM> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I think you actually need to remove '/' at the end of your scm url. Emmanuel Zabil a écrit : > It fails for me > Here is the output I get. > > 2005-12-16 11:15:35,361 [Thread-1] INFO ContinuumScm > - Checking out project: 'MDS WMS Merger', id: '1' to > 'D:\apache\continuum-1.0.2\bin\..\apps\continuum\working-directory\1'. > Working dir: > D:\apache\continuum-1.0.2\bin\..\apps\continuum\working-directory\1 > > 2005-12-16 11:15:35,439 [Thread-1] INFO ScmManager - Executing: > p4 -H perforce:1666 -u zabil.cm -P ******* client -i > 2005-12-16 11:15:35,455 [Thread-1] DEBUG ScmManager - Updating clientspec: > Client: zabil.cm-zabil-cm-MavenSCM > Root: D:\apache\continuum-1.0.2\bin\..\apps\continuum\working-directory\1 > View: > //depot/branches/ASG-WMS/IRIApp//... > //zabil.cm-zabil-cm-MavenSCM/... > Description: > Created by maven-scm-provider-perforce > > And the dreaded--- > > 2005-12-16 11:15:35,705 [Thread-1] WARN ContinuumScm - Error > while checking out the code for project: 'MDS WMS Merger', id: '1' to > 'D:\apache > \continuum-1.0.2\bin\..\apps\continuum\working-directory\1'. > 2005-12-16 11:15:35,705 [Thread-1] WARN ContinuumScm - Command output: > 2005-12-16 11:15:35,705 [Thread-1] WARN ContinuumScm - Provider message: > Unable to sync > > I have used the variable > wrapper.java.additional.6=-Dmaven.scm.perforce.clientspec.name="zabil-cm" > in wrapper.conf > > And the url that I am using is > scm:perforce:zabil.cm@perforce:1666://depot/branches/ASG-WMS/IRIApp/ > > -----Original Message----- > From: Mike Perham [mailto:Mike.Perham@webifysolutions.com] > Sent: Thursday, December 15, 2005 10:25 PM > To: continuum-users@maven.apache.org > Subject: Perforce testing needed > > > All, I now have a version of the Perforce provider which works on > Continuum 1.0.2 in my own basic testing. I would like to have a few > hardy volunteers to download the patched jar and try it on their own > build by placing it in apps/continuum/lib and restarting Continuum. I'd > advise you to backup the old version but since that one didn't work, > what's the point? :-) > > http://www.perham.net/maven-scm-provider-perforce-1.0-beta-2.jar > > Notes: > > I just used a shell build with NO SCM user/password. The Perforce user > was logged in beforehand so no security was required (similar to doing a > 'cvs login' and not having to log in anymore). The clientspec naming is > still being commented on [http://jira.codehaus.org/browse/SCM-114 please > "watch" it if you want to participate in the conversation] so little has > changed in that regard. > > Please email this list with your success or failures. > > mike > > >