Ticket #72 (closed task: fixed)

Opened 1 year ago

Last modified 10 months ago

Remove use of getProperty("line.separator") in favor of PHP_EOL

Reported by: hans Assigned to: hans
Priority: major Milestone: 2.3.0
Component: cruisecontrol-builder-plugin Version: 2.2.0
Keywords: Cc:

Description

PHP_EOL is available since 5.0.2, so obviously we should be using it instead of the "line.separator" property set in Phing class.

Attachments

Change History

02/05/07 19:21:00 changed by hans

  • type changed from defect to task.

08/21/07 00:57:24 changed by hans

  • status changed from new to closed.
  • resolution set to fixed.
  • component set to cruisecontrol-builder-plugin.

Completed in changeset:221

08/30/07 12:47:22 changed by hans

An additional fix was made in [229] and the line.separator property was re-added in [230] for backwards compatibility (with external tasks, etc.)


Add/Change #72 (Remove use of getProperty("line.separator") in favor of PHP_EOL)




Action