Ticket #74 (closed defect: fixed)

Opened 2 years ago

Last modified 1 year ago

Phing commandline args don't support quoting / spaces

Reported by: hans Assigned to: hans
Priority: major Milestone: 2.3.0
Component: Version: 2.2.0
Keywords: Cc:

Description (Last modified by hans)

Currently, if you attempt to execute Phing with arguments in quotation marks, it will not parse correctly:

phing "-Dcvstimestamp=2007-02-13 17:21:06 GMT" build

Results in:

Buildfile: /home/cruiser/cc-sandbox/build.xml

BUILD FAILED
Target '17:21:06' does not exist in this project.
Total time: 0.0916 seconds

Attachments

Change History

02/13/07 20:43:47 changed by hans

  • status changed from new to assigned.
  • description changed.

02/13/07 20:45:31 changed by hans

Fixed for unix (sh) in [151] based on Ant's approach of quoting all params. Still need to investigate solution for Windows.

03/07/07 11:00:01 changed by hans

  • status changed from assigned to closed.
  • resolution set to fixed.

This actually works fine in windows, so no fix needed.


Add/Change #74 (Phing commandline args don't support quoting / spaces)




Action