Ok,
I located the checkout command to the file
PerforceCheckOutCommand.java in
(org.maven.apache.scm.provider.perforce.command.checkout)
The dirty fix I would like to do is probably make the function
public static String createClientspec( String specname, String workDir,
String repoPath )
return what I want. I have done that.
But I just can't get around to making compiling and making the jar
(maven-scm-providers.jar)
coz I am new to maven. Do I have to check out the
whole maven source code to build it? or is there a magical command I have
to
execute from the root folder (maven/scm) ?
Thanks in advance.
Zabil
-----Original Message-----
From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 14, 2005 7:00 PM
To: [email protected]
Subject: Re: Continuum with perforce
Hi,
it seems we have some problem with perforce provider. Mike Perham (
developer of it) works on it.
All the code is in maven-scm project :
http://svn.apache.org/repos/asf/maven/scm/trunk/
Perfoce provider is in :
http://svn.apache.org/repos/asf/maven/scm/trunk/maven-scm-providers/maven-sc
m-provider-perforce/
Emmanuel
Zabil a écrit :
> Extremely sorry for the previous post with the wrong subject.
>
> Hello All,
> I am using the latest version of continuum 1.0.2. And I am trying to
> use it with perforce.
> Ok here is what I want.
> I have configured the enviromnent variables
> P4USER, P4SERVER, P4PORT, P4ROOT, P4PASSWD, P4CLIENT.
>
> I want the continuum perforce plugin to use these values while doing
> a sync rather than
> using a client spec which has "-maven" appended to it, how can I do
> that?
>
> Also if I am not asking for too much I would like to know the source
> code location of the perforce plugin.
> I could not locate it
> at http://svn.apache.org/repos/asf/maven/continuum
>
> Thanks in advance.
>
>
>
>