Questions tagged [phpundercontrol]

phpUnderControl is a PHP centric add-on to the CruiseControl CI server

26 questions
1
vote
1 answer

phpUnderControl centralized for projects on different servers?

I didnt work with phpundercontrol yet and from what I read so far, I dont see whether you can use it to control/CI multiple projects that are "living" on different servers. Do I really have to run phpundercontrol on each of the production servers?…
pHiL
  • 1,722
  • 18
  • 19
1
vote
1 answer

Using Selenium and phpUnderControl on a Linux headless box?

I am trying to integrate Selenium and phpUnderControl on a headless Linux box, but haven't found anything about it. I can run Selenium with Xvfb, and phpUnderControl is running OK. My question is: how to configure phpuc to execute selenium tests,…
Vitor Baptista
  • 2,016
  • 1
  • 23
  • 28
1
vote
1 answer

CruiseControl / phpUnderControl Artifacts issues

I have set up Git and CruiseControl, and just finished getting phpUnderControl working (a nightmare in itself as it is missing packages and all sorts). So I have all the plugins in it like phpunit and php-documentor. When I run 'ant' on my project…
Richard Edwards
  • 2,000
  • 1
  • 12
  • 19
1
vote
2 answers

Using Ant with PHPUnderControl Gives java.lang.NoClassDefFoundError

I've installed the latest CruiseControl and PHPUnderControl, and followed all the directions. I get stuck at running "../../apache-ant-1.7.0/bin/ant checkout" and get the output below. Searching for the error on Google, it was suggested to add the…
mctom987
  • 854
  • 2
  • 9
  • 24
0
votes
1 answer

How do I fix phpdoc creating unusable filenames

I'm on Ubuntu running CruiseControl with phpUnderControl and when phpdoc runs it creates filenames like: db_\ArticleCollections.html And then when I click the link to show the file I…
YMOZ
  • 97
  • 4
0
votes
3 answers

PHPUnit Problems When Installing phpUnderControl On Windows

having problems here getting phpUnderControl running on my Windows 7 machine, been searching all over the net for answers but documentation to many of the problems is just really bad... (a.) Cruise Control is installed as a Windows service and up &…
m_j
  • 148
  • 1
  • 3
  • 13
0
votes
1 answer

Trouble during phpUnderContol installation on Mac OS

I have downloaded last release of CruiseControl and phpUnderControl now I need to "connect them" how its given here http://phpundercontrol.org/documentation/installation.html But When I enter phpUnderControl/bin/phpuc(.php|.bat) install…
yety
  • 701
  • 2
  • 16
  • 26
0
votes
1 answer

How can I enable "metrics" tab in phpUnderControl?

I downloaded the latest version of phpuc and ezc/Graph. I tested the example project for phpuc and whenever I view the metrics tab I keep getting a null pointer exception: java.lang.NullPointerException at…
zero juan
  • 199
  • 2
  • 5
  • 15
0
votes
2 answers

cruisecontrol phpunit creates no output

I cannot seem to figure out why the phpunit target does not output any test results even though I have tests in position. The problem I am finding is there is no indication as to what the problem is! Incredibly frustrating. The output is as…
0
votes
1 answer

PHP-CodeBrowser not following path in checkstyle.xml correctly

I've set up phpUnderControl and it's all working very well, except that for a few projects that I have aren't getting any output in the PHP-CodeBrowser tab. If I run the command manually I get: phpcb --log projects/devvo/build/logs --source…
0
votes
2 answers

Is there a way to LOG RC Selenium test errors/failures into a database?

Im using phpunit & phpundercontrol to run the RC Selenium on every build.
hkshambesh
  • 435
  • 1
  • 5
  • 16
1
2