Issue Type: Bug Bug
Affects Versions: current
Assignee: rsandell
Components: gerrit-trigger
Created: 28/Dec/12 8:08 AM
Description:

Under windows,
below statement works fine:
ant.bat All "-DGERRIT_PATCHSET_UPLOADER=\"Benny Fang\""

but after change to below one:
cmd.exe /C 'ant.bat All "-DGERRIT_PATCHSET_UPLOADER=\"Benny Fang\"" '

It not well...

Detail error of my case as below....

[Build] $ cmd.exe /C '"ant.bat -file myCI.xml "-DGERRIT_EVENT_ACCOUNT_NAME=Sky Qin" "-DGERRIT_PATCHSET_UPLOADER=\""Benny Fang\"" <[email protected]>" -DGERRIT_CHANGE_URL=http://ci.xxx.com/codereview/13192 -DGERRIT_CHANGE_ID=I5c9351c7e96ea60c2d1ee282036c469b66c38eac -DGERRIT_CHANGE_NUMBER=13192 "-DGERRIT_PATCHSET_UPLOADER_NAME=Benny Fang" -DBRANCH=DEV37.0 "-DGERRIT_CHANGE_SUBJECT=a-change" [email protected] -DGERRIT_EVENT_HASH=1144748785 -DGERRIT_BRANCH=DEV37.0 -DGERRIT_REFSPEC=refs/changes/92/13192/1 -DGERRIT_PATCHSET_NUMBER=1 "-DGERRIT_CHANGE_OWNER_NAME=Benny Fang" "-DGERRIT_EVENT_ACCOUNT=\""Sky Qin\"" <[email protected]>" [email protected] -DGERRIT_PATCHSET_REVISION=5c9351c7e96ea60c2d1ee282036c469b66c38eac -DGERRIT_PROJECT=CS2_App "-DGERRIT_CHANGE_OWNER=\""Benny Fang\"" <[email protected]>" [email protected] -Dci.root.dir=D:/CI_ROOT -Dbuild.env=CI -Dci.working.dir=D:/CI_ROOT/work App.nvo.build && exit %%ERRORLEVEL%%"'
Buildfile: myCI.xml

BUILD FAILED
Target "Fang" <[email protected]>" does not exist in the project "CI Project".

Project: Jenkins
Priority: Major Major
Reporter: jimmy zhou
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to