Modify

Ticket #31 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

After upgrading to phpDocumentor 1.3.0 RC6 <phpdoc> does not work anymore

Reported by: norman@… Owned by:
Priority: critical Milestone: 2.2.0
Component: Version: 2.2.0RC1
Keywords: phpdoc Cc:

Description

Hi folks,

after upgrading from phpDocumentor 1.3.0RC5 to RC6 the following line:

<phpdoc title="OpenDocumentPHP" destdir="docs/${release}"

sourcepath="src" output="HTML:Smarty:PHP" linksource="true"/>

doesn't work any more. After a downgrade, everything works again. Maybe something in RC6 has changed? I couldn't investigate any further right now.

Thanks, Norman

Attachments

Change History

comment:1 Changed 4 years ago by norman@…

After playing around if found out that in 1.3.0RC& you have to say "-q on" instead of "-q" for a quit output. So changing PHPDocumentorTask.php to ...

/

  • Constructs an argument string for phpDocumentor */

private function constructArguments() {

$arguments = "-q on";

...

will do it for me. Haven't checked earlier releases ...

Norman

comment:2 Changed 4 years ago by mrook

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

This was fixed in 2.2.0RC2

comment:3 Changed 4 years ago by mrook

Forgive me, this bug was not fixed in 2.2.0RC2, but in r61 (which will be either 2.2.0RC3 or 2.2.0 final)

comment:4 Changed 4 years ago by mrook

  • Status changed from closed to reopened
  • Resolution invalid deleted

Apparently not entirely fixed yet!

comment:5 Changed 4 years ago by mrook

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

Now really fixed in r71!

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.