Continuum using Clearcase

2007-07-19 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

Re: admin account locked

2007-07-19 Thread Anoop kumar V
If you have not yet found it.. here it is: (one of the ways) http://www.nabble.com/Change-a-user-role-to-build-admin-tf3136881.html#a8692812 Anoop On 7/19/07, Wayne Fay <[EMAIL PROTECTED]> wrote: This has been asked (and answered) several times on this list. Search the list archives at Nabble

Re: admin account locked

2007-07-19 Thread Wayne Fay
This has been asked (and answered) several times on this list. Search the list archives at Nabble.com -- you're bound to find a few hits. And I'd assume its probably documented in the Continuum wiki as well. Wayne On 7/19/07, BDM <[EMAIL PROTECTED]> wrote: hello, I locked my admin account by ty

admin account locked

2007-07-19 Thread BDM
hello, I locked my admin account by typing to many times the wrong password (I have checked later that it was the good one ... strange) !!! But now how can I unlock this main account Thx !!

Multi-level project directories hierarchy

2007-07-19 Thread DCVer
Hi all I am thinking about such a problem: I add a multi-level project to Continuum by choosing path to main (root) project pom.xml file on the svn. Continuum automatically adds all subprojects of the main project. I would like to build any of the subproject individually, but Continuum destroys

RE: Unable to sync from Perforce if Continuum is run as a service

2007-07-19 Thread Anshula
I did try both ways - 1. using Local System account 2. by selecting the other option and changing the login to my account by supplying the user name and password so that the service runs under my account It gives the same error either ways. What do you mean by environment variable / right differ

RE: Unable to sync from Perforce if Continuum is run as a service

2007-07-19 Thread John Coleman
If your Windows service runs under a different profile, then maybe there could be environment variables and rights differences? I have Continuum 1.0.3 running fine as a service using Local System Account. John Coleman, MSTA Senior Developer Consultant Eurobase Banking Solutions Bury House, 31

Re: Continuum file url to pom.xml

2007-07-19 Thread Anshula
Try this - file:///C://project/pom.xml The file protocol always starts with file:/// And in the file path, the separator should be / Regards, Anshula Roosendaal, Maarten wrote: > > > Hi, > > We are trying to add a Maven 2(.0.7) project to Continuum (1.0.3). The > pom.xml is part of a cle

RE: Continuum file url to pom.xml

2007-07-19 Thread Roosendaal, Maarten
Hi, No luck there, no matter what i enter it always gives the same 'error'. I would like to know if anyone else has used this before? Kind regards / Met vriendelijke groeten, Maarten Roosendaal / Capgemini / Netherlands Senior Consultant / Java Assembly Line / ADC Technologies T. +31 30 68 97

RE: Continuum file url to pom.xml

2007-07-19 Thread Artamonov, Juri
Try this one: file:/c://project/pom.xml -Original Message- From: Roosendaal, Maarten [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 3:37 PM To: continuum-users@maven.apache.org Subject: Continuum file url to pom.xml Hi, We are trying to add a Maven 2(.0.7) project to Continuum

URL Malformed

2007-07-19 Thread javijava
Hi, I have a parent pom with some modules: ... ../p1/trunk ../p2/trunk ../p3/trunk ... when I try to add the parent pom on continuum I have this answer: The URL provided is malformed.

Fwd: OT: Continuum

2007-07-19 Thread Jo Vandermeeren
Forwarded to continuum user list.. -- Forwarded message -- From: John Coleman <[EMAIL PROTECTED]> Date: Jul 19, 2007 1:25 PM Subject: OT: Continuum To: Maven Users List <[EMAIL PROTECTED]> Hi, is there any Continuum list? I don't see anything on the site. I just wanted to know wh

RE: Maven2 release process in Continuum

2007-07-19 Thread Johan Iskandar
> -Original Message- > From: Jesse McConnell [mailto:[EMAIL PROTECTED] > > there have been threads on this on the maven-users and maven-dev lists... > > in fact Kenny has written extensively on this topic I believe :) > I've searched the web for Kenny, version, maven-dev, maven-user and

Re: Maven2 POM Continuum configuration

2007-07-19 Thread Aaron Zeckoski
While I am waiting for help on this, can someone point me to the docs for the maven2 pom configuration for the ciManagement tag with Continuum? I only found this which does not seem to have anything about controlling which notifications are used. http://maven.apache.org/continuum/guides/getting-s

Re: Maven2 release process in Continuum

2007-07-19 Thread Jesse McConnell
there have been threads on this on the maven-users and maven-dev lists... in fact Kenny has written extensively on this topic I believe :) if your interested in contributing to this effort, I would take a look there for places to help out. the fundamental problem your dealing with is that 1.2.3

RE: Maven2 release process in Continuum

2007-07-19 Thread Johan Iskandar
> -Original Message- > From: Jesse McConnell [mailto:[EMAIL PROTECTED] > > ah, I basically see what your problem is... > > that is what the whole SNAPSHOT concept addresses... > > where you are saying a project would only care about 1.2.3 and not the > build numbers..that is functional

RE: Maven2 release process in Continuum

2007-07-19 Thread Johan Iskandar
> But if a new test case is introduced then the maintainer of the 1.2.3.4 > pom should increment the bug-fix number (or whatever name is best used > here) so the new version would be 1.2.4.0 > I mean the maintainer should trigger maven to increment the bug-fix number He himself doesn't need to c

Re: Maven2 release process in Continuum

2007-07-19 Thread Jesse McConnell
ah, I basically see what your problem is... that is what the whole SNAPSHOT concept addresses... where you are saying a project would only care about 1.2.3 and not the build numbers..that is functionally saying that its really only caring about 1.2.3-SNAPSHOT. you can't just say 1.2.3 since tha