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.

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

Re: Continuum and ClearCase

2006-03-29 Thread raghurajan . x . gurunathan
-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

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

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