Modify

Ticket #19 (closed defect: fixed)

Opened 6 years ago

Last modified 6 years ago

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

comment:1 Changed 6 years ago by mrook

  • Status changed from new to closed
  • Resolution set to fixed

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

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.