Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 36283 invoked from network); 10 Nov 2005 16:23:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Nov 2005 16:23:07 -0000 Received: (qmail 2045 invoked by uid 500); 10 Nov 2005 16:23:06 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 2026 invoked by uid 500); 10 Nov 2005 16:23:06 -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 2015 invoked by uid 99); 10 Nov 2005 16:23:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2005 08:23:06 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of wim.deblauwe@gmail.com designates 64.233.184.206 as permitted sender) Received: from [64.233.184.206] (HELO wproxy.gmail.com) (64.233.184.206) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2005 08:22:59 -0800 Received: by wproxy.gmail.com with SMTP id 71so381674wri for ; Thu, 10 Nov 2005 08:22:44 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=W8vL3Gwzj46/20TvLSAxQ2HDZ11CJplHMHsNP/i2bKpNWQN2RU0PgoUeq1dq7btwHdY/mBkvVA2IUzoXo754Auv3a2vv213m34rqIKp1exzlw4fhuWpV9kMtA3VqOUztd5I63swbytra8dN2m8KmHHqBm+Shir5ty4gMriTJx4c= Received: by 10.54.76.5 with SMTP id y5mr106597wra; Thu, 10 Nov 2005 08:22:44 -0800 (PST) Received: by 10.54.102.8 with HTTP; Thu, 10 Nov 2005 08:22:44 -0800 (PST) Message-ID: Date: Thu, 10 Nov 2005 17:22:44 +0100 From: Wim Deblauwe To: continuum-users@maven.apache.org Subject: Re: Multiproject with maven 2 In-Reply-To: <437370D5.90504@venisse.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_25120_876492.1131639764256" References: <43734761.20500@venisse.net> <4373516E.5020805@venisse.net> <43735CA0.1090704@venisse.net> <437370D5.90504@venisse.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_25120_876492.1131639764256 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline ok, that works. Should I file a bug that it does not work with the file upload or is there already a bug for that? regards, Wim 2005/11/10, Emmanuel Venisse : > > You must activate file protocol, it's disabled by default for security > reason. > > open $CONTIUUM_HOM/apps/continuum/conf/application.xml > and uncomment line ">file > and restart continuum > > Emmanuel > > Wim Deblauwe a =E9crit : > > I first tried with the upload file in the structure as you defined and > it > > fails with this cryptic error: > > > > Could not download > > file:/C:/DOCUME~1/WIM/LOCALS~1/Temp/summit-/moduleA/pom.xml: > > C:\DOCUME~1\WIM\LOCALS~1\Temp\summit-\moduleA\pom.xml (The system canno= t > > find the path specified) > > > > Note that there is no number after "summit-". > > > > With the url: > > > > how do I do this for a file? > > > > Normally it should be: > > > > file:///Z:/root/pom.xml > > > > but continuum states that this is not a valid url > > > > regards, > > > > Wim > > > > > > > > 2005/11/10, Emmanuel Venisse : > > > >>ok, can you test with the url field? We don't allow project with module > in > >>upload feature > >>because like you can see in your log, uploaded file go to your temp > >>directory and your > >>modules isn't there when continuum parse pom file. > >> > >>Let me know if it works. > >> > >>Emmanuel > >> > >>Wim Deblauwe a =E9crit : > >> > >>>I use the option where I choose the pom.xml from a location on my > >> > >>harddrive, > >> > >>>so that would be upload pom I guess. > >>> > >>>regards, > >>> > >>>Wim > >>> > >>>2005/11/10, Emmanuel Venisse : > >>> > >>> > >>>>Thanks for the issue. > >>>> > >>>>Do you have upload pom or do you use the url feature? > >>>> > >>>>Emmanuel > >>>> > >>>>Wim Deblauwe a =E9crit : > >>>> > >>>> > >>>>>That is really a pity. I would definetly need this to be able to use > >>>>>continuum with multiproject of maven 2. So I filed an issue: > >>>>> > >>>>>http://jira.codehaus.org/browse/CONTINUUM-437 > >>>>> > >>>>>hope to see this fixed soon. > >>>>> > >>>>>regards, > >>>>> > >>>>>Wim > >>>>> > >>>>> > >>>>>2005/11/10, Emmanuel Venisse : > >>>>> > >>>>> > >>>>> > >>>>>>it doesn't work for the moment. Actually, you can only modules in > >>>>>>sub-directories of > >>>>>>parent project like this : > >>>>>>root > >>>>>>+ pom.xml <=3D your parent project > >>>>>>+ moduleA > >>>>>>+ moduleB > >>>>>> > >>>>>>and define in pom.xml modules like this : > >>>>>> > >>>>>>moduleA > >>>>>>moduleB > >>>>>> > >>>>>> > >>>>>>Please, file an issue for this. > >>>>>> > >>>>>>Emmanuel > >>>>>> > >>>>>>Wim Deblauwe a =E9crit : > >>>>>> > >>>>>> > >>>>>> > >>>>>>>Hi, > >>>>>>> > >>>>>>>I'm testing with multiproject like this: > >>>>>>> > >>>>>>>root > >>>>>>>+ project > >>>>>>>+ moduleA > >>>>>>>+ moduleB > >>>>>>> > >>>>>>>each one has a pom.xml defined. The pom of the project has a > >> > >> > >> > >>>>>>>section as follows: > >>>>>>> > >>>>>>> > >>>>>>>../moduleA > >>>>>>>../moduleB > >>>>>>> > >>>>>>> > >>>>>>>When I try to add the pom of "project", continuum fails with an > >> > >>error: > >> > >>>>>>>Could not download > >>>>>>>file:/C:/DOCUME~1/WIMD/LOCALS~1/Temp/summit-4/../moduleA/pom.xml: > >>>>>>>C:\DOCUME~1\WIMD\LOCALS~1\Temp\summit-4\..\moduleA\pom.xml (The > >> > >>system > >> > >>>>>>>cannot find the path specified) > >>>>>>> > >>>>>>>any ideas? > >>>>>>> > >>>>>>>regards, > >>>>>>> > >>>>>>>Wim > >>>>>>> > >>>>>> > >>>>>> > >> > > > > ------=_Part_25120_876492.1131639764256--