Re: Continuum + Clearcae. [Was] Re: How to use continuum with Maven2? - Please Help

2006-01-05 Thread raghurajan . x . gurunathan
It did find the file and loaded only that module which i mentioned in the cal_mod.txt, i copied it in continuum relative path directory. I made it sure its loading that file only by removing cal_mod.txt then continuum errored with messge it couldn't fine cal_mod.txt file Thanks, Raghurajan

Re: Continuum + Clearcae. [Was] Re: How to use continuum with Maven2? - Please Help

2006-01-04 Thread Wim Deblauwe
Where is that file cal_mod.txt? The contents looks right, but I don't think that the file is found. Could you use a full path to that text file? Do you see any debugging output in the console of Continuum? regards, Wim 2006/1/4, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Hi Wim > > Thank you very

Re: Continuum + Clearcae. [Was] Re: How to use continuum with Maven2? - Please Help

2006-01-04 Thread raghurajan . x . gurunathan
Hi Wim Thank you very much for being patient and helping me out.. now i changed my url has scm|clearcase|Harmony_bomac_dev_prj|cal_mod.txt My project structure ccview + MyModule + EJB +pom.xml + web

Re: Continuum + Clearcae. [Was] Re: How to use continuum with Maven2? - Please Help

2006-01-04 Thread Wim Deblauwe
That is incorrect, please check the documentation, you need to specify the location of your config spec. That config spec should be located on a server somewhere. like: scm|clearcase|\\myserver\clearcase\configspecs\my_module.txt where my_module.txt contains the config spec to use. Continuum wi

Re: Continuum + Clearcae. [Was] Re: How to use continuum with Maven2? - Please Help

2006-01-04 Thread raghurajan . x . gurunathan
Here is my scm section of pom.xml scm|clearcase|Raghu_dev_prj|MyModule|EJB Thanks, === Raghurajan Gurunathan ===

Re: Continuum + Clearcae. [Was] Re: How to use continuum with Maven2? - Please Help

2006-01-04 Thread Emmanuel Venisse
Can you move this discussion to continuum user list? Emmanuel Wim Deblauwe a écrit : Could you post your scm url in your pom.xml? Does it point to a file containing the correct config spec to use? regards, Wim 2006/1/3, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: Hi Dan/Wim Thanks for your re

Re: Continuum + Clearcae. [Was] Re: How to use continuum with Maven2? - Please Help

2006-01-03 Thread Wim Deblauwe
Could you post your scm url in your pom.xml? Does it point to a file containing the correct config spec to use? regards, Wim 2006/1/3, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Hi Dan/Wim > > Thanks for your reply, > > but still my problem is not solved > > ccview > + MyModule >

Re: Continuum + Clearcae. [Was] Re: How to use continuum with Maven2? - Please Help

2006-01-03 Thread raghurajan . x . gurunathan
Hi Dan/Wim Thanks for your reply, but still my problem is not solved ccview + MyModule + EJB +pom.xml + web +pom.xml + pom.xml 1. I follwed instruction as Wim said like a.) In continuum pointed the pa

Re: Continuum + Clearcae. [Was] Re: How to use continuum with Maven2? - Please Help

2006-01-03 Thread Emmanuel Venisse
Wim Deblauwe a écrit : Hi Dan, I'm around :) Problem 1: I noticed this too. The way I understand that Continuum works is that it takes the pom.xml you give it (from any location) and uses that information to build up the configuration it needs to build a project. So I would suggest to create

Re: Continuum + Clearcae. [Was] Re: How to use continuum with Maven2? - Please Help

2006-01-03 Thread Wim Deblauwe
Hi Dan, I'm around :) Problem 1: I noticed this too. The way I understand that Continuum works is that it takes the pom.xml you give it (from any location) and uses that information to build up the configuration it needs to build a project. So I would suggest to create a view, give that pom.xml t

Continuum + Clearcae. [Was] Re: How to use continuum with Maven2? - Please Help

2006-01-03 Thread dan tran
Wim, Do you have a suggestion for this problem? Hope you are around ;-) -Dan On 1/3/06, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Hi dan, > > Now more confused. > > My pom.xml is in my clearcase view like > > ccview > + MyModule > + EJB > +pom.xml

