Modify

Ticket #74 (closed defect: fixed)

Opened 5 years ago

Last modified 3 years ago

Phing commandline args don't support quoting / spaces

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

Description (last modified by hans) (diff)

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

comment:1 Changed 5 years ago by hans

  • Status changed from new to assigned
  • Description modified (diff)

comment:2 Changed 5 years ago by hans

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

comment:3 Changed 5 years ago by hans

  • Status changed from assigned to closed
  • Resolution set to fixed

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

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.