Continuum using Clearcase

2007-07-20 Thread Roosendaal, Maarten
Hi,
 
We are using clearcase and on the (test)buildserver we already have a view 
present. We only want Continuum to:
* do an update
* check if there are changes (only for daily builds, a nightly build should 
always be build)
* do a build
 
But now it wants to create a view and check stuff out. Is there a configurable 
way to disable/change this?
 
We are in the progress of testing 1.0.3 and the latest alpha release and are 
using Maven 2. Here is the (untested) scm-part of the top-level pom.xml
scm
 connectionscm:clearcase:view_name:load /VOB/dir_to_project/connection
 /scm
 
Kind regards / Met vriendelijke groeten,
Maarten Roosendaal / Capgemini / Netherlands
Senior Consultant / Java Assembly Line / ADC Technologies
T. +31 30 68 970 77 / Mob. +31 6 248 216 12
www.nl.capgemini.com
Join the Collaborative Business Experience
This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


Continuum with ClearCase

2006-10-18 Thread Janos Mucsi
Hi
I am using Continuum with ClearCase. Even though the load rules are 
correctly specified and the files are checked out, Continuum is looking 
for pom.xml on top of the directories
rather than 3-level deep. How do I configure it to look in the 
subdirectory?
The config_spec file is typical:

element * CHECKEDOUT
element * /main/LATEST
load /vobs/bd_test/fed-one/fedone-all/fedone-core

pom.xml is in fedone-core

Thanks.

Janos Mucsi
415-422-1692


Build Error:

org.apache.maven.continuum.execution.ContinuumBuildExecutorException: 
Could not find Maven project descriptor.
at 
org.apache.maven.continuum.execution.maven.m2.MavenTwoBuildExecutor.updateProjectFromCheckOut(MavenTwoBuildExecutor.java:108)

Re: Continuum and ClearCase

2006-03-29 Thread raghurajan . x . gurunathan
This how i used it and its working for me

lets say my pom.xml in C:\views\viewname\module\pom.xml

then enter  file:/C:/views/viewname/module/pom.xml






Thanks,
Raghu 





Emmanuel Venisse [EMAIL PROTECTED]
03/29/2006 12:43 PM
Please respond to continuum-users

 
To: continuum-users@maven.apache.org
cc: 
Subject:Re: Continuum and ClearCase


your first url is correct, but i don't think the second is.

file protocol works only if you allow it in 
apps/continuum/conf/application.xml
You must restart continuum after the modification because the conf is 
loaded at startup.

I use every day file protocol with url similar to your first for continuum 
tests.

Emmanuel

Aaron Freeman a écrit :
 I tried giving it something similar to Mark suggested:
 file:///C:/path/to/pom/pom.xml
 
 I also tried several other formats:
 //path/to/pom/pom.xml
 file:/path/to/pom/pom.xml
 and several other that I can't even think of right now.
 
 It always says You must provide a valid URL
 
 
 
 On 3/29/06, Emmanuel Venisse [EMAIL PROTECTED] wrote:
 
What is your url provided in add screen?

Emmanuel

Aaron Freeman a écrit :

Thanks for the reply! I uncommented the allowedScheme for the type
'file', and then tried the path the way you suggested (and any other
way I could think of), and it still says You must provide a valid
URL. I'm not sure what I am doing wrong. Is there something I need to
do to make this change take affect?




On 3/24/06, Mark Reynolds [EMAIL PROTECTED] wrote:


See this:
http://maven.apache.org/continuum/faqs.html#can-i-use-file-protocol-in-add-project-view

Then add your POM URL like this: file:///C:/path/to/pom/pom.xml

Aaron Freeman wrote:


I am bran new to Continuum. I have been learning Maven over last few
weeks and have a decent understanding of it, now I'm trying to figure
out how to setup Continuum. We got it installed and running, and now
we are trying to get one of our Maven project to build under it. On
the Continuum page where you add a new POM it asks for the POM URL 
I'm
not sure what to enter. We are using ClearCase for our version 
control
(without the web interface), so all I have to give it is a path in 
the
file system to the POM. Everything we have tried to put in has come
back as invalid. I don't know what it is expecting.

Can anyone help?






 
 
 





Re: Continuum and ClearCase

2006-03-28 Thread Emmanuel Venisse

What is your url provided in add screen?

Emmanuel

Aaron Freeman a écrit :

Thanks for the reply! I uncommented the allowedScheme for the type
'file', and then tried the path the way you suggested (and any other
way I could think of), and it still says You must provide a valid
URL. I'm not sure what I am doing wrong. Is there something I need to
do to make this change take affect?




On 3/24/06, Mark Reynolds [EMAIL PROTECTED] wrote:


See this:
http://maven.apache.org/continuum/faqs.html#can-i-use-file-protocol-in-add-project-view

Then add your POM URL like this: file:///C:/path/to/pom/pom.xml

Aaron Freeman wrote:


I am bran new to Continuum. I have been learning Maven over last few
weeks and have a decent understanding of it, now I'm trying to figure
out how to setup Continuum. We got it installed and running, and now
we are trying to get one of our Maven project to build under it. On
the Continuum page where you add a new POM it asks for the POM URL I'm
not sure what to enter. We are using ClearCase for our version control
(without the web interface), so all I have to give it is a path in the
file system to the POM. Everything we have tried to put in has come
back as invalid. I don't know what it is expecting.

Can anyone help?












Re: Continuum and ClearCase

2006-03-24 Thread Mark Reynolds
See this: 
http://maven.apache.org/continuum/faqs.html#can-i-use-file-protocol-in-add-project-view


Then add your POM URL like this: file:///C:/path/to/pom/pom.xml

Aaron Freeman wrote:

I am bran new to Continuum. I have been learning Maven over last few
weeks and have a decent understanding of it, now I'm trying to figure
out how to setup Continuum. We got it installed and running, and now
we are trying to get one of our Maven project to build under it. On
the Continuum page where you add a new POM it asks for the POM URL I'm
not sure what to enter. We are using ClearCase for our version control
(without the web interface), so all I have to give it is a path in the
file system to the POM. Everything we have tried to put in has come
back as invalid. I don't know what it is expecting.

Can anyone help?