Hi,

Platform OS: RHEL 5
Java: 1.6.0_17
Maven: 2.1.0
Maven SCM: 1.3-SNAPSHOT
SCM: CM/Synergy 7.0

Above are the details of my setup.

While executing scm:update command in 'Linux', there is a single quote
which appears in the start and end of the argument. This causes the
already existing arguments to have wrong syntax.

mvn scm:update -Dusername=user -Dpassword=pass -X shows the following
output:

[DEBUG] STDERR :
[DEBUG] Synergy : Entering getWorkingProject method
[DEBUG] Executing: /bin/sh -c ccm query -u -f %objectname --> additonal
start single quote '"owner='subirs' and status='working' and
type='project' and has_predecessor('bsm-3.3:project:inhytest#1')"' -->
Additional end single quote
[DEBUG] Exit code :1
[DEBUG] STDOUT : unavailable
[DEBUG] STDERR :Warning: Syntax error in query request:  "owner=subirs
and status=working and type=project and
has_predecessor(bsm-3.3:project:inhytest#1)" --> Note that now the
single quotes after interpretation by the shell are removed.

This works fine in 'Windows' platform.

Correct output should be: /bin/sh -c ccm query -u -f %objectname
"owner='subirs' and status='working' and type='project' and
has_predecessor('bsm-3.3:project:inhytest#1')" -->No single quotes, but
double quotes and inner single quotes not modified then.

How to get this working? I have seens some changes to plexus-utils on
these quotes, but could not understand how to workaround this. Please
help.

Regards
Subir



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

Reply via email to