Details
Description
Because of the issue SONARPLUGINS-943, I created a parent "POM" with sub-modules (http://docs.codehaus.org/display/MAVENUSER/Multi-modules+projects)
You can see my folder layout on this url: https://bitbucket.org/grozeille/math-php-test/src
[INFO] Sensor PHP Depend Sensor... [INFO] Report file for: pdepend : C:\.hudson\jobs\math-PHP\workspace\math-php-test\Math\target\logs\pdepend.xml [INFO] Executing pdepend with command 'pdepend.bat --phpunit-xml=C:\.hudson\jobs\math-PHP\workspace\math-php-test\Math\target\logs\pdepend.xml --suffix=php,php3,php4,php5,phtml,inc C:\.hudson\jobs\math-PHP\workspace\math-php-test\Math\src' [...] Time: 00:07; Memory: 13.00Mb [INFO] pdepend ended with returned code '0'. [INFO] Report file for: pdepend : C:\.hudson\jobs\math-PHP\workspace\math-php-test\Math\target\logs\pdepend.xml [ERROR] Result file not found : C:\.hudson\jobs\math-PHP\workspace\math-php-test\Math\target\logs\pdepend.xml. Plugin will stop
I found the problem: pdepend is not able to create the XML file because the "logs" folder doesn't exist.
Please create the folder before executing the tool.
creation of the directory was added but, the problem remain.
Need to investigate thread or buffered creation issue.