views:

69

answers:

2

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 follows:

<build error="C:\Program Files (x86)\CruiseControl\projects\myProject\build.xml:46: exec returned: 255" time="1 second">
    <message priority="debug"><![CDATA[Adding reference: ant.PropertyHelper]]></message>
    <message priority="debug"><![CDATA[Detected Java version: 1.6 in: C:\Program Files (x86)\Java\jdk1.6.0_18\jre]]></message>
    <message priority="debug"><![CDATA[Detected OS: Windows Vista]]></message>
    <message priority="debug"><![CDATA[Adding reference: ant.ComponentHelper]]></message>
    <message priority="debug"><![CDATA[Setting ro project property: XmlLogger.file -> log.xml]]></message>
    <message priority="debug"><![CDATA[Setting ro project property: cclastgoodbuildtimestamp -> 20100604161400]]></message>
    <message priority="debug"><![CDATA[Setting ro project property: cctimestamp -> 20100604194749]]></message>
    <message priority="debug"><![CDATA[Setting ro project property: cvstimestamp -> 2010-06-04 18:47:49 GMT]]></message>
    <message priority="debug"><![CDATA[Setting ro project property: projectname -> myProject]]></message>
    <message priority="debug"><![CDATA[Setting ro project property: buildforced -> true]]></message>
    <message priority="debug"><![CDATA[Setting ro project property: label -> build.153]]></message>
    <message priority="debug"><![CDATA[Setting ro project property: cclastbuildtimestamp -> 20100604192123]]></message>
    <message priority="debug"><![CDATA[Setting ro project property: lastbuildsuccessful -> false]]></message>
    <message priority="debug"><![CDATA[Setting ro project property: ant.file -> C:\Program Files (x86)\CruiseControl\projects\myProject\build.xml]]></message>
    <message priority="debug"><![CDATA[Adding reference: ant.projectHelper]]></message>
    <message priority="debug"><![CDATA[Adding reference: ant.parsing.context]]></message>
    <message priority="debug"><![CDATA[Adding reference: ant.targets]]></message>
    <message priority="debug"><![CDATA[parsing buildfile C:\Program Files (x86)\CruiseControl\projects\myProject\build.xml with URI = file:/C:/Program%20Files%20(x86)/CruiseControl/projects/myProject/build.xml]]></message>
    <message priority="debug"><![CDATA[Setting ro project property: ant.project.name -> binarydreams]]></message>
    <message priority="debug"><![CDATA[Adding reference: myProject]]></message>
    <message priority="debug"><![CDATA[Setting ro project property: ant.file.myProject-> C:\Program Files (x86)\CruiseControl\projects\myProject\build.xml]]></message>
    <message priority="debug"><![CDATA[Project base dir set to: C:\Program Files (x86)\CruiseControl\projects\myProject]]></message>
    <message priority="debug"><![CDATA[ +Target: ]]></message>
    <message priority="debug"><![CDATA[ +Target: build]]></message>
    <message priority="debug"><![CDATA[ +Target: phpunit]]></message>
    <message priority="debug"><![CDATA[Attempting to create object of type org.apache.tools.ant.helper.DefaultExecutor]]></message>
    <message priority="debug"><![CDATA[Adding reference: ant.executor]]></message>
    <message priority="debug"><![CDATA[Build sequence for target(s) `build' is [phpunit, build]]]></message>
    <message priority="debug"><![CDATA[Complete build sequence is [phpunit, build, ]]]></message>
    <message priority="debug"><![CDATA[Could not load definitions from resource org/apache/tools/ant/antlib.xml. It could not be found.]]></message>
    <message priority="debug"><![CDATA[Execute:Java13CommandLauncher: Executing 'phpunit.bat' with arguments:
'--log-junit'
'C:\Program Files (x86)\CruiseControl\projects\myProject/build/logs/phpunit.xml'
'--coverage-clover'
'C:\Program Files (x86)\CruiseControl\projects\myProject/build/logs/phpunit.coverage.xml'
'--coverage-html'
'C:\Program Files (x86)\CruiseControl\projects\myProject/build/coverage'
'tests/'

The ' characters around the executable and arguments are
not part of the command.]]></message>
    <target name="phpunit" time="1 second">
      <task location="C:\Program Files (x86)\CruiseControl\projects\myProject\build.xml:46: " name="exec" time="1 second">
        <message priority="debug"><![CDATA[Current OS is Windows Vista]]></message>
        <message priority="debug"><![CDATA[Executing 'phpunit.bat' with arguments:
'--log-junit'
'C:\Program Files (x86)\CruiseControl\projects\myProject/build/logs/phpunit.xml'
'--coverage-clover'
'C:\Program Files (x86)\CruiseControl\projects\myProject/build/logs/phpunit.coverage.xml'
'--coverage-html'
'C:\Program Files (x86)\CruiseControl\projects\myProject/build/coverage'
'tests/'

The ' characters around the executable and arguments are
not part of the command.]]></message>
      </task>
    </target>
    <stacktrace><![CDATA[C:\Program Files (x86)\CruiseControl\projects\myProject\build.xml:46: exec returned: 255
    at org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:636)
    at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:662)
    at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:487)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:357)
    at org.apache.tools.ant.Target.performTasks(Target.java:385)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
    at org.apache.tools.ant.Main.runBuild(Main.java:698)
    at org.apache.tools.ant.Main.startAnt(Main.java:199)
    at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
    at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
]]></stacktrace>
  </build>

My build.xml is as follows:

<?xml version="1.0" encoding="UTF-8"?>
<project name="myProject" default="build" basedir=".">

  <target name="build" depends="phpunit"/>

  <target name="phpunit">
    <exec executable="phpunit.bat" dir="${basedir}/source" failonerror="on">
      <arg line="--log-junit '${basedir}/build/logs/phpunit.xml'
          --coverage-clover '${basedir}/build/logs/phpunit.coverage.xml'
          --coverage-html '${basedir}/build/coverage' tests/" />
    </exec>
  </target>

</project>

My system: Vista, PHP 5.2.9, PHPUnit 3.4, PHPUnderControl, CruiseControl

A: 

I already did that and I still get no output.

Jon-Paul Flood
Nothing? What do you execute?
nuqqsa
See new answer above.
Jon-Paul Flood
some progress! Thanks to PHPEdit debugging I have found that the require_onces used in my code have ALL needed a full path. But now it is failing at a point in the PHPUnit code which I will have to continue with later.
Jon-Paul Flood
I recommend any developer if you get no output from your command then check your PHP logs! I checked mine and found the memory limit needed to be increased. I am now fixing my tests that are failing. thanks for your help.
Jon-Paul Flood
A: 

nuqqsa:

Yep, the expected log files do not appear. The tests do seem to be run though as I had to fix my require_once paths.

In the command prompt I would do the following in my source folder:

phpunit.bat --log-junit "C:\Program Files(x86)\CruiseControl\projects\myProject/build/logs/phpunit.xml" 
--coverage-clover "C:\Program Files(x86)\CruiseControl\projects\myProject/build/logs/phpunit.coverage.xml" 
--coverage-html "C:\Program Files(x86)\CruiseControl\projects\myProject/build/coverage" tests/

I hope it's nothing to do with the space in the path or the slashes the other half of the paths.

I have had a thought. I have debugged (using PHPEdit) when running the build and PHPUnit does seem to be executed but I haven't put a breakpoint in any of the tests to see if they are executed. I will do that when I get home and report back.

Jon-Paul Flood
Weird, I would expect you to see the progress of the tests being output in the screen when executing that command, although I have no idea whether in Windows this behavior is different (?). In what regards to the file path, try using a non-tricky one just to test if that's the problem.
nuqqsa