Tiger66639 / xinc

Automatically exported from code.google.com/p/xinc
0 stars 0 forks source link

Fails silently when phing not found #140

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Move phing out of php/libs/php/phing
2. Run xinc. It processes for a moment and then exits silently.
Log:
 [info]   [2008-03-09 22:49:55-America/Los_Angeles] Starting up Xinc
 [info]   [2008-03-09 22:49:55-America/Los_Angeles] - Version: 2.0.0
 [info]   [2008-03-09 22:49:55-America/Los_Angeles] - Workingdir:         /var/xinc/projects
 [info]   [2008-03-09 22:49:55-America/Los_Angeles] - Projectdir:         /var/xinc/projects
 [info]   [2008-03-09 22:49:55-America/Los_Angeles] - Statusdir:          /var/xinc/status
 [info]   [2008-03-09 22:49:55-America/Los_Angeles] - System Config File: 
/etc/xinc/system.xml
 [info]   [2008-03-09 22:49:55-America/Los_Angeles] - Log Level:          2
 [info]   [2008-03-09 22:49:55-America/Los_Angeles] - Daemon:             yes
 [info]   [2008-03-09 22:49:55-America/Los_Angeles] - PID File:           /var/xinc/status/xinc.pid
 [info]   [2008-03-09 22:49:55-America/Los_Angeles] Registering plugin: 
Xinc_Plugin_Repos_ModificationSet from file 
Xinc/Plugin/Repos/ModificationSet.php
 [info]   [2008-03-09 22:49:59-America/Los_Angeles] Registering plugin: 
Xinc_Plugin_Repos_Configuration from file Xinc/Plugin/Repos/Configuration.php
 [info]   [2008-03-09 22:49:59-America/Los_Angeles] Registering plugin: 
Xinc_Plugin_Repos_ModificationSet_Svn from file 
Xinc/Plugin/Repos/ModificationSet/Svn.php
 [info]   [2008-03-09 22:50:02-America/Los_Angeles] Registering plugin: 
Xinc_Plugin_Repos_ModificationSet_BuildAlways from file 
Xinc/Plugin/Repos/ModificationSet/BuildAlways.php
 [info]   [2008-03-09 22:50:03-America/Los_Angeles] Registering plugin: 
Xinc_Plugin_Repos_Schedule from file Xinc/Plugin/Repos/Schedule.php
 [info]   [2008-03-09 22:50:04-America/Los_Angeles] Registering plugin: 
Xinc_Plugin_Repos_Builder from file Xinc/Plugin/Repos/Builder.php
 [info]   [2008-03-09 22:50:04-America/Los_Angeles] Registering plugin: 
Xinc_Plugin_Repos_Phing from file Xinc/Plugin/Repos/Phing.php

What is the expected output? What do you see instead?
A pretty error telling me that phing cannot be found.

What version of the product are you using? On what operating system?
OS X 10.4 / PHP 5.2.5

Original issue reported on code.google.com by kwie...@gmail.com on 10 Mar 2008 at 6:11

GoogleCodeExporter commented 9 years ago
Thanks. will be worked on shortly!

Original comment by arnos...@gmail.com on 10 Mar 2008 at 9:06

GoogleCodeExporter commented 9 years ago
Fixed. pls verify

Original comment by arnos...@gmail.com on 15 Mar 2008 at 10:28