From users-return-7960-apmail-continuum-users-archive=continuum.apache.org@continuum.apache.org Fri Dec 11 15:11:10 2009 Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 24413 invoked from network); 11 Dec 2009 15:11:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Dec 2009 15:11:10 -0000 Received: (qmail 21284 invoked by uid 500); 11 Dec 2009 15:11:09 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 21212 invoked by uid 500); 11 Dec 2009 15:11: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 21202 invoked by uid 99); 11 Dec 2009 15:11:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Dec 2009 15:11:08 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of batkinson@usm.maine.edu designates 130.111.135.75 as permitted sender) Received: from [130.111.135.75] (HELO mail4.doit.usm.maine.edu) (130.111.135.75) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Dec 2009 15:11:06 +0000 Received: from uct5.uct.usm.maine.edu (uct5.doit.usm.maine.edu [130.111.135.97]) by mail4.doit.usm.maine.edu (Postfix) with ESMTP id BF03AB8D51E for ; Fri, 11 Dec 2009 10:10:42 -0500 (EST) Received: from UCT5-MTA by uct5.uct.usm.maine.edu with Novell_GroupWise; Fri, 11 Dec 2009 10:10:42 -0500 Message-Id: <4B221A960200009D00036759@uct5.uct.usm.maine.edu> X-Mailer: Novell GroupWise Internet Agent 8.0.1 Date: Fri, 11 Dec 2009 10:10:30 -0500 From: "Brent Atkinson" To: Subject: Re: Problem with multi module maven project Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=__Part97BDF3F6.0__=" --=__Part97BDF3F6.0__= Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Gier, I'd take Emmanuel's recommendation seriously if you're wanting the project = to be manageable and work with the conventional tools. It may work this = way, but you will have to fight against the tools where you wouldn't have = to otherwise. Brent >>> Emmanuel Venisse 12/10/09 8:43 AM >>> It's a bad practice to use a file that is stored under an other project. The best practice is to create a module that store shared files then you = add it as a dependency of your project. Emmanuel On Thu, Dec 10, 2009 at 10:52 AM, Engebakken Geir wrote: > Thats correct, problem solved. Thank you! > > > Geir > > -----Original Message----- > From: Brent Atkinson [mailto:batkinson@usm.maine.edu] > Sent: 9. desember 2009 18:33 > To: users@continuum.apache.org > Subject: Re: Problem with multi module maven project > > You could add the project as a recursive build. This should run it like = you > would from the command line if I'm not mistaken. > > Brent > > >>> Engebakken Geir 12/09/09 10:43 AM >>> > We have a multi module maven project that we have added to continuum, by > the parent pom. Continuum then put all subprojects into continuum. But = the > problem is that all subprojects are placed in the same directory = "level", > that is for us this is : > > /usr/local/continuum/data/working-directory > > All projects are placed in a flat structure there with a numeric id as = top > level directory. > > This is a problem for the submodules, as they refer to some files in the > parent project like this : > > ${basedir}/../../wsdl/documentws/document/Document.wsdl > > The ../.. notation from ($basedir) then fails. Any idea how we can fix = this > ? > > Geir > > > > --=__Part97BDF3F6.0__=--