Modify ↓
Ticket #132 (closed defect: duplicate)
(not a bug) Phing easily pollute other PHP app classpath
| Reported by: | Baldurien | Owned by: | hans |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | phing-core | Version: | 2.2.0 |
| Keywords: | Cc: |
Description
Hi,
I wanted to start using phing as it seemed to be a good alternative to Makefile, or ant, and since it's in php, writing task would not need either gnu make, or ant/java.
However, sadly for me I had some class with the same exact name (Timer, Properties) than those in Phing, and no I can't remove them, nor that I will not use phing class.
I suggest you to rename all phing class (as its means to be a build framework, it should never pollute user class entries) into something like Phing_Timer, Phing_Properties.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Yes, we know this is an issue and will be fixing this once & for all in Phing 3.