PEAR 和 Pirum 以及 package.xml
对 PEAR 的内部运作不太熟悉。但我已将 pirum 安装到主机上的一个文件夹中,以在 Magento Connect 之外分发 Magento 扩展。
基本上频道已设置完毕,我可以通过频道发现看到它。
当我尝试添加我的包时,可以说是Package-1.0.0.tgz。我明白了 PEAR 包没有 package.xml 文件。 (InvalidArgumentException,0)
tar 中有一个 package.xml...我将相同的 package.xml 放在与我尝试添加的 Package-1.0.0.tgz 相同的目录中。但它只是出错了。 我真的对自己做错了什么感到不知所措,但我想这是我缺乏包装梨延伸的知识。 任何帮助将不胜感激。
Not terribly familiar with any inner workings of PEAR. But I have installed pirum onto a folder on my host to distribute Magento Extensions outside of Magento Connect.
Basically the channel is set up and I can see it with channel-discover.
When I try to add my package which lets say is Package-1.0.0.tgz. I getThe PEAR package does not have a package.xml file. (InvalidArgumentException, 0)
There is a package.xml inside the tar...I put the same package.xml in the same directory as Package-1.0.0.tgz that I'm trying to add. But it just errors out.
I'm really at a loss to what I'm doing wrong but I imagine its my lack of knowledge of packaging pear extensions.
Any help would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用“pear package”创建包,不要自己 targz。
Create the package with "pear package", do not targz it yourself.