Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.6.8

Bug #2444 Docs in wrong Folder
Submitted: 2004-10-04 16:28 UTC
From: wormus Assigned: jstump
Status: Closed Package: Payment_Process
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 36 - 23 = ?

 
 [2004-10-04 16:28 UTC] wormus
Description: ------------ Creates a new folder called 'doc' rather than using the standard 'docs' folder.

Comments

 [2004-10-04 17:12 UTC] wormus
Just to clarify this is an error in the packages.xml file. The correct way to declare the docs is: <file role="doc" baseinstalldir="Payment_Process" name="examples\Payment_Process-example.php"/> instead of: <file role="php" baseinstalldir="doc/Payment_Process" name="examples\Payment_Process-example.php"/>
 [2004-10-09 23:08 UTC] joe at joestump dot net
Does this look right? <dir name="examples" baseinstalldir="docs/Payment_Process"> <file role="doc">Payment_Process-example.php</file> <file role="doc">creditcard.php</file> <file role="doc">echeck.php</file> <file role="doc">TrustCommerce_creditcard.php</file> </dir> Should be updated in the next release.
 [2004-10-10 17:21 UTC] jstump
This bug has been fixed in CVS. In case this was a documentation problem, the fix will show up at the end of next Sunday (CET) on pear.php.net. In case this was a pear.php.net website problem, the change will show up on the website in short time. Thank you for the report, and for helping us make PEAR better.