You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Puneet Garg <pg...@njit.edu> on 2004/07/08 23:17:25 UTC

Maven with Clear Case

Hi all,

I am new to maven and I was wondering if anyone can tell me if there is 
a way to hookup maven with clearcase.

We use clearcase in our project and want to use maven with it.


thanks
Puneet

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Maven with Clear Case

Posted by Matt Read <mr...@spotd.co.uk>.
Assuming you're using snapshot views and you're running your build from
within your local view then you can start using Clearcase by changing the
following in project.xml:

  <repository>
 
<connection>scm:cvs:pserver:anoncvs@1.2.3.4:/opt/cvsroot:some_project</conne
ction>
  </repository>
to
  <repository>
        <connection>scm:clearcase:::::</connection>
  </repository> 

Note that you'll get unexpected results in your reports if your developer
ids in project.xml aren't exactly 8 characters long. I've submitted a patch
but I don't think it's been committed yet.
http://jira.codehaus.org/browse/MPCHANGELOG-36

Matt.

> -----Original Message-----
> From: Emmanuel Venisse [mailto:emmanuel@venisse.net] 
> Sent: 09 July 2004 08:21
> To: Maven Users List
> Subject: Re: Maven with Clear Case
> 
> Actually, only changelog/fila activity and developer activity 
> plugins works with clearcase.
> 
> Emmanuel
> 
> ----- Original Message -----
> From: "Puneet Garg" <pg...@njit.edu>
> To: "Maven Users List" <us...@maven.apache.org>
> Sent: Thursday, July 08, 2004 11:17 PM
> Subject: Maven with Clear Case
> 
> 
> > Hi all,
> >
> > I am new to maven and I was wondering if anyone can tell me 
> if there is
> > a way to hookup maven with clearcase.
> >
> > We use clearcase in our project and want to use maven with it.
> >
> >
> > thanks
> > Puneet
> >
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven with Clear Case

Posted by Emmanuel Venisse <em...@venisse.net>.
Actually, only changelog/fila activity and developer activity plugins works
with clearcase.

Emmanuel

----- Original Message ----- 
From: "Puneet Garg" <pg...@njit.edu>
To: "Maven Users List" <us...@maven.apache.org>
Sent: Thursday, July 08, 2004 11:17 PM
Subject: Maven with Clear Case


> Hi all,
>
> I am new to maven and I was wondering if anyone can tell me if there is
> a way to hookup maven with clearcase.
>
> We use clearcase in our project and want to use maven with it.
>
>
> thanks
> Puneet
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org