Ticket #84 (closed defect: worksforme)

Opened 1 year ago

Last modified 2 months ago

No phing.php with PEAR installation on Windows

Reported by: anonymous Assigned to: hans
Priority: major Milestone:
Component: phing-core Version: 2.3.0beta1
Keywords: Cc:

Description

Successfully installed Phing 2.3.0beta1 using PEAR on a Windows XP machine:

C:\Programs\xampplite\php>pear install phing/phing
Did not download optional dependencies: pear/VersionControl_SVN, pear/PHPUnit2, pear/PhpDocumentor, pear/Xdebug, pear/PEAR_PackageFileManager, use --alldeps to download automatically
phing/phing can optionally use package "pear/VersionControl_SVN" (version >= 0.3.0alpha1)
phing/phing can optionally use package "pear/PHPUnit2" (version >= 2.3.0)
phing/phing can optionally use package "pear/PhpDocumentor" (version >= 1.3.0RC3)
phing/phing can optionally use package "pear/Xdebug" (version >= 2.0.0beta2)
phing/phing can optionally use package "pear/PEAR_PackageFileManager" (version >= 1.5.2)
downloading phing-2.3.0beta1.tgz ...
Starting to download phing-2.3.0beta1.tgz (397,990 bytes)
.............................................done: 397,990 bytes
install ok: channel://pear.phing.info/phing-2.3.0beta1

However, the script C:\Programs\xampplite\php\phing\phing.bat refers to the file C:\Programs\xampplite\php\pear\phing.php, but that file doesn't exist.

Attachments

Change History

07/29/07 21:22:03 changed by hans

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

I can't reproduce install errors on windows. Is this WAMP-specific?

07/31/07 19:59:52 changed by Allister Beharry

This also occurred for me as well, in order to install the beta1 of 2.3.0 I did pear config-set preferred_state beta and then pear install phing/phing

IIRC the package did not include phing.php or any other dir besides the classes dir. Perhaps the 2.30.beta1 package has been updated since.

03/24/08 15:55:46 changed by sethdarr@gmail.com

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

I had this problem as well, using the release version, not the beta. i used

$> pear channel-discover pear.phing.info $> pear install phing/phing

and i can't find phing.php anywhere.

06/27/08 15:56:21 changed by mrook

  • status changed from reopened to closed.
  • resolution set to worksforme.

Unable to reproduce using the latest release.


Add/Change #84 (No phing.php with PEAR installation on Windows)




Action