Re: How to use continuum with Maven2? - Please Help

2006-01-03 Thread raghurajan . x . gurunathan
Hi dan, Now more confused. My pom.xml is in my clearcase view like ccview + MyModule + EJB +pom.xml + web +pom.xml + pom.xml and my pom.xml at Mymodule has the scm information. i'm giving this patch in continuum

Re: How to use continuum with Maven2? - Please Help

2005-12-30 Thread dan tran
continuum uses maven-scm-provider-clearcase to create new view only once. For every build, it only fetches the changes before each build. -D On 12/30/05, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Thanks again for the reply > > In that case is it mean that every time continuum tries to b

Re: How to use continuum with Maven2? - Please Help

2005-12-30 Thread raghurajan . x . gurunathan
Thanks again for the reply In that case is it mean that every time continuum tries to build it will create new view?? so everytime after the build i have to go an remove the view?? Or continuum works in different way ??? How do i add multimodule url to the continuum ? can anyone please give me

Re: How to use continuum with Maven2? - Please Help

2005-12-30 Thread dan tran
the provided view in your pom's configuration already created in clearcase db, you will need to remove it first. or provide a brand new view name. -Dan On 12/30/05, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Ok guys, > > I think its got improved little now > > when i use > > >

Re: How to use continuum with Maven2? - Please Help

2005-12-30 Thread raghurajan . x . gurunathan
Ok guys, I think its got improved little now when i use scm|clearcase|Raghu_dev_prj|Shop gettin the error Provider message: The cleartool command failed. Command output: --- cleartool: Err

Re: How to use continuum with Maven2? - Please Help

2005-12-30 Thread dan tran
did you setup your viewstore according to the link? -D On 12/30/05, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > All Thanks again, > > Here after going thru url format i changed it like this > > > scm|clearcase|C:\views\Raghu_dev_prj|Shop > > > Here C:\views is where my views

Re: How to use continuum with Maven2? - Please Help

2005-12-30 Thread raghurajan . x . gurunathan
All Thanks again, Here after going thru url format i changed it like this scm|clearcase|C:\views\Raghu_dev_prj|Shop Here C:\views is where my views are there Raghu is the user name _dev_prj : project name Shop : module name where my pom.xml als

Re: How to use continuum with Maven2? - Please Help

2005-12-30 Thread dan tran
use http://maven.apache.org/scm/clearcase.html to configure your cleasecase. -D On 12/30/05, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Thanks for your reply, > > i tried that but still getting some error, > > I have clearcase and lets say my views are in c:\views folder > > >sc

Re: How to use continuum with Maven2? - Please Help

2005-12-30 Thread Emmanuel Venisse
Do you have look at scm url format for clearcase? http://maven.apache.org/scm/clearcase.html Emmanuel [EMAIL PROTECTED] a écrit : Thanks for your reply, i tried that but still getting some error, I have clearcase and lets say my views are in c:\views folder scm:clearcase:/views/

RE: How to use continuum with Maven2? - Please Help

2005-12-30 Thread raghurajan . x . gurunathan
Thanks for your reply, i tried that but still getting some error, I have clearcase and lets say my views are in c:\views folder scm:clearcase:/views/ and in my pom.xml ciManagement section i have continuum http://localhost:8080/continuum

Re: How to use continuum with Maven2? - Please Help

2005-12-30 Thread Emmanuel Venisse
http://maven.apache.org/continuum/guides/getting-started/index.html [EMAIL PROTECTED] a écrit : Hi, Is there and kind of document which describes the steps to integrate Continuum with Maven2.? Or Can anyone provide me how to do this with some sample pom ? Thanks, =

RE: How to use continuum with Maven2? - Please Help

2005-12-30 Thread Dixit, Sandeep (ProSource Solutions)
Below is a sample ciManagement and scm tags from my pom.xml. Once you add this to the pom.xml, simply import or point to the pom url in continuum as per the user guide. scm|local|C:/proj_folder|module_folder continuum mail [EMAIL PROTECTED] Hope this he