Friday, November 23. 2007phpUnderControl updateComments
Display comments as
(Linear | Threaded)
I'm trying to implement it in a Windows machine, but i got the following error:
Ant Error Message: X:\PATH\CruiseControl\projects\php-under-control\build.xml:18: Execute failed: java.io.IOException: Cannot run program "phpunit" (in directory "X:\PATH\CruiseControl\projects\php-under-control\source"): CreateProcess error=2, System cant find the specified file Thw weird thing is that i've enabled the "phpunit" executable to Path, so in my Windows console i can do "phpunit SomeClass". Any advice? Thanks in advance!
Hello Matias,
I am not sure but because you are using windows imho the phpunit executable must be suffixed with .bat in the ant build.xml file. Best regards Manuel
Yes, command phpunit suffixed with .bat in the ant build.xml file rather help from
Execute failed: java.io.IOException: Cannot run program "phpunit" (in directory "DIR"): CreateProcess error=2, The system cannot find the file specified thank you. |
ProjectsFurther stuffCategories |


In einem meiner letzten Artikel habe ich schon ja über das Konzept der Continuous Integration berichtet, heute möchte ich ein Tool vorstellen welches dies nahezu perfektioniert. phpUnderControl von Manuel Pichler integriert einige der beste...
Tracked: Nov 29, 18:17
Manuel just released a new version of phpUnderControl, which is now hosted on phpunit.de and got a new layout. Read on for details...
Tracked: May 24, 12:59