From continuum-users-return-3312-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Mon Feb 19 15:11:33 2007 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 99212 invoked from network); 19 Feb 2007 15:11:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2007 15:11:33 -0000 Received: (qmail 65669 invoked by uid 500); 19 Feb 2007 15:11:41 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 65258 invoked by uid 500); 19 Feb 2007 15:11:39 -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 65247 invoked by uid 99); 19 Feb 2007 15:11:39 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Feb 2007 07:11:39 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [62.193.206.9] (HELO webmail9.amenworld.com) (62.193.206.9) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 19 Feb 2007 07:11:28 -0800 Received: (qmail 2342 invoked from network); 19 Feb 2007 15:11:12 -0000 Received: from 90.52.68-86.rev.gaoland.net (HELO ?127.0.0.1?) (86.68.52.90) by 0 with SMTP; 19 Feb 2007 15:11:12 -0000 Message-ID: <45D9BE04.8020301@venisse.net> Date: Mon, 19 Feb 2007 16:11:00 +0100 From: Emmanuel Venisse User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: Invalid scm url problem References: <45D980B0.9070106@tripolis.com> <45D99CD5.4030002@venisse.net> <45D99EEF.6000406@tripolis.com> <45D9A68F.6070903@venisse.net> <45D9B2FE.5070504@tripolis.com> In-Reply-To: <45D9B2FE.5070504@tripolis.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org You can define it once if you declare it in the parent pom. It will be inherited in modules. Emmanuel Ronald Pieterse a écrit : > Thank you, that did the trick. So I've learned I should read the > documentation more carefully... :-) > Now another question popped up about notifiers. Since I have multiple > projects in Continuum now, for each submodule one seperate project, is > there a way to only define the notifiers once or do I need to define > them per project? > > Thank you for the quick responses. > > Emmanuel Venisse wrote: >> oh, I see. Your scm url is wrong because it doesn't respect the format >> (http://maven.apache.org/scm/subversion.html) >> it must be scm:svn:svn://... >> >> Emmanuel >> >> Ronald Pieterse a écrit : >>> I know, maybe I explained it wrong. On the 'Add Project' page I >>> provide the url to my repo which is available through our intranet >>> with http://development/repos//trunk//pom.xml >>> >>> It creates the projects (submodules are on same physical level as >>> parent for proper IDE working reasons) correctly but then it doesn't >>> build correctly cause apparently the 'The scm url is invalid. ' >>> >>> The info for the parent continuum project is: >>> Project Name parent >>> Scm Url scm:svn://development/tripolis_dialog/trunk/parent >>> Version x-SNAPSHOT >>> Group parent >>> >>> >>> and for one of the submodule it is: >>> >>> Project Name persistence >>> Scm Url scm:svn://development/tripolis_dialog/trunk/persistence >>> Version x-SNAPSHOT >>> Group parent >>> >>> >>> Doesn't this look the way it's supposed to be? >>> I don't get it. >>> >>> >>> Emmanuel Venisse wrote: >>>> svn:// or scm:svn:// aren't standard protocols, so continuum doesn't >>>> accept them. In the "Add Project" page, you can use only >>>> http(s)/ftp/file protocols. >>>> file protocol is allowed only if it's configured in application.xml >>>> >>>> Emmanuel >>>> >>>> Ronald Pieterse a écrit : >>>>> I'm trying to put a Maven 2 multi module project into Continuum but >>>>> for some reason I can't seem to get the scm-url right (according to >>>>> Continuum). >>>>> My project is set up as follows: I have a parent module which holds >>>>> no source code, only a pom.xml: >>>>> >>>>> >>>>> 4.0.0 >>>>> com.tripolis >>>>> r3 >>>>> pom >>>>> x-SNAPSHOT >>>>> parent >>>>> >>>>> >>>>> scm:svn://development/tripolis_dialog/trunk >>>>> >>>>> scm:svn://development/tripolis_dialog/trunk >>>>> >>>>> http://development/repos/tripolis_dialog/trunk >>>>> >>>>> >>>>> ... dependencies and plugins ... >>>>> >>>>> >>>>> ../persistence >>>>> ../business >>>>> ../web >>>>> >>>>> >>>>> >>>>> The submodule poms have no scm specs but this is inherited from the >>>>> parent (right?): >>>>> >>>>> >>>>> r3 >>>>> com.tripolis >>>>> x-SNAPSHOT >>>>> >>>>> >>>>> >>>>> Now the first part works good (providing the M2 POM Url) and the >>>>> projects are created (so continuum says) but then the building does >>>>> not start due to the error: >>>>> >>>>> Exception: >>>>> Cannot checkout sources.//development/tripolis_dialog/trunk url >>>>> isn't a valid svn URL. >>>>> The scm url is invalid. >>>>> >>>>> Any idea on where I go from here? >>>>> THNX. >>>>> >>>>> p.s. of course I've tried all kinds of variants of the url like: >>>>> >>>>> scm:svn://development/tripolis_dialog/trunk/parent >>>>> svn://development/tripolis_dialog/trunk/parent >>>>> scm:svn://development/tripolis_dialog >>>>> scm:svn:http//development/tripolis_dialog/trunk/parent >>>>> >>>>> >>>>> >>>>> >>>>> >>>> >>> >>> >> > > > > >