From continuum-users-return-384-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Mon Nov 07 08:34:26 2005 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 32710 invoked from network); 7 Nov 2005 08:34:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Nov 2005 08:34:25 -0000 Received: (qmail 84962 invoked by uid 500); 7 Nov 2005 08:34:25 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 84938 invoked by uid 500); 7 Nov 2005 08:34:25 -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 84927 invoked by uid 99); 7 Nov 2005 08:34:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Nov 2005 00:34:24 -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; Mon, 07 Nov 2005 00:34:18 -0800 Received: from webmail9.amenworld.com (webmail9.amenworld.com [62.193.206.9]) by mailsender.amenworld.com (Postfix) with SMTP id EDFBE9B8D0E for ; Mon, 7 Nov 2005 09:34:02 +0100 (CET) Received: (qmail 28242 invoked from network); 7 Nov 2005 08:34:03 -0000 Received: from 26.29.99-84.rev.gaoland.net (HELO ?127.0.0.1?) (84.99.29.26) by 0 with SMTP; 7 Nov 2005 08:34:03 -0000 Message-ID: <436F1176.4080408@venisse.net> Date: Mon, 07 Nov 2005 09:33:58 +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: Shell build and subversion References: <8667D3A2895A9F4F8725E0A04AC0075F0349D4@NOMSG01.wsrv1.netcom-gsm.no> In-Reply-To: <8667D3A2895A9F4F8725E0A04AC0075F0349D4@NOMSG01.wsrv1.netcom-gsm.no> 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 It's a known bug fixed in svn. Emmanuel Velle Andrè a écrit : > Hi, > > I have a problem using "shell projects" with continuum 1.0 I create a new shell project with the minimum required (project name, version and scm url), and a build definition. When I try to run this for the first time it always fails during checkout from svn, whatever the url - the build does not come to the build itself. The error from the logs is always of the type: > > - "Error while checking out the code for project: 'dummy', id: '66' to '/export/home/dmgctrl/continuum-1.0/bin/solaris/../../apps/continuum/working-directory/66' with branch/tag ." > - Command output: svn: '/' does not appear to be a URL > > > It seems to perhaps expect a branch/tag? I have none, and I have continuum checking out and building maven 2 projects from the exact same scm url that I try to run the shell project on (scm:svn:http://subversion.netcom.no/ipl/trunk/tibco). > > Am I doing anything wrong here, or is this a known bug? > > Regards, > André Velle >