将Yii-1.1.13项目转换为Jenkins结构

We have Yii-1.1.13 Project and we have to convert it to the Jenkins. For that we searched on net for sample project and we got it from this Yii to Jenkins and while running the project we are facing this issue

build failed

Cannot run program "phploc": CreateProcess error=2, The system cannot find the file specified`.

Here is my php path as C:\xampp\php and installed composer and dependencies at C:\ComposerSetup and phploc location is as C:\ComposerSetup\vendor\phploc\phploc and My project is C:\xampp\htdocs\yii-sample-project.

We have not installed ant but while updating the eclipse plugin we got the ant build

where did I go wrong? what is the right way to move?