Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pear package creation - phing.home conflict #19

Closed
mrook opened this issue Jan 4, 2012 · 0 comments
Closed

Pear package creation - phing.home conflict #19

mrook opened this issue Jan 4, 2012 · 0 comments
Assignees
Milestone

Comments

@mrook
Copy link
Member

mrook commented Jan 4, 2012

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.

@ghost ghost assigned mrook Jan 4, 2012
@mrook mrook closed this as completed Jan 4, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant