It looks like the problem is the directory specification "d:\". The closing quote is escaped by the backslash, so it comes out as a missing or embedded quote. I'm not sure where you are specifying the d:\ location but that will need to change. I would think you would not want to run in the root of drive d:, so perhaps you can create a subdirectory. That way you won't have to end the path with a backslash.

Regards,
Eric

On 9/7/2013 10:24 PM, kg pai wrote:
I have set up a new node on Jenkins...where i created a new node by copying existing node...and
on the server i installed
git
i have set java_home as environmental variable.and path to apache maven and apache ant is given. actually there was no folder named Apache in C:\Program Files"..but i manually created it and placed "apache-maven-3.0.4" folder under it.In the same way i copied "apache ant" under "C:\Program Files"... The nightly build and sonar build runs properly...but i am having problem with gerrit build... on other servers the gerrit build runs properly...but in this new configured node ..the gerrit build fails with following error... Cannot run program "C:\Program Files\Apache\apache-maven-3.0.4\bin\mvn.bat" (in directory "d:\") Argument has embedded quote, use the explicit CMD.EXE call.
OS of the server is windows 7....
what configuration has to be changed so that gerrit works properly on this new server... is there any documentation on how to configure a new node..and what installations have to be made on new server....
git(1.7)
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "Jenkins 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to