You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-dev@maven.apache.org by Ra...@adp.com on 2007/01/29 17:30:51 UTC

How does one get started writing a provider?

Hello all,

 

I am trying to write a provider for CCRC (ClearCase Remote Client) that uses
a pure Java API for ClearCase integration.  How do I get started writing a
provider?  I have a few of the methods such as Update and ChangeLog
implemented that work as stand-alone Mojo's and I am trying to add it to the
SCM framework so they work in Continuum but I'm having a hard time getting
started implementing them in the framework (SCM).

 

Any help getting started would be awesome!

 

______________________________________________________

Randal Cobb

 

ADP

5800 Windward Parkway

Alpharetta, GA

Desk:  678-319-5836

 



-----------------------------------------
This message and any attachments are intended only for the use of
the addressee and may contain information that is privileged and
confidential. If the reader of the message is not the intended
recipient or an authorized representative of the intended
recipient, you are hereby notified that any dissemination of this
communication is strictly prohibited. If you have received this
communication in error, notify the sender immediately by return
email and delete the message and any attachments from your system.

Re: How does one get started writing a provider?

Posted by Jason van Zyl <ja...@maven.org>.
On 29 Jan 07, at 8:30 AM 29 Jan 07, Randal_Cobb@adp.com wrote:

> Hello all,
>
>
>
> I am trying to write a provider for CCRC (ClearCase Remote Client)  
> that uses a pure Java API for ClearCase integration.

Oh, that would be so awesome!

The closest thing we have would be two providers we have in the  
sandbox that use Java APIs. You can take a look at these:

http://svn.apache.org/repos/asf/maven/sandbox/scm/maven-scm-provider- 
svnjava/

http://svn.apache.org/repos/asf/maven/sandbox/scm/maven-scm-provider- 
cvsjava/

> How do I get started writing a provider?

I would just start by looking at those examples.

> I have a few of the methods such as Update and ChangeLog  
> implemented that work as stand-alone Mojo's and I am trying to add  
> it to the SCM framework so they work in Continuum but I'm having a  
> hard time getting started implementing them in the framework (SCM).

Definitely implement a provider and then having it work in a mojo is  
already done for you for the most part.

Jason.
>
>
> Any help getting started would be awesome!
>
>
>
> ______________________________________________________
>
> Randal Cobb
>
>
>
> ADP
>
> 5800 Windward Parkway
>
> Alpharetta, GA
>
> Desk:  678-319-5836
>
>
>
>
>
> This message and any attachments are intended only for the use of  
> the addressee and may contain information that is privileged and  
> confidential. If the reader of the message is not the intended  
> recipient or an authorized representative of the intended  
> recipient, you are hereby notified that any dissemination of this  
> communication is strictly prohibited. If you have received this  
> communication in error, notify the sender immediately by return  
> email and delete the message and any attachments from your system.
>
>