From users-return-6746-apmail-continuum-users-archive=continuum.apache.org@continuum.apache.org Wed Jul 23 10:52:09 2008 Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 69326 invoked from network); 23 Jul 2008 10:52:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jul 2008 10:52:09 -0000 Received: (qmail 6889 invoked by uid 500); 23 Jul 2008 10:52:08 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 6850 invoked by uid 500); 23 Jul 2008 10:52:08 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 6839 invoked by uid 99); 23 Jul 2008 10:52:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jul 2008 03:52:08 -0700 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of emmanuel.venisse@gmail.com designates 64.233.182.188 as permitted sender) Received: from [64.233.182.188] (HELO nf-out-0910.google.com) (64.233.182.188) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jul 2008 10:51:12 +0000 Received: by nf-out-0910.google.com with SMTP id d3so771658nfc.20 for ; Wed, 23 Jul 2008 03:51:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=z5x0884YV5PIYbwXu8EjW+U1iZyCBbYwTpIvAUgxF5c=; b=SGRBxZtyqb8n/JifeqOfDhnJutN5g6D5XKlB5DhU+L2raCfjXCVh7UV4Esv9qH7Wni mze++DXDx4HUdkujg2CLNel5iJRfMAB0Mzuh6rdsz9rGFIRFpntDFCzbhYRm1nWUYD1P OKZIuHR7+nJruOTxhCq1eTBbBGC2N4BvFgVsw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=uisPP01RTrrBG01BxsQ/Jt1kGHL72RcVgb4C065DQi3Y9flW98UyIvG23MDBgj7MyI TQYDh97IwX2auOEEc3A5t5do0jmlRmU/UjqoVgsYzb2D1kWpusNfCIXmYgDCrkMIs5Qf yp8EXTfI5OUAoPRE+ukOjZzxt/8u9ZXjApwkU= Received: by 10.210.71.13 with SMTP id t13mr5821583eba.130.1216810296940; Wed, 23 Jul 2008 03:51:36 -0700 (PDT) Received: by 10.210.34.8 with HTTP; Wed, 23 Jul 2008 03:51:36 -0700 (PDT) Message-ID: Date: Wed, 23 Jul 2008 12:51:36 +0200 From: "Emmanuel Venisse" To: users@continuum.apache.org Subject: Re: Need hint about parent pom not in svn and child in svn In-Reply-To: <18607951.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_64841_17350922.1216810296932" References: <18607951.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_64841_17350922.1216810296932 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline If your parent isn't in svn, it must be in a remote repository used by your child projects. Emmanuel On Wed, Jul 23, 2008 at 12:37 PM, Raffaele wrote: > > Hi all, > > I try to explain my scenario, very simple: > > - parent.pom > - child.pom > > parent.pom is not inside Subversion and so it doesn't define the scm > element > child.pom is inside Subversion and it defines the scm element > > Now Continuum: > - I add child.pom specifying its svn url but Continuum says that parent pom > is missing, > - I add parent pom uploading it as it is not in Subversion but Continuum > says tha scm element is missing > - Then I add again child.pom and this time Continuum works and I see my > just > inserted project. > > That behaviour is quite strange, by the way it works. > > Now, consider that I change parent.pom, as it isn't in Subversion, I need > to > upload it again on Continuum, I try to do that, Continuum says again that > scm element is missing, but this time if I launch a build of the child > project, unfortunately Continuum seems to not see my changes on parent.pom. > > Perhaps I'm wrong in setting my environment, should I configure it in a > different way? > Should I have to put in svn also my parent pom? > > thanks in advance, best regards > Raffaele > -- > View this message in context: > http://www.nabble.com/Need-hint-about-parent-pom-not-in-svn-and-child-in-svn-tp18607951p18607951.html > Sent from the Continuum - Users mailing list archive at Nabble.com. > > ------=_Part_64841_17350922.1216810296932--