Ticket #31 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

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

Reported by: norman@sefiroth.de Assigned to:
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

05/06/06 10:19:32 changed by norman@sefiroth.de

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

05/09/06 12:28:41 changed by mrook

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

This was fixed in 2.2.0RC2

05/09/06 12:34:59 changed 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)

05/23/06 07:07:25 changed by mrook

  • status changed from closed to reopened.
  • resolution deleted.

Apparently not entirely fixed yet!

05/23/06 07:21:23 changed 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)




Action