This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 235579 - Fixing ApiGen configuration error (Texy) when using 'pear install pear.apigen.org/apigen'
Summary: Fixing ApiGen configuration error (Texy) when using 'pear install pear.apigen...
Status: RESOLVED WONTFIX
Alias: None
Product: php
Classification: Unclassified
Component: ApiGen (show other bugs)
Version: 8.0
Hardware: PC Linux
: P4 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-05 20:39 UTC by Ray_Garrison
Modified: 2013-09-06 11:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ray_Garrison 2013-09-05 20:39:57 UTC
Not really a NetBeans issue, but if you try to use the ApiGen package to document your PHP project and install ApiGen using the "preferred" auto discovery process, you'll bump into this bug (Ubuntu 13.04 (raring) and derivitives).  apigen throws an error that the Texy class is missing.

On/about line 30 the apigen script in /usr/bin is looking for the Texy loader thusly: 
@include '/usr/share/php/Texy/texy.php'

That's not where pear puts it.  I changed this line to:
@include '/usr/share/php/texy/src/texy.php'

and everything runs fine.
Comment 1 Tomas Mysik 2013-09-06 05:04:19 UTC
Please, report an issue against ApiGen so they can fix it. Thanks!
Comment 2 Ray_Garrison 2013-09-06 11:30:59 UTC
This is open issue #253 in apigen tracker on github

I opened the bug issue here in case anyone is following the NetBeans docs or screencast on how to use the Project -> Generate Documentation feature and gets the error message when running ApiGen after installing it as per the screencast.

You guys are quick...
Comment 3 Tomas Mysik 2013-09-06 11:32:45 UTC
Thanks a lot for reporting - here and there :)