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

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

Changed 4 years ago by mrook

  • status changed from new to closed
  • resolution set to invalid

This was fixed in 2.2.0RC2

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)

Changed 4 years ago by mrook

  • status changed from closed to reopened
  • resolution invalid deleted

Apparently not entirely fixed yet!

Changed 4 years ago by mrook

  • status changed from reopened to closed
  • resolution set to fixed

Now really fixed in r71!

Add/Change #31 (After upgrading to phpDocumentor 1.3.0 RC6 <phpdoc> does not work anymore)

Author


E-mail address and user name can be saved in the Preferences.


Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.