Ticket #188 (assigned enhancement)

Opened 6 months ago

Last modified 2 months ago

Add namespaces to Phing

Reported by: hans Assigned to: hans (accepted)
Priority: major Milestone: 3.0
Component: phing-core Version: 2.3.0
Keywords: Cc:

Description

As also expressed in #86, Phing needs namespaces! Thank you, PHP 5.3, for making this possible.

Attachments

Change History

11/15/07 02:59:14 changed by hans

  • status changed from new to assigned.
  • type changed from defect to enhancement.

11/15/07 13:17:54 changed by hans

(In [307]) Refs #188 - Adding work-in-progress (still-broken!) namespace support.

11/15/07 13:17:55 changed by hans

(In [307]) Refs #188 - Adding work-in-progress (still-broken!) namespace support.

11/15/07 13:19:03 changed by hans

First pass (a basic buildfile now works) committed in r307. More to follow, obviously, since anything but a very basic build file will almost certainly still produce PHP errors :)

11/16/07 01:30:45 changed by hans

(In [309]) References #188 -- adding phing::BuildException to all classes (not in root namespace).

11/16/07 01:39:00 changed by hans

(In [310]) Refs #188 - Added a bunch of "use phing::system::io::File;" lines

11/16/07 01:39:01 changed by hans

(In [310]) Refs #188 - Added a bunch of "use phing::system::io::File;" lines

11/17/07 02:30:24 changed by hans

(In [311]) Refs #188 - Moving some classes (File, BuildLogger, etc.)

11/17/07 03:47:42 changed by hans

(In [312]) Refs #188 - Updating phpunit & coverage tasks to work w/ new namespaces.

12/06/07 09:16:16 changed by cweiske@cweiske.de

seems that php 5.3 does not get namespaces


Add/Change #188 (Add namespaces to Phing)