Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 553 invoked from network); 2 Mar 2006 17:04:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Mar 2006 17:04:11 -0000 Received: (qmail 98485 invoked by uid 500); 2 Mar 2006 17:04:57 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 98460 invoked by uid 500); 2 Mar 2006 17:04:56 -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 98445 invoked by uid 99); 2 Mar 2006 17:04:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Mar 2006 09:04:56 -0800 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=HTML_MESSAGE,NO_REAL_NAME,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [159.53.36.119] (HELO sf6.svr.bankone.net) (159.53.36.119) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Mar 2006 09:04:55 -0800 Received: from se3.svr.bankone.net (se3.svr.bankone.net [155.180.234.122]) by sf6.svr.bankone.net (Switch-3.1.7/Switch-3.1.7) with ESMTP id k22H4frR031130 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Thu, 2 Mar 2006 12:04:41 -0500 Received: from bankone.net (cssnat232.bankone.net [172.18.0.232]) by se3.svr.bankone.net (Switch-3.1.7/Switch-3.1.7) with ESMTP id k22H4WxM001752 for ; Thu, 2 Mar 2006 12:04:32 -0500 Received: from ([10.21.212.167]) by imf2.bankone.net with ESMTP id KP-BRAVB.26877765; Thu, 02 Mar 2006 12:04:18 -0500 To: continuum-users@maven.apache.org Cc: continuum-users@maven.apache.org Subject: Re: continuum with clearcase MIME-Version: 1.0 X-Mailer: Lotus Notes Release 5.0.10 March 22, 2002 Message-ID: From: raghurajan.x.gurunathan@jpmchase.com Date: Thu, 2 Mar 2006 11:02:25 -0600 X-MIMETrack: S/MIME Sign by Notes Client on Raghurajan X Gurunathan/JPMCHASE(Release 5.0.10 |March 22, 2002) at 03/02/2006 11:02:24 AM, Serialize by Notes Client on Raghurajan X Gurunathan/JPMCHASE(Release 5.0.10 |March 22, 2002) at 03/02/2006 11:02:24 AM, Serialize complete at 03/02/2006 11:02:24 AM, S/MIME Sign failed at 03/02/2006 11:02:24 AM: The cryptographic key was not found, Serialize by Router on MIUSMF008/JPMCHASE(Release 6.5.3|September 14, 2004) at 03/02/2006 12:04:18 PM, Serialize complete at 03/02/2006 12:04:18 PM Content-Type: multipart/alternative; boundary="=_alternative 005D9AAF86257125_=" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --=_alternative 005D9AAF86257125_= Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Thanks for your reply, Yes my working directory for sub modules are empty I just have my scm url only at my parent module like here in my directory=20 structure i have it in Modules,Module A & Module B pom.xml so when i added this has maven2 project and pointed the pom url to=20 Modules-pom.url, which looks like scm|clearcase|${scm.my.view}|${scm.my.viewPath} ;;;;;;;;;;;;;;;;;;; ModuleA ModuleB My vob are loaded fine for Modules-pom.xml, then as i have Module A&B as=20 child here then it tries to load Module A & B now, where i have entry like scm|clearcase|${scm.my.view}|${scm.my.viewPath} so it tries to load the same view again and errors out with view already=20 exists, but created all modules with empty working directory. only the top = one has all soucecodes in it, and i was able to do build for this one(ie.=20 Modules) with no problem but when it tried to build Module A / B then its=20 failed with the error, it could not check out files coz view is already=20 exists then i changed my Modules A & B pom as scm|clearcase This time while creating project it didn't complain, but it just created=20 empty directory for Modules A & B then when i tried to build only either=20 A / B then it throws error Exception: Cannot checkout sources. The scm url must be on the form 'scm:' where can be either ':' or '|'. is there workaround for this problem?? or is it something like i need to create a seperate view for my modules A=20 & B to work with them?? Thanks, Raghu=20 Emmanuel Venisse 03/02/2006 07:37 AM Please respond to continuum-users =20 To: continuum-users@maven.apache.org cc:=20 Subject: Re: continuum with clearcase raghurajan.x.gurunathan@jpmchase.com a =E9crit : > Hi All >=20 > How multi module maven2 project works with continuum(either 1.0.2/1.0.3=20 > Snapshot) and clearcase >=20 > i have my project in clearcase has >=20 > Modules > + Module A > +SubModuleA > -pom.xml > +SubModuleB > -pom.xml > -pom.xml > + Module B > +SubModuleA > -pom.xml > +SubModuleB > -pom.xml > - pom.xml > - pom.xml >=20 > Currently i'm using continuum 1.0.3 snapshot, >=20 > Then when i added MyProject has maven2 project its loaded all my modules = > and submodules as seperate project, then i also removed -N option - so=20 > far happy. cool. >=20 > But when i wanted to build only one module (like either Module A or=20 > SubModule of A or SubModule of B like that) its not building for me coz=20 it=20 > doesn't find any source for them, when i see the working copy for these=20 > only my top project that is Modules has all the source codes, but not=20 all=20 > other modules. so your working directories for submodules are totally empty, right? Do you have declare a in all your modules or only in parent? With=20 your directory structure,=20 you can declare it only in parent. You can check the scm url of your modules by running this: mvn help:effective-pom Are your modules scmUrls correct? Emmanuel >=20 > So is there something i'm missing here?=20 >=20 >=20 >=20 > Thanks, > Raghu=20 >=20 --=_alternative 005D9AAF86257125_=--