[Tickets #9535] components script produces duplicate data_dir tasks
bugs at horde.org
bugs at horde.org
Tue Jan 25 06:15:48 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9535
------------------------------------------------------------------------------
Ticket | 9535
Created By | Michael Slusarz <slusarz at horde.org>
Summary | components script produces duplicate data_dir tasks
Queue | Horde Framework Packages
Version | Git master
Type | Bug
State | Assigned
Priority | 1. Low
Milestone |
Patch |
Owners | Gunnar Wrobel
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2011-01-25 01:15) wrote:
e.g components/bin/horde-components -u Core/ produces the following output:
...
<file name="Translation.php" role="php">
<tasks:replace from="@data_dir@" to="data_dir" type="pear-config" />
<tasks:replace from="@data_dir@" to="data_dir" type="pear-config" />
</file>
...
Running the same command again after package.xml is updated results in:
PHP Notice: Undefined index: attribs in
/disk2/src/horde/components/lib/Components/Pear/Package/Tasks.php on
line 88
Notice: Undefined index: attribs in
/disk2/src/horde/components/lib/Components/Pear/Package/Tasks.php on
line 88
PHP Notice: Undefined index: attribs in
/disk2/src/horde/components/lib/Components/Pear/Package/Tasks.php on
line 89
Notice: Undefined index: attribs in
/disk2/src/horde/components/lib/Components/Pear/Package/Tasks.php on
line 89
PHP Notice: Undefined index: attribs in
/disk2/src/horde/components/lib/Components/Pear/Package/Tasks.php on
line 90
Notice: Undefined index: attribs in
/disk2/src/horde/components/lib/Components/Pear/Package/Tasks.php on
line 90
More information about the bugs
mailing list