Modify ↓
Ticket #19 (closed defect: fixed)
Pear package creation - phing.home conflict
| Reported by: | Ryo | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.2.0 |
| Component: | Version: | 2.2.0RC1 | |
| Keywords: | Cc: |
Description
In the phing/pear/build.xml file, the property phing.home is set with the override attribute set to false. The property is never set because phing.home is set at startup. Because of this, you can't use this build file to create a pear package from source files other than the phing sources you're currently using.
To fix this, the build file can be modified so that it uses a property with a different name or the override attribute can be set to true. This can have side-effects however if the phing.home property is ever used by some other tasks.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

This issue is probably linked to issue #47, which was fixed in r90. Closing for now.