History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-533
Type: Bug Bug
Status: Resolved Resolved
Resolution: Won't Fix
Priority: Minor Minor
Assignee: Robin Shen
Reporter: Rickey Nguyen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Garbage characters when passing in variables in Shell/Batch Command

Created: 18/Feb/10 10:28 PM   Updated: 19/Feb/10 01:07 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Windows XP


 Description  « Hide
Step: Shell/Batch Command
Command: c:/Scritps/myscript.bat "${build.publishDir}/artifacts/${build.version}/myapp.jar"

Publish Dir is /server/folder1/folder2/folder3

QB is passing in as:

"\serverfolder1folder2 lder3uildsÚ62/artifacts/1.x.16/myapp.jar"

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [19/Feb/10 01:07 AM]
Please remove the surrounding quotation marks of the param passed to myscript.bat like below:
c:/Scritps/myscript.bat ${build.publishDir}/artifacts/${build.version}/myapp.jar