Thanks Wendy!

Was just confirming if the mail reached the mailing list.

I am trying to modify scm synergy provider to include support for remote
synergy clients.
What I mean by that is the command 'ccm start -nogui -m -q -n user -pw
pass -r build_mgr' starts a session to Synergy database from
commandline. However this is for clients running on the same machine as
the server or for clients which mount the server db using NFS.

For clients which connect to the remote synergy db in Linux should used
-rc option also.

So I want to modify the provider to add support for remote clients also,
and for that options I have (with my meagre knowledge on the whole SCM
plugin) are:
A.) To modify the existing signature of the SynergyCCM.start() method
and parameter to identify remoteClient.
B.) OR Write a new method startRemote() with same parameters, but add
-rc option unconditionally in this method.
C.) Then whether it is A.) or B.) I will have to first call start() and
see if that was successful, if not call startRemote() from
SynergyUtil.start() method.

Although I am not sure whether this is the correct approach. So I wanted
to check with the dev list once.

I had filed a JIRA isssue http://jira.codehaus.org/browse/SCM-505
earlier. Since this is a blocker for me, I have to figure out a solution
anyway.

Subir

-----Original Message-----
From: Wendy Smoak [mailto:wsm...@gmail.com]
Sent: Thursday, December 10, 2009 12:56 AM
To: dev@maven.apache.org
Subject: Re: [Maven 2, SCM 1.2] SCM CM/Synergy Provider

On Wed, Dec 9, 2009 at 2:53 AM,  <subir.sasiku...@wipro.com> wrote:
> Not sure if this was already posted. I am not recieving any response
> nor this email.

We got it.  Please pick *one* list at a time, don't crosspost.

The Maven website has information on how to get started developing.
You'll get more help if you make an effort and then ask specific
questions if you're stuck.

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional
commands, e-mail: dev-h...@maven.apache.org


Please do not print this email unless it is absolutely necessary. 

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email. 

www.wipro.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to